mirror of
https://github.com/ditkrg/validates_timeliness.git
synced 2026-01-22 22:06:45 +00:00
v3.0.8
This commit is contained in:
parent
68b2579ca0
commit
acd10f7b64
@ -1,3 +1,7 @@
|
|||||||
|
= 3.0.8 [2011-12-24]
|
||||||
|
* Remove deprecated InstanceMethods module when using AS::Concern
|
||||||
|
* Update Mongoid shim for v2.3 compatability.
|
||||||
|
|
||||||
= 3.0.7 [2011-09-21]
|
= 3.0.7 [2011-09-21]
|
||||||
* Fix ActiveRecord before_type_cast extension for non-dirty attributes.
|
* Fix ActiveRecord before_type_cast extension for non-dirty attributes.
|
||||||
* Don't override AR before_type_cast for >= 3.1.0 which now has it's own implementation for date/time attributes.
|
* Don't override AR before_type_cast for >= 3.1.0 which now has it's own implementation for date/time attributes.
|
||||||
|
|||||||
@ -1,3 +1,3 @@
|
|||||||
module ValidatesTimeliness
|
module ValidatesTimeliness
|
||||||
VERSION = '3.0.7'
|
VERSION = '3.0.8'
|
||||||
end
|
end
|
||||||
|
|||||||
@ -16,5 +16,5 @@ Gem::Specification.new do |s|
|
|||||||
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
|
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
|
||||||
s.extra_rdoc_files = ["README.rdoc", "CHANGELOG.rdoc", "LICENSE"]
|
s.extra_rdoc_files = ["README.rdoc", "CHANGELOG.rdoc", "LICENSE"]
|
||||||
|
|
||||||
s.add_runtime_dependency(%q<timeliness>, ["~> 0.3.3"])
|
s.add_runtime_dependency(%q<timeliness>, ["~> 0.3.4"])
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user