Sha256: 0fce84f8a4f8d141d82b8997a029a03786c58728bc5c93cd928dabb770a35d29

Contents?: true

Size: 810 Bytes

Versions: 4

Compression:

Stored size: 810 Bytes

Contents

lib = File.expand_path("../lib/", __FILE__)
$:.unshift lib unless $:.include?(lib)

require "httpi/version"

Gem::Specification.new do |s|
  s.name = "httpi"
  s.version = HTTPI::VERSION
  s.authors = ["Daniel Harrington", "Martin Tepper"]
  s.email = "me@rubiii.com"
  s.homepage = "http://github.com/rubiii/#{s.name}"
  s.summary = "Interface for Ruby HTTP libraries"
  s.description = "HTTPI provides a common interface for Ruby HTTP libraries."

  s.rubyforge_project = s.name

  s.add_development_dependency "httpclient", "~> 2.1.5"
  s.add_development_dependency "curb", "~> 0.7.8"

  s.add_development_dependency "rspec", "2.0.0"
  s.add_development_dependency "mocha", "~> 0.9.9"
  s.add_development_dependency "webmock", "~> 1.4.0"

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

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
httpi-0.7.2 httpi.gemspec
httpi-0.7.1 httpi.gemspec
httpi-0.7.0 httpi.gemspec
httpi-0.6.1 httpi.gemspec