version 2.3.1

This commit is contained in:
Adam Meehan 2010-03-19 14:24:19 +11:00
parent b356363791
commit 39e278b8bc
3 changed files with 6 additions and 3 deletions

View File

@ -1,3 +1,6 @@
= 2.3.1 [2010-03-19]
- Fixed bug where custom attribute writer method for date/times were being overriden
= 2.3.0 [2010-02-04]
- Backwards incompatible change to :equal_to option. Fixed error message clash with :equal_to option which exists in Rails already. Option is now :is_at.
- Fixed I18n support so it returns missing translation message instead of error

View File

@ -1,3 +1,3 @@
module ValidatesTimeliness
VERSION = "2.3.0"
VERSION = "2.3.1"
end

View File

@ -2,12 +2,12 @@
Gem::Specification.new do |s|
s.name = %q{validates_timeliness}
s.version = "2.3.0"
s.version = "2.3.1"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Adam Meehan"]
s.autorequire = %q{validates_timeliness}
s.date = %q{2010-02-04}
s.date = %q{2010-03-19}
s.description = %q{Date and time validation plugin for Rails 2.x which allows custom formats}
s.email = %q{adam.meehan@gmail.com}
s.extra_rdoc_files = ["README.rdoc", "LICENSE", "TODO", "CHANGELOG"]