Sha256: d3110c635c4562548b6a73e4e0278c3334865e351864c2b86be4cc85a7d2b1a6
Contents?: true
Size: 824 Bytes
Versions: 3
Compression:
Stored size: 824 Bytes
Contents
version = File.read(File.expand_path("../../VERSION", __FILE__)).strip Gem::Specification.new do |s| # general infos s.name = "rack-protection" s.version = version s.description = "Protect against typical web attacks, works with all Rack apps, including Rails." s.homepage = "http://github.com/sinatra/sinatra/tree/master/rack-protection" s.summary = s.description s.license = 'MIT' s.authors = ["https://github.com/sinatra/sinatra/graphs/contributors"] s.email = "sinatrarb@googlegroups.com" s.files = Dir["lib/**/*.rb"] + [ "License", "README.md", "Rakefile", "Gemfile", "rack-protection.gemspec" ] # dependencies s.add_dependency "rack" s.add_development_dependency "rack-test" s.add_development_dependency "rspec", "~> 3.0.0" end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
rack-protection-2.0.0 | rack-protection.gemspec |
rack-protection-2.0.0.rc6 | rack-protection.gemspec |
rack-protection-2.0.0.rc5 | rack-protection.gemspec |