mirror of
https://github.com/ditkrg/validates_timeliness.git
synced 2026-01-22 22:06:45 +00:00
v3.0.12
This commit is contained in:
parent
aad2db8662
commit
8898b8686c
@ -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
|
||||
|
||||
|
||||
4
Gemfile
4
Gemfile
@ -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'
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
module ValidatesTimeliness
|
||||
VERSION = '3.0.11'
|
||||
VERSION = '3.0.12'
|
||||
end
|
||||
|
||||
Loading…
Reference in New Issue
Block a user