mirror of
https://github.com/ditkrg/validates_timeliness.git
synced 2026-01-22 22:06:45 +00:00
updated Timeliness to 0.3.2 for zone and offset in string support
This commit is contained in:
parent
3bf364a395
commit
f17a799b5c
2
Rakefile
2
Rakefile
@ -22,7 +22,7 @@ spec = Gem::Specification.new do |s|
|
|||||||
s.homepage = "http://github.com/adzap/validates_timeliness"
|
s.homepage = "http://github.com/adzap/validates_timeliness"
|
||||||
s.require_path = 'lib'
|
s.require_path = 'lib'
|
||||||
s.files = %w(validates_timeliness.gemspec LICENSE CHANGELOG.rdoc README.rdoc Rakefile) + Dir.glob("{lib,spec}/**/*")
|
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
|
end
|
||||||
|
|
||||||
desc 'Default: run specs.'
|
desc 'Default: run specs.'
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user