Sha256: 987adae32e5f90e5959f2e6958d9ede3e1d9632a82049e961f6e27effb2dc35c

Contents?: true

Size: 1.73 KB

Versions: 6

Compression:

Stored size: 1.73 KB

Contents

# -*- encoding: utf-8 -*-

Gem::Specification.new do |s|
  s.name = "rack-protection"
  s.version = "1.4.0"

  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
  s.authors = ["Konstantin Haase", "Alex Rodionov", "Chris Heald", "Chris Mytton", "Corey Ward", "David Kellum", "Egor Homakov", "Fojas", "Mael Clerambault", "Martin Mauch", "SAKAI, Kazuaki", "Stanislav Savulchik", "Steve Agalloco", "Akzhan Abdulin", "TOBY", "Bju00F8rge Nu00E6ss"]
  s.date = "2013-02-28"
  s.description = "You should use protection!"
  s.email = ["konstantin.mailinglists@googlemail.com", "p0deje@gmail.com", "cheald@gmail.com", "self@hecticjeff.net", "coreyward@me.com", "dek-oss@gravitext.com", "homakov@gmail.com", "developer@fojasaur.us", "mael@clerambault.fr", "martin.mauch@gmail.com", "kaz.july.7@gmail.com", "s.savulchik@gmail.com", "steve.agalloco@gmail.com", "akzhan.abdulin@gmail.com", "toby.net.info.mail+git@gmail.com", "bjoerge@bengler.no"]
  s.homepage = "http://github.com/rkh/rack-protection"
  s.require_paths = ["lib"]
  s.rubygems_version = "1.8.24"
  s.summary = "You should use protection!"

  if s.respond_to? :specification_version then
    s.specification_version = 3

    if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
      s.add_runtime_dependency(%q<rack>, [">= 0"])
      s.add_development_dependency(%q<rack-test>, [">= 0"])
      s.add_development_dependency(%q<rspec>, ["~> 2.0"])
    else
      s.add_dependency(%q<rack>, [">= 0"])
      s.add_dependency(%q<rack-test>, [">= 0"])
      s.add_dependency(%q<rspec>, ["~> 2.0"])
    end
  else
    s.add_dependency(%q<rack>, [">= 0"])
    s.add_dependency(%q<rack-test>, [">= 0"])
    s.add_dependency(%q<rspec>, ["~> 2.0"])
  end
end

Version data entries

6 entries across 4 versions & 1 rubygems

Version Path
torquebox-console-0.3.0 vendor/bundle/jruby/1.9/specifications/rack-protection-1.4.0.gemspec
torquebox-console-0.2.5 vendor/bundle/jruby/1.9/specifications/rack-protection-1.4.0.gemspec
torquebox-console-0.2.5 vendor/bundle/ruby/1.8/specifications/rack-protection-1.4.0.gemspec
torquebox-console-0.2.4 vendor/bundle/jruby/1.9/specifications/rack-protection-1.4.0.gemspec
torquebox-console-0.2.4 vendor/bundle/ruby/1.8/specifications/rack-protection-1.4.0.gemspec
torquebox-console-0.2.3 vendor/bundle/jruby/1.9/specifications/rack-protection-1.4.0.gemspec