mirror of
https://github.com/ditkrg/validates_timeliness.git
synced 2026-01-24 14:56:43 +00:00
v3.0.14
This commit is contained in:
parent
02fbdc6028
commit
a1dfbf5d7d
@ -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]
|
= 3.0.13 [2012-08-21]
|
||||||
* Fix ActiveRecord issues with using plugin parser by using old way of caching values.
|
* Fix ActiveRecord issues with using plugin parser by using old way of caching values.
|
||||||
* Allow any ActiveRecord non-column attribute to be validated
|
* Allow any ActiveRecord non-column attribute to be validated
|
||||||
|
|||||||
@ -1,3 +1,3 @@
|
|||||||
module ValidatesTimeliness
|
module ValidatesTimeliness
|
||||||
VERSION = '3.0.13'
|
VERSION = '3.0.14'
|
||||||
end
|
end
|
||||||
|
|||||||
@ -12,7 +12,7 @@ Gem::Specification.new do |s|
|
|||||||
s.homepage = %q{http://github.com/adzap/validates_timeliness}
|
s.homepage = %q{http://github.com/adzap/validates_timeliness}
|
||||||
|
|
||||||
s.require_paths = ["lib"]
|
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.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"]
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user