# -*- encoding: utf-8 -*-
# stub: kaiwren-patron 0.4.4 ruby lib�ext�ext
# stub: ext/patron/extconf.rb�ext/patron/extconf.rb

Gem::Specification.new do |s|
  s.name = "kaiwren-patron".freeze
  s.version = "0.4.4".freeze

  s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
  s.require_paths = ["lib".freeze, "ext".freeze, "ext".freeze]
  s.authors = ["Phillip Toland".freeze]
  s.date = "2009-12-07"
  s.description = "Ruby HTTP client library based on libcurl".freeze
  s.email = "phil.toland@gmail.com".freeze
  s.extensions = ["ext/patron/extconf.rb".freeze, "ext/patron/extconf.rb".freeze]
  s.extra_rdoc_files = ["README.txt".freeze]
  s.files = ["LICENSE".freeze, "README.txt".freeze, "Rakefile".freeze, "VERSION.yml".freeze, "ext/patron/extconf.rb".freeze, "ext/patron/session_ext.c".freeze, "lib/patron.rb".freeze, "lib/patron/error.rb".freeze, "lib/patron/request.rb".freeze, "lib/patron/response.rb".freeze, "lib/patron/session.rb".freeze, "spec/patron_spec.rb".freeze, "spec/request_spec.rb".freeze, "spec/response_spec.rb".freeze, "spec/session_spec.rb".freeze, "spec/spec.opts".freeze, "spec/spec_helper.rb".freeze]
  s.homepage = "http://github.com/toland/Patron".freeze
  s.rdoc_options = ["--quiet".freeze, "--title".freeze, "Patron documentation".freeze, "--opname".freeze, "index.html".freeze, "--line-numbers".freeze, "--main".freeze, "README.txt".freeze, "--inline-source".freeze]
  s.rubygems_version = "3.5.10".freeze
  s.summary = "Patron HTTP client".freeze
  s.test_files = ["spec/patron_spec.rb".freeze, "spec/request_spec.rb".freeze, "spec/response_spec.rb".freeze, "spec/session_spec.rb".freeze, "spec/spec_helper.rb".freeze]
end