# -*- encoding: utf-8 -*- # stub: typhoeus 0.1.26 ruby lib # stub: ext/typhoeus/extconf.rb Gem::Specification.new do |s| s.name = "typhoeus".freeze s.version = "0.1.26".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Paul Dix".freeze] s.date = "2010-05-15" s.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.".freeze s.email = "paul@pauldix.net".freeze s.extensions = ["ext/typhoeus/extconf.rb".freeze] s.extra_rdoc_files = ["README.textile".freeze] s.files = [".gitignore".freeze, "README.textile".freeze, "Rakefile".freeze, "VERSION".freeze, "benchmarks/profile.rb".freeze, "benchmarks/vs_nethttp.rb".freeze, "examples/twitter.rb".freeze, "ext/typhoeus/.gitignore".freeze, "ext/typhoeus/Makefile".freeze, "ext/typhoeus/extconf.rb".freeze, "ext/typhoeus/native.c".freeze, "ext/typhoeus/native.h".freeze, "ext/typhoeus/typhoeus_easy.c".freeze, "ext/typhoeus/typhoeus_easy.h".freeze, "ext/typhoeus/typhoeus_multi.c".freeze, "ext/typhoeus/typhoeus_multi.h".freeze, "lib/typhoeus.rb".freeze, "lib/typhoeus/.gitignore".freeze, "lib/typhoeus/easy.rb".freeze, "lib/typhoeus/filter.rb".freeze, "lib/typhoeus/hydra.rb".freeze, "lib/typhoeus/multi.rb".freeze, "lib/typhoeus/remote.rb".freeze, "lib/typhoeus/remote_method.rb".freeze, "lib/typhoeus/remote_proxy_object.rb".freeze, "lib/typhoeus/request.rb".freeze, "lib/typhoeus/response.rb".freeze, "lib/typhoeus/service.rb".freeze, "profilers/valgrind.rb".freeze, "spec/fixtures/result_set.xml".freeze, "spec/servers/app.rb".freeze, "spec/spec.opts".freeze, "spec/spec_helper.rb".freeze, "spec/typhoeus/easy_spec.rb".freeze, "spec/typhoeus/filter_spec.rb".freeze, "spec/typhoeus/hydra_spec.rb".freeze, "spec/typhoeus/multi_spec.rb".freeze, "spec/typhoeus/remote_method_spec.rb".freeze, "spec/typhoeus/remote_proxy_object_spec.rb".freeze, "spec/typhoeus/remote_spec.rb".freeze, "spec/typhoeus/request_spec.rb".freeze, "spec/typhoeus/response_spec.rb".freeze, "typhoeus.gemspec".freeze] s.homepage = "http://github.com/pauldix/typhoeus".freeze s.rdoc_options = ["--charset=UTF-8".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "A library for interacting with web services (and building SOAs) at blinding speed.".freeze s.test_files = ["spec/servers/app.rb".freeze, "spec/spec_helper.rb".freeze, "spec/typhoeus/easy_spec.rb".freeze, "spec/typhoeus/filter_spec.rb".freeze, "spec/typhoeus/hydra_spec.rb".freeze, "spec/typhoeus/multi_spec.rb".freeze, "spec/typhoeus/remote_method_spec.rb".freeze, "spec/typhoeus/remote_proxy_object_spec.rb".freeze, "spec/typhoeus/remote_spec.rb".freeze, "spec/typhoeus/request_spec.rb".freeze, "spec/typhoeus/response_spec.rb".freeze, "examples/twitter.rb".freeze] end