Include LICENSE in gem build

This commit is contained in:
Orhan Toy 2022-01-28 19:04:52 +01:00 committed by GitHub
parent a92513fb3e
commit c95f9624aa
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"]