Sha256: b9fa371e2fcc18193e0d64f15afc01dc3dc4f577d5066265efdf328a80ae3f31

Contents?: true

Size: 650 Bytes

Versions: 1

Compression:

Stored size: 650 Bytes

Contents

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

Gem::Specification.new do |s|
  s.name        = "dry_ice"
  s.version     = Httparty::DryIce::VERSION
  s.platform    = Gem::Platform::RUBY
  s.authors     = ["Daniel Cooper"]
  s.email       = ["daniel@14lines.com"]
  s.homepage    = "https://github.com/homeflow/dry_ice"
  s.summary     = %q{Caching for HTTParty}
  s.description = %q{Cache responses in HTTParty models}
  s.license     = 'MIT'

  s.add_dependency("httparty", "~> 0.13.1")
  s.add_dependency("msgpack")

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
dry_ice-0.1.1 dry_ice.gemspec