prep v1.1.0

This commit is contained in:
Konstantin Haase 2011-09-03 16:59:36 -06:00
parent be74517b9d
commit eb588e3bb4
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ module Rack
extend Comparable
MAJOR = 1
MINOR = 0
MINOR = 1
TINY = 0
SIGNATURE = [MAJOR, MINOR, TINY]
STRING = SIGNATURE.join '.'

View File

@ -2,7 +2,7 @@
Gem::Specification.new do |s|
# general infos
s.name = "rack-protection"
s.version = "1.0.0"
s.version = "1.1.0"
s.description = "You should use protection!"
s.homepage = "http://github.com/rkh/rack-protection"
s.summary = s.description