Add license to gemspec

Fixes issue #26
This commit is contained in:
Aaron Suggs 2013-07-17 10:37:23 -04:00
parent 905df04992
commit 5a37bb102f

View file

@ -7,6 +7,7 @@ require 'rack/attack/version'
Gem::Specification.new do |s|
s.name = 'rack-attack'
s.version = Rack::Attack::VERSION
s.license = 'MIT'
s.authors = ["Aaron Suggs"]
s.description = "A rack middleware for throttling and blocking abusive requests"