Sha256: 548a34d4e99dc5135cd99ca746275a9e43819bee29ed793632ed1c632c0aa9ef

Contents?: true

Size: 1.62 KB

Versions: 14

Compression:

Stored size: 1.62 KB

Contents

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

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

  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
  s.authors = ["Ryan Tomayko"]
  s.date = "2012-03-05"
  s.description = "Rack::Cache is suitable as a quick drop-in component to enable HTTP caching for Rack-based applications that produce freshness (Expires, Cache-Control) and/or validation (Last-Modified, ETag) information."
  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.10"
  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

14 entries across 9 versions & 3 rubygems

Version Path
challah-0.6.2 vendor/bundle/specifications/rack-cache-1.2.gemspec
sunrise-cms-0.3.3 vendor/bundle/ruby/1.9.1/gems/rails-uploader-0.0.1/vendor/bundle/ruby/1.9.1/specifications/rack-cache-1.2.gemspec
sunrise-cms-0.3.3 vendor/bundle/ruby/1.9.1/specifications/rack-cache-1.2.gemspec
sunrise-cms-0.3.2 vendor/bundle/ruby/1.9.1/specifications/rack-cache-1.2.gemspec
sunrise-cms-0.3.2 vendor/bundle/ruby/1.9.1/gems/rails-uploader-0.0.1/vendor/bundle/ruby/1.9.1/specifications/rack-cache-1.2.gemspec
sunrise-cms-0.3.1 vendor/bundle/ruby/1.9.1/gems/rails-uploader-0.0.1/vendor/bundle/ruby/1.9.1/specifications/rack-cache-1.2.gemspec
sunrise-cms-0.3.1 vendor/bundle/ruby/1.9.1/specifications/rack-cache-1.2.gemspec
sunrise-cms-0.3.0 vendor/bundle/ruby/1.9.1/gems/rails-uploader-0.0.1/vendor/bundle/ruby/1.9.1/specifications/rack-cache-1.2.gemspec
sunrise-cms-0.3.0 vendor/bundle/ruby/1.9.1/specifications/rack-cache-1.2.gemspec
rails-uploader-0.0.4 vendor/bundle/ruby/1.9.1/specifications/rack-cache-1.2.gemspec
sunrise-cms-0.3.0.rc vendor/bundle/ruby/1.9.1/specifications/rack-cache-1.2.gemspec
sunrise-cms-0.3.0.rc vendor/bundle/ruby/1.9.1/gems/rails-uploader-0.0.1/vendor/bundle/ruby/1.9.1/specifications/rack-cache-1.2.gemspec
rails-uploader-0.0.1 vendor/bundle/ruby/1.9.1/specifications/rack-cache-1.2.gemspec
challah-0.5.1 vendor/bundle/specifications/rack-cache-1.2.gemspec