Sha256: e2143bf49045f6a596823821868f887a4def7f7bd102b50305419d60ab8b254e
Contents?: true
Size: 683 Bytes
Versions: 1
Compression:
Stored size: 683 Bytes
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) require "httparty-icebox/version" Gem::Specification.new do |s| s.name = "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", "~> 0.8.1") s.files = `git ls-files`.split("\n") s.require_paths = ["lib"] end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
httparty-icebox-0.0.4 | httparty-icebox.gemspec |