# -*- encoding: utf-8 -*- # stub: typhoeus 1.4.1 ruby lib Gem::Specification.new do |s| s.name = "typhoeus".freeze s.version = "1.4.1".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 = "2023-11-17" 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 = [".github/workflows/ci.yml".freeze, ".github/workflows/experimental.yml".freeze, ".gitignore".freeze, ".rspec".freeze, "CHANGELOG.md".freeze, "CONTRIBUTING.md".freeze, "Gemfile".freeze, "Guardfile".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "UPGRADE.md".freeze, "lib/rack/typhoeus.rb".freeze, "lib/rack/typhoeus/middleware/params_decoder.rb".freeze, "lib/rack/typhoeus/middleware/params_decoder/helper.rb".freeze, "lib/typhoeus.rb".freeze, "lib/typhoeus/adapters/faraday.rb".freeze, "lib/typhoeus/cache/dalli.rb".freeze, "lib/typhoeus/cache/rails.rb".freeze, "lib/typhoeus/cache/redis.rb".freeze, "lib/typhoeus/config.rb".freeze, "lib/typhoeus/easy_factory.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/cacheable.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/pool.rb".freeze, "lib/typhoeus/railtie.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/cacheable.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/streamable.rb".freeze, "lib/typhoeus/request/stubbable.rb".freeze, "lib/typhoeus/response.rb".freeze, "lib/typhoeus/response/cacheable.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, "perf/profile.rb".freeze, "perf/vs_nethttp.rb".freeze, "spec/rack/typhoeus/middleware/params_decoder/helper_spec.rb".freeze, "spec/rack/typhoeus/middleware/params_decoder_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/support/localhost_server.rb".freeze, "spec/support/memory_cache.rb".freeze, "spec/support/server.rb".freeze, "spec/typhoeus/adapters/faraday_spec.rb".freeze, "spec/typhoeus/cache/dalli_spec.rb".freeze, "spec/typhoeus/cache/redis_spec.rb".freeze, "spec/typhoeus/config_spec.rb".freeze, "spec/typhoeus/easy_factory_spec.rb".freeze, "spec/typhoeus/errors/no_stub_spec.rb".freeze, "spec/typhoeus/expectation_spec.rb".freeze, "spec/typhoeus/hydra/addable_spec.rb".freeze, "spec/typhoeus/hydra/before_spec.rb".freeze, "spec/typhoeus/hydra/block_connection_spec.rb".freeze, "spec/typhoeus/hydra/cacheable_spec.rb".freeze, "spec/typhoeus/hydra/memoizable_spec.rb".freeze, "spec/typhoeus/hydra/queueable_spec.rb".freeze, "spec/typhoeus/hydra/runnable_spec.rb".freeze, "spec/typhoeus/hydra/stubbable_spec.rb".freeze, "spec/typhoeus/hydra_spec.rb".freeze, "spec/typhoeus/pool_spec.rb".freeze, "spec/typhoeus/request/actions_spec.rb".freeze, "spec/typhoeus/request/before_spec.rb".freeze, "spec/typhoeus/request/block_connection_spec.rb".freeze, "spec/typhoeus/request/cacheable_spec.rb".freeze, "spec/typhoeus/request/callbacks_spec.rb".freeze, "spec/typhoeus/request/marshal_spec.rb".freeze, "spec/typhoeus/request/memoizable_spec.rb".freeze, "spec/typhoeus/request/operations_spec.rb".freeze, "spec/typhoeus/request/responseable_spec.rb".freeze, "spec/typhoeus/request/stubbable_spec.rb".freeze, "spec/typhoeus/request_spec.rb".freeze, "spec/typhoeus/response/header_spec.rb".freeze, "spec/typhoeus/response/informations_spec.rb".freeze, "spec/typhoeus/response/status_spec.rb".freeze, "spec/typhoeus/response_spec.rb".freeze, "spec/typhoeus_spec.rb".freeze, "typhoeus.gemspec".freeze] s.homepage = "https://github.com/typhoeus/typhoeus".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Parallel HTTP library on top of libcurl multi.".freeze s.test_files = ["spec/rack/typhoeus/middleware/params_decoder/helper_spec.rb".freeze, "spec/rack/typhoeus/middleware/params_decoder_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/support/localhost_server.rb".freeze, "spec/support/memory_cache.rb".freeze, "spec/support/server.rb".freeze, "spec/typhoeus/adapters/faraday_spec.rb".freeze, "spec/typhoeus/cache/dalli_spec.rb".freeze, "spec/typhoeus/cache/redis_spec.rb".freeze, "spec/typhoeus/config_spec.rb".freeze, "spec/typhoeus/easy_factory_spec.rb".freeze, "spec/typhoeus/errors/no_stub_spec.rb".freeze, "spec/typhoeus/expectation_spec.rb".freeze, "spec/typhoeus/hydra/addable_spec.rb".freeze, "spec/typhoeus/hydra/before_spec.rb".freeze, "spec/typhoeus/hydra/block_connection_spec.rb".freeze, "spec/typhoeus/hydra/cacheable_spec.rb".freeze, "spec/typhoeus/hydra/memoizable_spec.rb".freeze, "spec/typhoeus/hydra/queueable_spec.rb".freeze, "spec/typhoeus/hydra/runnable_spec.rb".freeze, "spec/typhoeus/hydra/stubbable_spec.rb".freeze, "spec/typhoeus/hydra_spec.rb".freeze, "spec/typhoeus/pool_spec.rb".freeze, "spec/typhoeus/request/actions_spec.rb".freeze, "spec/typhoeus/request/before_spec.rb".freeze, "spec/typhoeus/request/block_connection_spec.rb".freeze, "spec/typhoeus/request/cacheable_spec.rb".freeze, "spec/typhoeus/request/callbacks_spec.rb".freeze, "spec/typhoeus/request/marshal_spec.rb".freeze, "spec/typhoeus/request/memoizable_spec.rb".freeze, "spec/typhoeus/request/operations_spec.rb".freeze, "spec/typhoeus/request/responseable_spec.rb".freeze, "spec/typhoeus/request/stubbable_spec.rb".freeze, "spec/typhoeus/request_spec.rb".freeze, "spec/typhoeus/response/header_spec.rb".freeze, "spec/typhoeus/response/informations_spec.rb".freeze, "spec/typhoeus/response/status_spec.rb".freeze, "spec/typhoeus/response_spec.rb".freeze, "spec/typhoeus_spec.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 0.9.0".freeze]) end