1
0
Fork 0
mirror of https://github.com/sinatra/sinatra synced 2023-03-27 23:18:01 -04:00
sinatra/rack-protection/rack-protection.gemspec

38 lines
925 B
Ruby
Raw Normal View History

2011-05-23 04:07:54 -04:00
# Run `rake rack-protection.gemspec` to update the gemspec.
Gem::Specification.new do |s|
# general infos
s.name = "rack-protection"
s.version = "0.0.1"
s.description = "You should use protection!"
s.homepage = "http://github.com/rkh/rack-protection"
s.summary = s.description
# generated from git shortlog -sn
s.authors = [
"Konstantin Haase"
]
# generated from git shortlog -sne
s.email = [
"konstantin.mailinglists@googlemail.com"
]
# generated from git ls-files
s.files = [
"License",
"README.md",
"Rakefile",
"lib/rack-protection.rb",
"lib/rack/protection.rb",
"lib/rack/protection/version.rb",
"rack-protection.gemspec",
"spec/rack_protection_spec.rb"
]
# dependencies
s.add_dependency "rack"
2011-05-28 11:49:38 -04:00
s.add_dependency "escape_utils"
s.add_development_dependency "rack-test"
2011-05-23 04:07:54 -04:00
s.add_development_dependency "rspec", "~> 2.0"
end