mirror of
https://github.com/ditkrg/validates_timeliness.git
synced 2026-01-23 06:16:44 +00:00
v3.0.9
This commit is contained in:
parent
f11255a7a3
commit
36c63d0146
@ -1,3 +1,7 @@
|
||||
= 3.0.9 [2012-03-26]
|
||||
* ActiveRecord 3.1+ suport
|
||||
* Fixes for multiparameter extension with empty date values (thanks @mogox, @Sharagoz)
|
||||
|
||||
= 3.0.8 [2011-12-24]
|
||||
* Remove deprecated InstanceMethods module when using AS::Concern (carlosantoniodasilva)
|
||||
* Update Mongoid shim for v2.3 compatability.
|
||||
|
||||
2
Gemfile
2
Gemfile
@ -2,7 +2,7 @@ source 'http://rubygems.org'
|
||||
|
||||
gemspec
|
||||
|
||||
gem 'rails', '3.1.3'
|
||||
gem 'rails', '~> 3.2.1'
|
||||
gem 'rspec', '~> 2.8'
|
||||
gem 'rspec-rails', '~> 2.8'
|
||||
gem 'timecop'
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
module ValidatesTimeliness
|
||||
VERSION = '3.0.8'
|
||||
VERSION = '3.0.9'
|
||||
end
|
||||
|
||||
Loading…
Reference in New Issue
Block a user