Sha256: f86c71cbab4aaeba3d8b3658d30c71d055ccf4f9f747d8f359a190fc6f5dd34e
Contents?: true
Size: 972 Bytes
Versions: 3
Compression:
Stored size: 972 Bytes
Contents
# -*- encoding: utf-8 -*- require File.expand_path("../lib/patron/version", __FILE__) Gem::Specification.new do |s| s.name = "patron" 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" s.required_rubygems_version = ">= 1.2.0" s.rubyforge_project = "patron" 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 "simplecov", ">= 0.10.0" 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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
patron-0.6.0 | patron.gemspec |
patron-0.5.1 | patron.gemspec |
patron-0.5.0 | patron.gemspec |