Skip to content

Commit

Permalink
v3.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
adzap committed Jun 23, 2012
1 parent aad2db8 commit 8898b86
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.rdoc
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
= 3.0.12 [2012-06-23]
* Fix load order issue when relying on Railtie to load ActiveRecord extension

= 3.0.11 [2012-04-01]
* Change dependency on Timeliness version due to a broken release

Expand Down
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ source 'http://rubygems.org'

gemspec

gem 'rails', '~> 3.2.1'
gem 'rails', '~> 3.2.6'
gem 'rspec', '~> 2.8'
gem 'rspec-rails', '~> 2.8'
gem 'timecop'
gem 'rspec_tag_matchers'
gem 'ruby-debug', :platforms => [:ruby_18, :jruby]
gem 'ruby-debug19', :platforms => [:ruby_19]
gem 'debugger', :platforms => [:ruby_19]

group :mongoid do
gem 'mongoid', '~> 2.3.0'
Expand Down
2 changes: 1 addition & 1 deletion lib/validates_timeliness/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module ValidatesTimeliness
VERSION = '3.0.11'
VERSION = '3.0.12'
end

0 comments on commit 8898b86

Please sign in to comment.