# -*- encoding: utf-8 -*- # stub: typhoeus 0.5.3 ruby lib Gem::Specification.new do |s| s.name = "typhoeus".freeze s.version = "0.5.3".freeze s.required_rubygems_version = Gem::Requirement.new(">= 1.3.6".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["David Balatero".freeze, "Paul Dix".freeze, "Hans Hasselberg".freeze] s.date = "2012-11-21" 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 = ["hans.hasselberg@gmail.com".freeze] s.files = ["CHANGELOG.md".freeze, "Gemfile".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "lib/typhoeus.rb".freeze, "lib/typhoeus/adapters/faraday.rb".freeze, "lib/typhoeus/config.rb".freeze, "lib/typhoeus/errors.rb".freeze, "lib/typhoeus/errors/no_stub.rb".freeze, "lib/typhoeus/errors/typhoeus_error.rb".freeze, "lib/typhoeus/expectation.rb".freeze, "lib/typhoeus/hydra.rb".freeze, "lib/typhoeus/hydra/addable.rb".freeze, "lib/typhoeus/hydra/before.rb".freeze, "lib/typhoeus/hydra/block_connection.rb".freeze, "lib/typhoeus/hydra/easy_factory.rb".freeze, "lib/typhoeus/hydra/easy_pool.rb".freeze, "lib/typhoeus/hydra/memoizable.rb".freeze, "lib/typhoeus/hydra/queueable.rb".freeze, "lib/typhoeus/hydra/runnable.rb".freeze, "lib/typhoeus/hydra/stubbable.rb".freeze, "lib/typhoeus/request.rb".freeze, "lib/typhoeus/request/actions.rb".freeze, "lib/typhoeus/request/before.rb".freeze, "lib/typhoeus/request/block_connection.rb".freeze, "lib/typhoeus/request/callbacks.rb".freeze, "lib/typhoeus/request/marshal.rb".freeze, "lib/typhoeus/request/memoizable.rb".freeze, "lib/typhoeus/request/operations.rb".freeze, "lib/typhoeus/request/responseable.rb".freeze, "lib/typhoeus/request/stubbable.rb".freeze, "lib/typhoeus/response.rb".freeze, "lib/typhoeus/response/header.rb".freeze, "lib/typhoeus/response/informations.rb".freeze, "lib/typhoeus/response/status.rb".freeze, "lib/typhoeus/version.rb".freeze] s.homepage = "https://github.com/typhoeus/typhoeus".freeze s.rubygems_version = "3.5.10".freeze s.summary = "Parallel HTTP library on top of libcurl multi.".freeze s.specification_version = 3 s.add_runtime_dependency(%q.freeze, ["~> 0.5.3".freeze]) end