Sha256: 0d793df63b6867a1699d1ced1854a4741b6e2bec3ba2a2b9673dc92192d017e9

Contents?: true

Size: 1.44 KB

Versions: 16

Compression:

Stored size: 1.44 KB

Contents

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

Gem::Specification.new do |s|
  s.name = "rack-cache"
  s.version = "1.1"

  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
  s.authors = ["Ryan Tomayko"]
  s.date = "2011-09-18"
  s.description = "HTTP Caching for Rack"
  s.email = "r@tomayko.com"
  s.extra_rdoc_files = ["README", "COPYING", "TODO", "CHANGES"]
  s.files = ["README", "COPYING", "TODO", "CHANGES"]
  s.homepage = "http://tomayko.com/src/rack-cache/"
  s.rdoc_options = ["--line-numbers", "--inline-source", "--title", "Rack::Cache", "--main", "Rack::Cache"]
  s.require_paths = ["lib"]
  s.rubygems_version = "1.8.15"
  s.summary = "HTTP Caching for Rack"

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

    if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
      s.add_runtime_dependency(%q<rack>, [">= 0.4"])
      s.add_development_dependency(%q<bacon>, [">= 0"])
      s.add_development_dependency(%q<memcached>, [">= 0"])
      s.add_development_dependency(%q<dalli>, [">= 0"])
    else
      s.add_dependency(%q<rack>, [">= 0.4"])
      s.add_dependency(%q<bacon>, [">= 0"])
      s.add_dependency(%q<memcached>, [">= 0"])
      s.add_dependency(%q<dalli>, [">= 0"])
    end
  else
    s.add_dependency(%q<rack>, [">= 0.4"])
    s.add_dependency(%q<bacon>, [">= 0"])
    s.add_dependency(%q<memcached>, [">= 0"])
    s.add_dependency(%q<dalli>, [">= 0"])
  end
end

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
challah-0.6.1 vendor/bundle/specifications/rack-cache-1.1.gemspec
challah-0.6.0 vendor/bundle/specifications/rack-cache-1.1.gemspec
challah-0.5.4 vendor/bundle/specifications/rack-cache-1.1.gemspec
challah-0.5.3 vendor/bundle/specifications/rack-cache-1.1.gemspec
challah-0.5.2 vendor/bundle/specifications/rack-cache-1.1.gemspec
challah-0.5.0 vendor/bundle/specifications/rack-cache-1.1.gemspec
challah-0.4.1 vendor/bundle/specifications/rack-cache-1.1.gemspec
challah-0.4.0 vendor/bundle/specifications/rack-cache-1.1.gemspec
challah-0.3.5 vendor/bundle/specifications/rack-cache-1.1.gemspec
challah-0.3.4 vendor/bundle/specifications/rack-cache-1.1.gemspec
challah-0.3.3 vendor/bundle/specifications/rack-cache-1.1.gemspec
challah-0.3.2 vendor/bundle/specifications/rack-cache-1.1.gemspec
challah-0.3.1 vendor/bundle/specifications/rack-cache-1.1.gemspec
challah-0.3.0 vendor/bundle/specifications/rack-cache-1.1.gemspec
challah-0.2.1 vendor/bundle/specifications/rack-cache-1.1.gemspec
challah-0.2.0 vendor/bundle/specifications/rack-cache-1.1.gemspec