From c95f9624aaa42b2d164867393297c88f73f58b93 Mon Sep 17 00:00:00 2001 From: Orhan Toy Date: Fri, 28 Jan 2022 19:04:52 +0100 Subject: [PATCH] Include LICENSE in gem build --- rack-attack.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rack-attack.gemspec b/rack-attack.gemspec index 75ca531..fd7cac2 100644 --- a/rack-attack.gemspec +++ b/rack-attack.gemspec @@ -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"]