mirror of
https://github.com/sinatra/sinatra
synced 2023-03-27 23:18:01 -04:00
prep v1.1.0
This commit is contained in:
parent
be74517b9d
commit
eb588e3bb4
2 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@ module Rack
|
|||
extend Comparable
|
||||
|
||||
MAJOR = 1
|
||||
MINOR = 0
|
||||
MINOR = 1
|
||||
TINY = 0
|
||||
SIGNATURE = [MAJOR, MINOR, TINY]
|
||||
STRING = SIGNATURE.join '.'
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue