From 359ebe9068337d50d4b854c2128407b26b79c884 Mon Sep 17 00:00:00 2001 From: Aaron Suggs Date: Sun, 29 Jul 2012 10:52:00 -0400 Subject: [PATCH] Change description --- rack-attack.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rack-attack.gemspec b/rack-attack.gemspec index 3de1b28..a04e386 100644 --- a/rack-attack.gemspec +++ b/rack-attack.gemspec @@ -9,7 +9,7 @@ Gem::Specification.new do |s| s.version = Rack::Attack::VERSION s.authors = ["Aaron Suggs"] - s.description = "A flexible rack middleware for throttling and blocking requests" + s.description = "A rack middleware for throttling and blocking abusive requests" s.email = "aaron@ktheory.com" s.files = Dir.glob("{bin,lib}/**/*") + %w(Rakefile LICENSE README.md)