From f17a799b5cd7a63c0533b3e5b6515aee684d5ff8 Mon Sep 17 00:00:00 2001 From: Adam Meehan Date: Sat, 4 Dec 2010 16:34:34 +1100 Subject: [PATCH] updated Timeliness to 0.3.2 for zone and offset in string support --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index e0e4459..b5e698e 100644 --- a/Rakefile +++ b/Rakefile @@ -22,7 +22,7 @@ spec = Gem::Specification.new do |s| s.homepage = "http://github.com/adzap/validates_timeliness" s.require_path = 'lib' s.files = %w(validates_timeliness.gemspec LICENSE CHANGELOG.rdoc README.rdoc Rakefile) + Dir.glob("{lib,spec}/**/*") - s.add_runtime_dependency 'timeliness', '~> 0.1.0' + s.add_runtime_dependency 'timeliness', '~> 0.3.2' end desc 'Default: run specs.'