Skip to content

Commit

Permalink
Merge 29970a2 into 6240672
Browse files Browse the repository at this point in the history
  • Loading branch information
trusche committed Aug 5, 2019
2 parents 6240672 + 29970a2 commit 2724406
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion http.gemspec
Expand Up @@ -19,7 +19,9 @@ Gem::Specification.new do |gem|
gem.licenses = ["MIT"]

gem.executables = `git ls-files -- bin/*`.split("\n").map { |f| File.basename(f) }
gem.files = `git ls-files`.split("\n")
gem.files = Dir["lib/**/*.rb"] +
%w[http.gemspec README.md CHANGES.md LICENSE.txt]

gem.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
gem.name = "http"
gem.require_paths = ["lib"]
Expand Down

0 comments on commit 2724406

Please sign in to comment.