Merge pull request #565 from orhantoy/include-license-in-gem-build

Include LICENSE in gem build
This commit is contained in:
Gonzalo 2022-01-29 15:37:06 -03:00 committed by GitHub
commit 9ccf6286d1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,7 +14,7 @@ Gem::Specification.new do |s|
s.description = "A rack middleware for throttling and blocking abusive requests"
s.email = "aaron@ktheory.com"
s.files = Dir.glob("{bin,lib}/**/*") + %w(Rakefile README.md)
s.files = Dir.glob("{bin,lib}/**/*") + %w(Rakefile README.md LICENSE)
s.homepage = 'https://github.com/rack/rack-attack'
s.rdoc_options = ["--charset=UTF-8"]
s.require_paths = ["lib"]