bump version

This commit is contained in:
Konstantin Haase 2011-10-01 18:46:11 -05:00
parent 1d10a7a628
commit a6d0cdc7b5
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ module Rack
VERSION
end
SIGNATURE = [1, 1, 1]
SIGNATURE = [1, 1, 2]
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.1"
s.version = "1.1.2"
s.description = "You should use protection!"
s.homepage = "http://github.com/rkh/rack-protection"
s.summary = s.description