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:
commit
76508427dc
1 changed files with 0 additions and 2 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue