This commit is contained in:
Adam Meehan 2012-08-23 18:40:47 +10:00
parent 02fbdc6028
commit a1dfbf5d7d
3 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,6 @@
= 3.0.14 [2012-08-23]
* Fix for using validates :timeliness => {} form to correctly add attributes to timeliness validated attributes.
= 3.0.13 [2012-08-21]
* Fix ActiveRecord issues with using plugin parser by using old way of caching values.
* Allow any ActiveRecord non-column attribute to be validated

View File

@ -1,3 +1,3 @@
module ValidatesTimeliness
VERSION = '3.0.13'
VERSION = '3.0.14'
end

View File

@ -12,7 +12,7 @@ Gem::Specification.new do |s|
s.homepage = %q{http://github.com/adzap/validates_timeliness}
s.require_paths = ["lib"]
s.files = `git ls-files`.split("\n") - %w{ .gitignore .rspec Gemfile Gemfile.lock autotest/discover.rb }
s.files = `git ls-files`.split("\n") - %w{ .gitignore .rspec Gemfile Gemfile.lock autotest/discover.rb Appraisals Travis.yml } - Dir['gemsfiles/*']
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
s.extra_rdoc_files = ["README.rdoc", "CHANGELOG.rdoc", "LICENSE"]