version 3.0.1

This commit is contained in:
Adam Meehan 2010-11-02 09:53:25 +11:00
parent a756b66f75
commit 20c0aaa793
3 changed files with 6 additions and 3 deletions

View File

@ -1,3 +1,6 @@
= 3.0.1 [2010-11-02]
* Generate timeliness write methods in an included module to allow overriding in model class (josevalim)
= 3.0.0 [2010-10-18]
* Rails 3 and ActiveModel compatibility
* Uses ActiveModel::EachValidator as validator base class.

View File

@ -1,3 +1,3 @@
module ValidatesTimeliness
VERSION = '3.0.0'
VERSION = '3.0.1'
end

View File

@ -2,11 +2,11 @@
Gem::Specification.new do |s|
s.name = %q{validates_timeliness}
s.version = "3.0.0"
s.version = "3.0.1"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Adam Meehan"]
s.date = %q{2010-10-18}
s.date = %q{2010-11-02}
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"]