Sha256: fb1b93657c79c530bf6632e5671a341186c5fa3056ac73ab7b1b0da26d375315
Contents?: true
Size: 966 Bytes
Versions: 3
Compression:
Stored size: 966 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.3.6" 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 "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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
patron-0.4.13 | patron.gemspec |
patron-0.4.12 | patron.gemspec |
patron-0.4.11 | patron.gemspec |