mirror of
https://github.com/sinatra/sinatra
synced 2023-03-27 23:18:01 -04:00
bump version, regenerate gemspec
This commit is contained in:
parent
9fcde0f23e
commit
dbdb12a705
2 changed files with 6 additions and 4 deletions
|
@ -4,7 +4,7 @@ module Rack
|
||||||
VERSION
|
VERSION
|
||||||
end
|
end
|
||||||
|
|
||||||
SIGNATURE = [1, 4, 0]
|
SIGNATURE = [1, 5, 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.4.0"
|
s.version = "1.5.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
|
||||||
|
@ -16,6 +16,7 @@ Gem::Specification.new do |s|
|
||||||
"Corey Ward",
|
"Corey Ward",
|
||||||
"David Kellum",
|
"David Kellum",
|
||||||
"Egor Homakov",
|
"Egor Homakov",
|
||||||
|
"Florian Gilcher",
|
||||||
"Fojas",
|
"Fojas",
|
||||||
"Mael Clerambault",
|
"Mael Clerambault",
|
||||||
"Martin Mauch",
|
"Martin Mauch",
|
||||||
|
@ -31,11 +32,11 @@ Gem::Specification.new do |s|
|
||||||
s.email = [
|
s.email = [
|
||||||
"konstantin.mailinglists@googlemail.com",
|
"konstantin.mailinglists@googlemail.com",
|
||||||
"p0deje@gmail.com",
|
"p0deje@gmail.com",
|
||||||
"cheald@gmail.com",
|
|
||||||
"self@hecticjeff.net",
|
"self@hecticjeff.net",
|
||||||
"coreyward@me.com",
|
"coreyward@me.com",
|
||||||
"dek-oss@gravitext.com",
|
"dek-oss@gravitext.com",
|
||||||
"homakov@gmail.com",
|
"homakov@gmail.com",
|
||||||
|
"florian.gilcher@asquera.de",
|
||||||
"developer@fojasaur.us",
|
"developer@fojasaur.us",
|
||||||
"mael@clerambault.fr",
|
"mael@clerambault.fr",
|
||||||
"martin.mauch@gmail.com",
|
"martin.mauch@gmail.com",
|
||||||
|
@ -44,7 +45,8 @@ Gem::Specification.new do |s|
|
||||||
"steve.agalloco@gmail.com",
|
"steve.agalloco@gmail.com",
|
||||||
"akzhan.abdulin@gmail.com",
|
"akzhan.abdulin@gmail.com",
|
||||||
"toby.net.info.mail+git@gmail.com",
|
"toby.net.info.mail+git@gmail.com",
|
||||||
"bjoerge@bengler.no"
|
"bjoerge@bengler.no",
|
||||||
|
"cheald@gmail.com"
|
||||||
]
|
]
|
||||||
|
|
||||||
# generated from git ls-files
|
# generated from git ls-files
|
||||||
|
|
Loading…
Reference in a new issue