Sha256: 07456ac3bccdae1e34fe0f6e632fdef24046d59a5e3c1763593051aab67671fc
Contents?: true
Size: 585 Bytes
Versions: 1
Compression:
Stored size: 585 Bytes
Contents
require 'rubygems' require 'rake' begin require 'jeweler' Jeweler::Tasks.new do |gemspec| gemspec.name = "persistent_http" gemspec.summary = "Persistent HTTP connections using a connection pool" gemspec.description = "Persistent HTTP connections using a connection pool" gemspec.email = "bradpardee@gmail.com" gemspec.homepage = "http://github.com/bpardee/persistent_http" gemspec.authors = ["Brad Pardee"] gemspec.add_dependency 'gene_pool', [">= 1.0.1"] end rescue LoadError puts "Jeweler not available. Install it with: gem install jeweler" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
persistent_http-1.0.1 | Rakefile |