1
0
Fork 0
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:
Nikita Misharin 2019-05-20 09:00:01 +04:00 committed by GitHub
parent b4099defba
commit 99751ac98a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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