sinatra/rack-protection/rack-protection.gemspec

87 lines
2.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"
s.version = "2.0.0"
2011-05-23 08:07:54 +00:00
s.description = "You should use protection!"
2015-03-28 08:58:24 +00:00
s.homepage = "http://github.com/sinatra/rack-protection"
2011-05-23 08:07:54 +00:00
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",
"Maurizio De Santis",
2012-12-10 15:50:39 +00:00
"Alex Rodionov",
2014-04-08 14:56:31 +00:00
"Jason Staten",
"Patrick Ellis",
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",
"Akzhan Abdulin",
"Alan deLevie",
"Bj\u{f8}rge N\u{e6}ss",
"Chris Heald",
"Chris Mytton",
"Corey Ward",
"Dario Cravero",
"David Kellum",
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",
"Josef Stribny",
"Katrina Owen",
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",
"Zachary Scott",
"ashley williams",
"brookemckim"
2011-05-23 08:07:54 +00:00
]
# generated from git shortlog -sne
s.email = [
"mail@zzak.io",
"konstantin.haase@gmail.com"
2011-05-23 08:07:54 +00:00
]
# generated from git ls-files
s.files = [
"License",
"README.md",
"Rakefile",
"Gemfile",
"rack-protection.gemspec",
"lib/rack",
"lib/rack/protection",
2011-06-20 13:49:38 +00:00
"lib/rack/protection/escaped_params.rb",
"lib/rack/protection/remote_referrer.rb",
"lib/rack/protection/ip_spoofing.rb",
"lib/rack/protection/base.rb",
2011-06-20 13:49:38 +00:00
"lib/rack/protection/session_hijacking.rb",
"lib/rack/protection/authenticity_token.rb",
2011-05-23 08:07:54 +00:00
"lib/rack/protection/version.rb",
"lib/rack/protection/path_traversal.rb",
"lib/rack/protection/form_token.rb",
"lib/rack/protection/json_csrf.rb",
"lib/rack/protection/http_origin.rb",
"lib/rack/protection/frame_options.rb",
2011-06-20 13:49:38 +00:00
"lib/rack/protection/xss_header.rb",
"lib/rack/protection/remote_token.rb",
"lib/rack/protection.rb",
"lib/rack-protection.rb"
2011-05-23 08:07:54 +00:00
]
# dependencies
s.add_dependency "rack"
s.add_development_dependency "rack-test"
2014-09-02 23:57:09 +00:00
s.add_development_dependency "rspec", "~> 3.0.0"
2011-05-23 08:07:54 +00:00
end