Sha256: 218d9e61d1ad01fbdcc3012d9390a14594e4252809a0abadd3979b1a8acf3f2f

Contents?: true

Size: 625 Bytes

Versions: 1

Compression:

Stored size: 625 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.add_dependency("httparty", "~> 0.9.0")
  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.0.1 dry_ice.gemspec