bump version

This commit is contained in:
Konstantin Haase 2011-12-30 13:07:33 +01:00
parent 2eb0092cd2
commit 7ba1d15bb9
2 changed files with 8 additions and 4 deletions

View File

@ -4,7 +4,7 @@ module Rack
VERSION
end
SIGNATURE = [1, 1, 4]
SIGNATURE = [1, 2, 0]
VERSION = SIGNATURE.join('.')
VERSION.extend Comparable

View File

@ -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