Skip to content

Commit

Permalink
Include source and documdnts files only in the gem file. (#1391)
Browse files Browse the repository at this point in the history
  • Loading branch information
junaruga authored and nateberkopec committed Aug 16, 2017
1 parent 344e962 commit e60bd54
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion puma.gemspec
Expand Up @@ -13,7 +13,8 @@ Gem::Specification.new do |s|
s.email = ["evan@phx.io"]
s.executables = ["puma", "pumactl"]
s.extensions = ["ext/puma_http11/extconf.rb"]
s.files = `git ls-files`.split($/)
s.files = `git ls-files -- bin docs ext lib tools`.split("\n") +
%w[History.md LICENSE README.md]
s.homepage = "http://puma.io"
s.license = "BSD-3-Clause"
s.required_ruby_version = Gem::Requirement.new(">= 1.9.3")
Expand Down

0 comments on commit e60bd54

Please sign in to comment.