This commit is contained in:
Adam Meehan 2011-12-24 17:50:22 +11:00
parent 68b2579ca0
commit acd10f7b64
3 changed files with 6 additions and 2 deletions

View File

@ -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]
* 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.

View File

@ -1,3 +1,3 @@
module ValidatesTimeliness
VERSION = '3.0.7'
VERSION = '3.0.8'
end

View File

@ -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.3"])
s.add_runtime_dependency(%q<timeliness>, ["~> 0.3.4"])
end