sinatra/rack-protection/rack-protection.gemspec

119 lines
3.2 KiB
Ruby
Raw Normal View History

2011-05-23 08:07:54 +00:00
# Run `rake rack-protection.gemspec` to update the gemspec.
Gem::Specification.new do |s|
# general infos
s.name = "rack-protection"
2014-04-08 14:56:31 +00:00
s.version = "1.5.3"
2011-05-23 08:07:54 +00:00
s.description = "You should use protection!"
s.homepage = "http://github.com/rkh/rack-protection"
s.summary = s.description
2013-10-21 09:34:40 +00:00
s.license = 'MIT'
2011-05-23 08:07:54 +00:00
# generated from git shortlog -sn
s.authors = [
2011-09-02 19:45:05 +00:00
"Konstantin Haase",
2012-12-10 15:50:39 +00:00
"Alex Rodionov",
2013-10-21 09:41:16 +00:00
"Patrick Ellis",
2014-04-08 14:56:31 +00:00
"Jason Staten",
2013-10-21 09:41:16 +00:00
"ITO Nobuaki",
2014-01-15 09:36:59 +00:00
"Jeff Welling",
2014-04-08 14:56:31 +00:00
"Matteo Centenaro",
2013-03-01 04:55:54 +00:00
"Egor Homakov",
2013-03-13 06:39:42 +00:00
"Florian Gilcher",
2011-12-30 12:07:33 +00:00
"Fojas",
2014-04-08 14:56:31 +00:00
"Igor Bochkariov",
2012-12-10 15:50:39 +00:00
"Mael Clerambault",
"Martin Mauch",
2014-01-15 09:36:59 +00:00
"Renne Nissinen",
2012-12-10 15:50:39 +00:00
"SAKAI, Kazuaki",
"Stanislav Savulchik",
"Steve Agalloco",
"TOBY",
2014-04-08 14:56:31 +00:00
"Thais Camilo and Konstantin Haase",
2014-01-15 09:36:59 +00:00
"Vipul A M",
2013-10-21 09:41:16 +00:00
"Akzhan Abdulin",
"brookemckim",
2014-04-08 14:56:31 +00:00
"Bj\u{f8}rge N\u{e6}ss",
2013-10-21 09:41:16 +00:00
"Chris Heald",
"Chris Mytton",
"Corey Ward",
2014-04-08 14:56:31 +00:00
"Dario Cravero",
"David Kellum"
2011-05-23 08:07:54 +00:00
]
# generated from git shortlog -sne
s.email = [
2011-09-02 19:45:05 +00:00
"konstantin.mailinglists@googlemail.com",
2012-12-10 15:50:39 +00:00
"p0deje@gmail.com",
2014-04-08 14:56:31 +00:00
"jstaten07@gmail.com",
2013-10-21 09:41:16 +00:00
"patrick@soundcloud.com",
"jeff.welling@gmail.com",
2014-01-15 09:36:59 +00:00
"bugant@gmail.com",
2014-04-08 14:56:31 +00:00
"daydream.trippers@gmail.com",
2013-03-13 06:39:42 +00:00
"florian.gilcher@asquera.de",
2011-12-30 12:07:33 +00:00
"developer@fojasaur.us",
2014-04-08 14:56:31 +00:00
"ujifgc@gmail.com",
2012-12-10 15:50:39 +00:00
"mael@clerambault.fr",
"martin.mauch@gmail.com",
2014-01-15 09:36:59 +00:00
"rennex@iki.fi",
2012-12-10 15:50:39 +00:00
"kaz.july.7@gmail.com",
"s.savulchik@gmail.com",
"steve.agalloco@gmail.com",
"toby.net.info.mail+git@gmail.com",
2014-04-08 14:56:31 +00:00
"dev+narwen+rkh@rkh.im",
2014-01-15 09:36:59 +00:00
"vipulnsward@gmail.com",
2013-10-21 09:41:16 +00:00
"akzhan.abdulin@gmail.com",
"brooke@digitalocean.com",
2013-03-13 06:39:42 +00:00
"bjoerge@bengler.no",
2013-10-21 09:41:16 +00:00
"cheald@gmail.com",
"self@hecticjeff.net",
"coreyward@me.com",
"dario@uxtemple.com",
2014-04-08 14:56:31 +00:00
"dek-oss@gravitext.com",
"homakov@gmail.com"
2011-05-23 08:07:54 +00:00
]
# generated from git ls-files
s.files = [
"License",
"README.md",
"Rakefile",
"lib/rack-protection.rb",
"lib/rack/protection.rb",
2011-06-20 13:49:38 +00:00
"lib/rack/protection/authenticity_token.rb",
"lib/rack/protection/base.rb",
"lib/rack/protection/escaped_params.rb",
"lib/rack/protection/form_token.rb",
"lib/rack/protection/frame_options.rb",
2012-12-10 15:50:39 +00:00
"lib/rack/protection/http_origin.rb",
2011-06-20 13:49:38 +00:00
"lib/rack/protection/ip_spoofing.rb",
"lib/rack/protection/json_csrf.rb",
"lib/rack/protection/path_traversal.rb",
"lib/rack/protection/remote_referrer.rb",
"lib/rack/protection/remote_token.rb",
"lib/rack/protection/session_hijacking.rb",
2011-05-23 08:07:54 +00:00
"lib/rack/protection/version.rb",
2011-06-20 13:49:38 +00:00
"lib/rack/protection/xss_header.rb",
2011-05-23 08:07:54 +00:00
"rack-protection.gemspec",
2011-06-20 13:49:38 +00:00
"spec/authenticity_token_spec.rb",
2013-10-21 09:41:16 +00:00
"spec/base_spec.rb",
2011-06-20 13:49:38 +00:00
"spec/escaped_params_spec.rb",
"spec/form_token_spec.rb",
"spec/frame_options_spec.rb",
2012-12-10 15:50:39 +00:00
"spec/http_origin_spec.rb",
2011-06-20 13:49:38 +00:00
"spec/ip_spoofing_spec.rb",
"spec/json_csrf_spec.rb",
"spec/path_traversal_spec.rb",
"spec/protection_spec.rb",
"spec/remote_referrer_spec.rb",
"spec/remote_token_spec.rb",
"spec/session_hijacking_spec.rb",
"spec/spec_helper.rb",
"spec/xss_header_spec.rb"
2011-05-23 08:07:54 +00:00
]
# dependencies
s.add_dependency "rack"
s.add_development_dependency "rack-test"
2011-05-23 08:07:54 +00:00
s.add_development_dependency "rspec", "~> 2.0"
end