From 7ba1d15bb92f6118ebe79b009140096742f7ed39 Mon Sep 17 00:00:00 2001 From: Konstantin Haase Date: Fri, 30 Dec 2011 13:07:33 +0100 Subject: [PATCH] bump version --- rack-protection/lib/rack/protection/version.rb | 2 +- rack-protection/rack-protection.gemspec | 10 +++++++--- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/rack-protection/lib/rack/protection/version.rb b/rack-protection/lib/rack/protection/version.rb index 0a603ce2..1b1b584f 100644 --- a/rack-protection/lib/rack/protection/version.rb +++ b/rack-protection/lib/rack/protection/version.rb @@ -4,7 +4,7 @@ module Rack VERSION end - SIGNATURE = [1, 1, 4] + SIGNATURE = [1, 2, 0] VERSION = SIGNATURE.join('.') VERSION.extend Comparable diff --git a/rack-protection/rack-protection.gemspec b/rack-protection/rack-protection.gemspec index cddf953d..a5bb2824 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.1.4" + s.version = "1.2.0" s.description = "You should use protection!" s.homepage = "http://github.com/rkh/rack-protection" s.summary = s.description @@ -10,17 +10,21 @@ Gem::Specification.new do |s| # generated from git shortlog -sn s.authors = [ "Konstantin Haase", + "Akzhan Abdulin", "Corey Ward", "David Kellum", - "Fojas" + "Fojas", + "Martin Mauch" ] # generated from git shortlog -sne s.email = [ "konstantin.mailinglists@googlemail.com", + "akzhan.abdulin@gmail.com", "coreyward@me.com", "dek-oss@gravitext.com", - "developer@fojasaur.us" + "developer@fojasaur.us", + "martin.mauch@gmail.com" ] # generated from git ls-files