mirror of
https://github.com/sinatra/sinatra
synced 2023-03-27 23:18:01 -04:00
bump version
This commit is contained in:
parent
2eb0092cd2
commit
7ba1d15bb9
2 changed files with 8 additions and 4 deletions
|
@ -4,7 +4,7 @@ module Rack
|
||||||
VERSION
|
VERSION
|
||||||
end
|
end
|
||||||
|
|
||||||
SIGNATURE = [1, 1, 4]
|
SIGNATURE = [1, 2, 0]
|
||||||
VERSION = SIGNATURE.join('.')
|
VERSION = SIGNATURE.join('.')
|
||||||
|
|
||||||
VERSION.extend Comparable
|
VERSION.extend Comparable
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
Gem::Specification.new do |s|
|
Gem::Specification.new do |s|
|
||||||
# general infos
|
# general infos
|
||||||
s.name = "rack-protection"
|
s.name = "rack-protection"
|
||||||
s.version = "1.1.4"
|
s.version = "1.2.0"
|
||||||
s.description = "You should use protection!"
|
s.description = "You should use protection!"
|
||||||
s.homepage = "http://github.com/rkh/rack-protection"
|
s.homepage = "http://github.com/rkh/rack-protection"
|
||||||
s.summary = s.description
|
s.summary = s.description
|
||||||
|
@ -10,17 +10,21 @@ Gem::Specification.new do |s|
|
||||||
# generated from git shortlog -sn
|
# generated from git shortlog -sn
|
||||||
s.authors = [
|
s.authors = [
|
||||||
"Konstantin Haase",
|
"Konstantin Haase",
|
||||||
|
"Akzhan Abdulin",
|
||||||
"Corey Ward",
|
"Corey Ward",
|
||||||
"David Kellum",
|
"David Kellum",
|
||||||
"Fojas"
|
"Fojas",
|
||||||
|
"Martin Mauch"
|
||||||
]
|
]
|
||||||
|
|
||||||
# generated from git shortlog -sne
|
# generated from git shortlog -sne
|
||||||
s.email = [
|
s.email = [
|
||||||
"konstantin.mailinglists@googlemail.com",
|
"konstantin.mailinglists@googlemail.com",
|
||||||
|
"akzhan.abdulin@gmail.com",
|
||||||
"coreyward@me.com",
|
"coreyward@me.com",
|
||||||
"dek-oss@gravitext.com",
|
"dek-oss@gravitext.com",
|
||||||
"developer@fojasaur.us"
|
"developer@fojasaur.us",
|
||||||
|
"martin.mauch@gmail.com"
|
||||||
]
|
]
|
||||||
|
|
||||||
# generated from git ls-files
|
# generated from git ls-files
|
||||||
|
|
Loading…
Add table
Reference in a new issue