This commit is contained in:
Konstantin Haase 2013-10-21 11:41:16 +02:00
parent 5d4f1d8ba3
commit 1e2ef8ab27
2 changed files with 25 additions and 12 deletions

View File

@ -4,7 +4,7 @@ module Rack
VERSION VERSION
end end
SIGNATURE = [1, 5, 0] SIGNATURE = [1, 5, 1]
VERSION = SIGNATURE.join('.') VERSION = SIGNATURE.join('.')
VERSION.extend Comparable VERSION.extend Comparable

View File

@ -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.5.0" s.version = "1.5.1"
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
@ -12,9 +12,10 @@ Gem::Specification.new do |s|
s.authors = [ s.authors = [
"Konstantin Haase", "Konstantin Haase",
"Alex Rodionov", "Alex Rodionov",
"Chris Heald", "Patrick Ellis",
"Chris Mytton", "Jeff Welling",
"Corey Ward", "ITO Nobuaki",
"Matteo Centenaro",
"David Kellum", "David Kellum",
"Egor Homakov", "Egor Homakov",
"Florian Gilcher", "Florian Gilcher",
@ -24,18 +25,24 @@ Gem::Specification.new do |s|
"SAKAI, Kazuaki", "SAKAI, Kazuaki",
"Stanislav Savulchik", "Stanislav Savulchik",
"Steve Agalloco", "Steve Agalloco",
"Akzhan Abdulin",
"TOBY", "TOBY",
"Bj\u00F8rge N\u00E6ss" "Akzhan Abdulin",
"brookemckim",
"Bj\u00F8rge N\u00E6ss",
"Chris Heald",
"Chris Mytton",
"Corey Ward",
"Dario Cravero"
] ]
# generated from git shortlog -sne # generated from git shortlog -sne
s.email = [ s.email = [
"konstantin.mailinglists@googlemail.com", "konstantin.mailinglists@googlemail.com",
"p0deje@gmail.com", "p0deje@gmail.com",
"self@hecticjeff.net", "patrick@soundcloud.com",
"coreyward@me.com", "jeff.welling@gmail.com",
"dek-oss@gravitext.com", "bugant@gmail.com",
"daydream.trippers@gmail.com",
"homakov@gmail.com", "homakov@gmail.com",
"florian.gilcher@asquera.de", "florian.gilcher@asquera.de",
"developer@fojasaur.us", "developer@fojasaur.us",
@ -44,10 +51,15 @@ Gem::Specification.new do |s|
"kaz.july.7@gmail.com", "kaz.july.7@gmail.com",
"s.savulchik@gmail.com", "s.savulchik@gmail.com",
"steve.agalloco@gmail.com", "steve.agalloco@gmail.com",
"akzhan.abdulin@gmail.com",
"toby.net.info.mail+git@gmail.com", "toby.net.info.mail+git@gmail.com",
"akzhan.abdulin@gmail.com",
"brooke@digitalocean.com",
"bjoerge@bengler.no", "bjoerge@bengler.no",
"cheald@gmail.com" "cheald@gmail.com",
"self@hecticjeff.net",
"coreyward@me.com",
"dario@uxtemple.com",
"dek-oss@gravitext.com"
] ]
# generated from git ls-files # generated from git ls-files
@ -73,6 +85,7 @@ Gem::Specification.new do |s|
"lib/rack/protection/xss_header.rb", "lib/rack/protection/xss_header.rb",
"rack-protection.gemspec", "rack-protection.gemspec",
"spec/authenticity_token_spec.rb", "spec/authenticity_token_spec.rb",
"spec/base_spec.rb",
"spec/escaped_params_spec.rb", "spec/escaped_params_spec.rb",
"spec/form_token_spec.rb", "spec/form_token_spec.rb",
"spec/frame_options_spec.rb", "spec/frame_options_spec.rb",