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
|
||||
end
|
||||
|
||||
SIGNATURE = [1, 4, 0]
|
||||
SIGNATURE = [1, 5, 0]
|
||||
VERSION = SIGNATURE.join('.')
|
||||
|
||||
VERSION.extend Comparable
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
Gem::Specification.new do |s|
|
||||
# general infos
|
||||
s.name = "rack-protection"
|
||||
s.version = "1.4.0"
|
||||
s.version = "1.5.0"
|
||||
s.description = "You should use protection!"
|
||||
s.homepage = "http://github.com/rkh/rack-protection"
|
||||
s.summary = s.description
|
||||
|
@ -16,6 +16,7 @@ Gem::Specification.new do |s|
|
|||
"Corey Ward",
|
||||
"David Kellum",
|
||||
"Egor Homakov",
|
||||
"Florian Gilcher",
|
||||
"Fojas",
|
||||
"Mael Clerambault",
|
||||
"Martin Mauch",
|
||||
|
@ -31,11 +32,11 @@ Gem::Specification.new do |s|
|
|||
s.email = [
|
||||
"konstantin.mailinglists@googlemail.com",
|
||||
"p0deje@gmail.com",
|
||||
"cheald@gmail.com",
|
||||
"self@hecticjeff.net",
|
||||
"coreyward@me.com",
|
||||
"dek-oss@gravitext.com",
|
||||
"homakov@gmail.com",
|
||||
"florian.gilcher@asquera.de",
|
||||
"developer@fojasaur.us",
|
||||
"mael@clerambault.fr",
|
||||
"martin.mauch@gmail.com",
|
||||
|
@ -44,7 +45,8 @@ Gem::Specification.new do |s|
|
|||
"steve.agalloco@gmail.com",
|
||||
"akzhan.abdulin@gmail.com",
|
||||
"toby.net.info.mail+git@gmail.com",
|
||||
"bjoerge@bengler.no"
|
||||
"bjoerge@bengler.no",
|
||||
"cheald@gmail.com"
|
||||
]
|
||||
|
||||
# generated from git ls-files
|
||||
|
|
Loading…
Reference in a new issue