mirror of
https://github.com/samsonjs/rack-attack.git
synced 2026-03-25 09:25:49 +00:00
Merge pull request #565 from orhantoy/include-license-in-gem-build
Include LICENSE in gem build
This commit is contained in:
commit
9ccf6286d1
1 changed files with 1 additions and 1 deletions
|
|
@ -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"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue