1
0
Fork 0
mirror of https://github.com/rspec/rspec-metagem.git synced 2022-11-09 12:09:29 -05:00

Merge pull request #10 from takiy33/takiy33-patch-1

Removed deprecated option from .gemspec
This commit is contained in:
Myron Marston 2015-05-28 10:51:42 -07:00
commit 76508427dc

View file

@ -14,8 +14,6 @@ Gem::Specification.new do |s|
s.summary = "rspec-#{RSpec::Version::STRING}"
s.description = "BDD for Ruby"
s.rubyforge_project = "rspec"
s.files = `git ls-files -- lib/*`.split("\n")
s.files += ["License.txt"]
s.test_files = `git ls-files -- {spec,features}/*`.split("\n")