mirror of
https://github.com/ditkrg/validates_timeliness.git
synced 2026-01-23 06:16:44 +00:00
version 3.0.4
This commit is contained in:
parent
9d4ac8d513
commit
bbb752e4e3
@ -1,3 +1,8 @@
|
|||||||
|
= 3.0.4 [2011-01-22]
|
||||||
|
* Fix :between option which was being ignored (ebeigarts)
|
||||||
|
* Use class_attribute to remove deprecated class_inheritable_accessor
|
||||||
|
* Namespace copied validator class to ActiveModel::Validations::Timeliness for :timeliness option
|
||||||
|
|
||||||
= 3.0.3 [2010-12-11]
|
= 3.0.3 [2010-12-11]
|
||||||
* Fix validation of values which don't respond to to_date or to_time (renatoelias)
|
* Fix validation of values which don't respond to to_date or to_time (renatoelias)
|
||||||
|
|
||||||
|
|||||||
@ -1,3 +1,3 @@
|
|||||||
module ValidatesTimeliness
|
module ValidatesTimeliness
|
||||||
VERSION = '3.0.3'
|
VERSION = '3.0.4'
|
||||||
end
|
end
|
||||||
|
|||||||
@ -2,11 +2,11 @@
|
|||||||
|
|
||||||
Gem::Specification.new do |s|
|
Gem::Specification.new do |s|
|
||||||
s.name = %q{validates_timeliness}
|
s.name = %q{validates_timeliness}
|
||||||
s.version = "3.0.3"
|
s.version = "3.0.4"
|
||||||
|
|
||||||
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
||||||
s.authors = ["Adam Meehan"]
|
s.authors = ["Adam Meehan"]
|
||||||
s.date = %q{2010-12-11}
|
s.date = %q{2011-01-22}
|
||||||
s.description = %q{Date and time validation plugin for Rails which allows custom formats}
|
s.description = %q{Date and time validation plugin for Rails which allows custom formats}
|
||||||
s.email = %q{adam.meehan@gmail.com}
|
s.email = %q{adam.meehan@gmail.com}
|
||||||
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