From ffd8476f743bf08b811b00a2c6f15ad401d4d64b Mon Sep 17 00:00:00 2001 From: Adam Meehan Date: Thu, 26 Mar 2009 16:46:53 +1100 Subject: [PATCH] version 1.1.7 --- validates_timeliness.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/validates_timeliness.gemspec b/validates_timeliness.gemspec index 2e37a17..b3361a9 100644 --- a/validates_timeliness.gemspec +++ b/validates_timeliness.gemspec @@ -7,7 +7,7 @@ Gem::Specification.new do |s| 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{2009-03-19} + s.date = %q{2009-03-26} 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"]