Sha256: 2c3bbfeb1c25d68b66c4863cb4e05a843cd1dc77160c725434289afc72fd39d2

Contents?: true

Size: 983 Bytes

Versions: 5

Compression:

Stored size: 983 Bytes

Contents

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

Gem::Specification.new do |s|
  s.name = "warden"
  s.version = "1.1.1"

  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
  s.authors = ["Daniel Neighman"]
  s.date = "2011-07-27"
  s.email = "has.sox@gmail.com"
  s.extra_rdoc_files = ["LICENSE", "README.textile"]
  s.files = ["LICENSE", "README.textile"]
  s.homepage = "http://github.com/hassox/warden"
  s.rdoc_options = ["--charset=UTF-8"]
  s.require_paths = ["lib"]
  s.rubyforge_project = "warden"
  s.rubygems_version = "1.8.10"
  s.summary = "Rack middleware that provides authentication for rack applications"

  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>, [">= 1.0"])
    else
      s.add_dependency(%q<rack>, [">= 1.0"])
    end
  else
    s.add_dependency(%q<rack>, [">= 1.0"])
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
sunrise-cms-0.3.3 vendor/bundle/ruby/1.9.1/specifications/warden-1.1.1.gemspec
sunrise-cms-0.3.2 vendor/bundle/ruby/1.9.1/specifications/warden-1.1.1.gemspec
sunrise-cms-0.3.1 vendor/bundle/ruby/1.9.1/specifications/warden-1.1.1.gemspec
sunrise-cms-0.3.0 vendor/bundle/ruby/1.9.1/specifications/warden-1.1.1.gemspec
sunrise-cms-0.3.0.rc vendor/bundle/ruby/1.9.1/specifications/warden-1.1.1.gemspec