Sha256: 35e6d96094d8bc2382fcbec4abf9f0b76395c85b035fccb1b62d8a0878e324bd
Contents?: true
Size: 683 Bytes
Versions: 3
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.7.4") s.files = `git ls-files`.split("\n") s.require_paths = ["lib"] end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
httparty-icebox-0.0.3 | httparty-icebox.gemspec |
httparty-icebox-0.0.2 | httparty-icebox.gemspec |
httparty-icebox-0.0.1 | httparty-icebox.gemspec |