mirror of
https://github.com/jnunemaker/httparty
synced 2023-03-27 23:23:07 -04:00
Remove test_files from gemspec (#658)
This commit is contained in:
parent
b4099defba
commit
99751ac98a
1 changed files with 0 additions and 1 deletions
|
@ -25,7 +25,6 @@ Gem::Specification.new do |s|
|
|||
test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
|
||||
|
||||
s.files = all_files - test_files
|
||||
s.test_files = test_files
|
||||
s.executables = `git ls-files -- bin/*`.split("\n").map { |f| File.basename(f) }
|
||||
s.require_paths = ["lib"]
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue