Sha256: be179ce09f0afb7c7d29a6b431c18cbfc02ece29a5c563d1d14f0026faf6a9dc

Contents?: true

Size: 691 Bytes

Versions: 5

Compression:

Stored size: 691 Bytes

Contents

# -*- encoding: utf-8 -*-
$:.push File.expand_path("../lib", __FILE__)
require "httparty-icebox/version"

Gem::Specification.new do |s|
  s.name        = "httparty-icebox-delooks"
  s.version     = Httparty::Icebox::VERSION
  s.platform    = Gem::Platform::RUBY
  s.authors     = ["Kristoffer Sachse", "Karel Minarik"]
  s.email       = ["kristoffer@sachse.nu"]
  s.homepage    = "https://github.com/sachse/httparty-icebox"
  s.summary     = %q{Caching for HTTParty}
  s.description = %q{Cache responses in HTTParty models}

  s.rubyforge_project = "httparty-icebox"

  s.add_dependency("httparty", "~> 0.8.1")

  s.files         = `git ls-files`.split("\n")
  s.require_paths = ["lib"]
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
httparty-icebox-delooks-0.0.8 httparty-icebox.gemspec
httparty-icebox-delooks-0.0.7 httparty-icebox.gemspec
httparty-icebox-delooks-0.0.6 httparty-icebox.gemspec
httparty-icebox-delooks-0.0.5 httparty-icebox.gemspec
httparty-icebox-delooks-0.0.4 httparty-icebox.gemspec