From 3cc65d7b13484d4b92483788235956499a37bd75 Mon Sep 17 00:00:00 2001 From: Konstantin Haase Date: Mon, 10 Dec 2012 22:05:15 +0100 Subject: [PATCH] regenerate gemspec --- rack-protection/rack-protection.gemspec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/rack-protection/rack-protection.gemspec b/rack-protection/rack-protection.gemspec index d8bfca52..5ee64568 100644 --- a/rack-protection/rack-protection.gemspec +++ b/rack-protection/rack-protection.gemspec @@ -2,7 +2,7 @@ Gem::Specification.new do |s| # general infos s.name = "rack-protection" - s.version = "1.3.0" + s.version = "1.3.1" s.description = "You should use protection!" s.homepage = "http://github.com/rkh/rack-protection" s.summary = s.description @@ -11,6 +11,7 @@ Gem::Specification.new do |s| s.authors = [ "Konstantin Haase", "Alex Rodionov", + "Chris Heald", "Chris Mytton", "Corey Ward", "David Kellum", @@ -29,6 +30,7 @@ Gem::Specification.new do |s| s.email = [ "konstantin.mailinglists@googlemail.com", "p0deje@gmail.com", + "cheald@gmail.com", "self@hecticjeff.net", "coreyward@me.com", "dek-oss@gravitext.com",