mirror of
https://github.com/ditkrg/validates_timeliness.git
synced 2026-01-25 07:16:41 +00:00
remove old parser and use timeliness gem
This commit is contained in:
1
Rakefile
1
Rakefile
@@ -22,6 +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 README.rdoc Rakefile) + Dir.glob("{lib,spec}/**/*")
|
||||
s.add_runtime_dependency 'timeliness', '~> 0.1.1'
|
||||
end
|
||||
|
||||
desc 'Default: run specs.'
|
||||
|
||||
Reference in New Issue
Block a user