Sha256: dad1356ba0a0d088442373a3a1c22448b987fffc6697f793497f900df2736a5b

Contents?: true

Size: 762 Bytes

Versions: 1

Compression:

Stored size: 762 Bytes

Contents

Gem::Specification.new do |s|
  s.name = "shield"
  s.version = "3.0.0"
  s.summary = %{Generic authentication protocol for rack applications.}
  s.description = %Q{
    Provides all the protocol you need in order to do authentication on
    your rack application. The implementation specifics can be found in
    http://github.com/cyx/shield-contrib
  }
  s.authors = ["Michel Martens", "Damian Janowski", "Cyril David"]
  s.email = ["michel@soveran.com", "djanowski@dimaion.com", "me@cyrildavid.com"]
  s.homepage = "http://github.com/cyx/shield"
  s.license = "MIT"

  s.files = `git ls-files`.split("\n")

  s.add_dependency "armor"
  s.add_development_dependency "cutest"
  s.add_development_dependency "rack-test"
  s.add_development_dependency "cuba"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
shield-3.0.0 shield.gemspec