Sha256: 3bf05bc649efa044a2deb8a4b809809496ef931f9b2580a3e2b998da02bc16eb

Contents?: true

Size: 583 Bytes

Versions: 4

Compression:

Stored size: 583 Bytes

Contents

require_relative "lib/cacho"

Gem::Specification.new do |s|
  s.name              = "cacho"
  s.version           = Cacho::VERSION
  s.summary           = "A careless caching client optimized for scraping."
  s.description       = "A careless caching client optimized for scraping."
  s.authors           = ["Damian Janowski", "Martín Sarsale"]
  s.email             = ["djanowski@dimaion.com", "martin.sarsale@gmail.com"]
  s.homepage          = "https://github.com/djanowski/cacho"

  s.files = `git ls-files`.lines.to_a.map(&:chomp)

  s.add_dependency "net-http-persistent"
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
cacho-0.1.3 cacho.gemspec
cacho-0.1.2 cacho.gemspec
cacho-0.1.1 cacho.gemspec
cacho-0.1.0 cacho.gemspec