Sha256: a0322bf617d3a0cf073be3582d52acc4980f9ed6733765b9187841e7dfc6b6a2

Contents?: true

Size: 988 Bytes

Versions: 1

Compression:

Stored size: 988 Bytes

Contents

# -*- encoding: utf-8 -*-
require File.expand_path("../lib/patron/version", __FILE__)

Gem::Specification.new do |s|
  s.name        = "patron-new"
  s.version     = Patron::VERSION
  s.platform    = Gem::Platform::RUBY
  s.authors     = ["Phillip Toland"]
  s.email       = ["phil.toland@gmail.com"]
  s.homepage    = "https://github.com/toland/patron"
  s.summary     = "Patron HTTP Client"
  s.description = "Ruby HTTP client library based on libcurl, base on Patron, bug it keep with the github code!"

  s.required_rubygems_version = ">= 1.2.0"

  s.add_development_dependency "bundler", ">= 1.0.0"
  s.add_development_dependency "rake-compiler", ">= 0.7.5"
  s.add_development_dependency "rspec", ">= 2.3.0"
  s.add_development_dependency "rcov", ">= 0.9.9"

  s.files        = `git ls-files`.split("\n")
  s.executables  = `git ls-files`.split("\n").map{|f| f =~ /^bin\/(.*)/ ? $1 : nil}.compact
  s.require_paths = ["lib", "ext"]
  s.extensions   = ["ext/patron/extconf.rb"]
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
patron-new-0.4.19 patron.gemspec