Sha256: 00f94e227590e554ded346bdf7e55f88fbcc6cf7858b0442fb8ffbf328e9a892

Contents?: true

Size: 680 Bytes

Versions: 2

Compression:

Stored size: 680 Bytes

Contents

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

Gem::Specification.new do |s|
  s.name        = "jashmenn-httparty-icebox"
  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")

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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
jashmenn-httparty-icebox-0.0.4 httparty-icebox.gemspec
jashmenn-httparty-icebox-0.0.3 httparty-icebox.gemspec