--- !ruby/object:Gem::Specification name: typhoeus version: !ruby/object:Gem::Version prerelease: false segments: - 0 - 1 - 31 version: 0.1.31 platform: ruby authors: - Paul Dix autorequire: bindir: bin cert_chain: [] date: 2010-07-16 00:00:00 -07:00 default_executable: dependencies: - !ruby/object:Gem::Dependency name: rack prerelease: false requirement: &id001 !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version segments: - 0 version: "0" type: :runtime version_requirements: *id001 - !ruby/object:Gem::Dependency name: rspec prerelease: false requirement: &id002 !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version segments: - 0 version: "0" type: :development version_requirements: *id002 - !ruby/object:Gem::Dependency name: jeweler prerelease: false requirement: &id003 !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version segments: - 0 version: "0" type: :development version_requirements: *id003 - !ruby/object:Gem::Dependency name: diff-lcs prerelease: false requirement: &id004 !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version segments: - 0 version: "0" type: :development version_requirements: *id004 - !ruby/object:Gem::Dependency name: sinatra prerelease: false requirement: &id005 !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version segments: - 0 version: "0" type: :development version_requirements: *id005 - !ruby/object:Gem::Dependency name: json prerelease: false requirement: &id006 !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version segments: - 0 version: "0" type: :development version_requirements: *id006 description: Like a modern code version of the mythical beast with 100 serpent heads, Typhoeus runs HTTP requests in parallel while cleanly encapsulating handling logic. email: paul@pauldix.net executables: [] extensions: - ext/typhoeus/extconf.rb extra_rdoc_files: - README.textile files: - .gitignore - CHANGELOG.markdown - README.textile - Rakefile - VERSION - benchmarks/profile.rb - benchmarks/vs_nethttp.rb - examples/twitter.rb - ext/typhoeus/.gitignore - ext/typhoeus/Makefile - ext/typhoeus/extconf.rb - ext/typhoeus/native.c - ext/typhoeus/native.h - ext/typhoeus/typhoeus_easy.c - ext/typhoeus/typhoeus_easy.h - ext/typhoeus/typhoeus_multi.c - ext/typhoeus/typhoeus_multi.h - lib/typhoeus.rb - lib/typhoeus/.gitignore - lib/typhoeus/easy.rb - lib/typhoeus/filter.rb - lib/typhoeus/hydra.rb - lib/typhoeus/multi.rb - lib/typhoeus/remote.rb - lib/typhoeus/remote_method.rb - lib/typhoeus/remote_proxy_object.rb - lib/typhoeus/request.rb - lib/typhoeus/response.rb - lib/typhoeus/service.rb - profilers/valgrind.rb - spec/fixtures/result_set.xml - spec/servers/app.rb - spec/spec.opts - spec/spec_helper.rb - spec/typhoeus/easy_spec.rb - spec/typhoeus/filter_spec.rb - spec/typhoeus/hydra_spec.rb - spec/typhoeus/multi_spec.rb - spec/typhoeus/remote_method_spec.rb - spec/typhoeus/remote_proxy_object_spec.rb - spec/typhoeus/remote_spec.rb - spec/typhoeus/request_spec.rb - spec/typhoeus/response_spec.rb - typhoeus.gemspec has_rdoc: true homepage: http://github.com/pauldix/typhoeus licenses: [] post_install_message: rdoc_options: - --charset=UTF-8 require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version segments: - 0 version: "0" required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version segments: - 0 version: "0" requirements: [] rubyforge_project: rubygems_version: 1.3.6 signing_key: specification_version: 3 summary: A library for interacting with web services (and building SOAs) at blinding speed. test_files: - spec/servers/app.rb - spec/spec_helper.rb - spec/typhoeus/easy_spec.rb - spec/typhoeus/filter_spec.rb - spec/typhoeus/hydra_spec.rb - spec/typhoeus/multi_spec.rb - spec/typhoeus/remote_method_spec.rb - spec/typhoeus/remote_proxy_object_spec.rb - spec/typhoeus/remote_spec.rb - spec/typhoeus/request_spec.rb - spec/typhoeus/response_spec.rb - examples/twitter.rb