mirror of
https://github.com/ditkrg/validates_timeliness.git
synced 2026-01-22 22:06:45 +00:00
remove deprecated gem spec property
This commit is contained in:
parent
9b3efa1ecb
commit
de1de82ae3
2
Rakefile
2
Rakefile
@ -20,9 +20,7 @@ spec = Gem::Specification.new do |s|
|
|||||||
s.author = "Adam Meehan"
|
s.author = "Adam Meehan"
|
||||||
s.email = "adam.meehan@gmail.com"
|
s.email = "adam.meehan@gmail.com"
|
||||||
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.autorequire = GEM_NAME
|
|
||||||
s.files = %w(validates_timeliness.gemspec LICENSE CHANGELOG README.rdoc Rakefile) + Dir.glob("{lib,spec}/**/*")
|
s.files = %w(validates_timeliness.gemspec LICENSE CHANGELOG README.rdoc Rakefile) + Dir.glob("{lib,spec}/**/*")
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user