Sha256: 42c27f7efde794a5d7d3129f8f47ce0908d5c0f48edd8598024d4df332273017

Contents?: true

Size: 649 Bytes

Versions: 2

Compression:

Stored size: 649 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.9.0")
  s.add_dependency("msgpack")

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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
dry_ice-0.1.0 dry_ice.gemspec
dry_ice-0.0.2 dry_ice.gemspec