updated Timeliness to 0.3.2 for zone and offset in string support

This commit is contained in:
Adam Meehan 2010-12-04 16:34:34 +11:00
parent 3bf364a395
commit f17a799b5c

View File

@ -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.'