mirror of
https://github.com/ditkrg/validates_timeliness.git
synced 2026-01-22 22:06:45 +00:00
version 3.0.3
This commit is contained in:
parent
b09f937688
commit
01d1dc7c5e
@ -1,3 +1,6 @@
|
||||
= 3.0.3 [2010-12-11]
|
||||
* Fix validation of values which don't respond to to_date or to_time (renatoelias)
|
||||
|
||||
= 3.0.2 [2010-12-04]
|
||||
* Fix AR multiparameter extension for Date columns
|
||||
* Update to Timeliness 0.3.2 for zone abbreviation and offset support
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
module ValidatesTimeliness
|
||||
VERSION = '3.0.2'
|
||||
VERSION = '3.0.3'
|
||||
end
|
||||
|
||||
@ -2,11 +2,11 @@
|
||||
|
||||
Gem::Specification.new do |s|
|
||||
s.name = %q{validates_timeliness}
|
||||
s.version = "3.0.2"
|
||||
s.version = "3.0.3"
|
||||
|
||||
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
||||
s.authors = ["Adam Meehan"]
|
||||
s.date = %q{2010-12-04}
|
||||
s.date = %q{2010-12-11}
|
||||
s.description = %q{Date and time validation plugin for Rails which allows custom formats}
|
||||
s.email = %q{adam.meehan@gmail.com}
|
||||
s.extra_rdoc_files = ["README.rdoc", "CHANGELOG.rdoc", "LICENSE"]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user