mirror of
https://github.com/ditkrg/validates_timeliness.git
synced 2026-01-25 15:22:58 +00:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8dd607975b |
@@ -1,3 +1,6 @@
|
|||||||
|
= 3.0.11 [2012-04-01]
|
||||||
|
* Change dependency on Timeliness version due to a broken release
|
||||||
|
|
||||||
= 3.0.10 [2012-03-26]
|
= 3.0.10 [2012-03-26]
|
||||||
* Fix for ActiveRecord shim and validation with :allow_blank => true in AR 3.1+. Fixes issue#52.
|
* Fix for ActiveRecord shim and validation with :allow_blank => true in AR 3.1+. Fixes issue#52.
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
module ValidatesTimeliness
|
module ValidatesTimeliness
|
||||||
VERSION = '3.0.10'
|
VERSION = '3.0.11'
|
||||||
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.5"])
|
s.add_runtime_dependency(%q<timeliness>, ["~> 0.3.6"])
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user