remove old parser and use timeliness gem

This commit is contained in:
Adam Meehan
2010-10-14 18:57:53 +11:00
parent 423eb96ecf
commit 2c6df945ec
14 changed files with 31 additions and 875 deletions

View File

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