Sha256: c8a14661cc519c02ed95aac031e72b252d086b814b830a55ec14e9df80bb116a

Contents?: true

Size: 797 Bytes

Versions: 4

Compression:

Stored size: 797 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://www.sinatrarb.com/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.6"
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
rack-protection-2.0.3 rack-protection.gemspec
rack-protection-2.0.2 rack-protection.gemspec
rack-protection-2.0.1 rack-protection.gemspec
rack-protection-2.0.1.rc1 rack-protection.gemspec