mirror of
https://github.com/ditkrg/validates_timeliness.git
synced 2026-01-22 22:06:45 +00:00
v3.0.10
This commit is contained in:
parent
4aa20bb002
commit
5f415a36f5
@ -1,3 +1,6 @@
|
||||
= 3.0.10 [2012-03-26]
|
||||
* Fix for ActiveRecord shim and validation with :allow_blank => true in AR 3.1+. Fixes issue#52.
|
||||
|
||||
= 3.0.9 [2012-03-26]
|
||||
* ActiveRecord 3.1+ suport
|
||||
* Fixes for multiparameter extension with empty date values (thanks @mogox, @Sharagoz)
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
module ValidatesTimeliness
|
||||
VERSION = '3.0.9'
|
||||
VERSION = '3.0.10'
|
||||
end
|
||||
|
||||
@ -16,5 +16,5 @@ Gem::Specification.new do |s|
|
||||
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
|
||||
s.extra_rdoc_files = ["README.rdoc", "CHANGELOG.rdoc", "LICENSE"]
|
||||
|
||||
s.add_runtime_dependency(%q<timeliness>, ["~> 0.3.4"])
|
||||
s.add_runtime_dependency(%q<timeliness>, ["~> 0.3.5"])
|
||||
end
|
||||
|
||||
Loading…
Reference in New Issue
Block a user