remove deprecated gem spec property

This commit is contained in:
Adam Meehan 2010-09-21 10:20:39 +10:00
parent 9b3efa1ecb
commit de1de82ae3

View File

@ -20,9 +20,7 @@ spec = Gem::Specification.new do |s|
s.author = "Adam Meehan"
s.email = "adam.meehan@gmail.com"
s.homepage = "http://github.com/adzap/validates_timeliness"
s.require_path = 'lib'
s.autorequire = GEM_NAME
s.files = %w(validates_timeliness.gemspec LICENSE CHANGELOG README.rdoc Rakefile) + Dir.glob("{lib,spec}/**/*")
end