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"]