# -*- encoding: utf-8 -*- # stub: httpx 0.6.6 ruby lib Gem::Specification.new do |s| s.name = "httpx".freeze s.version = "0.6.6".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.metadata = { "bug_tracker_uri" => "https://gitlab.com/honeyryderchuck/httpx/issues", "changelog_uri" => "https://honeyryderchuck.gitlab.io/httpx/#release-notes", "documentation_uri" => "https://honeyryderchuck.gitlab.io/httpx/rdoc/", "source_code_uri" => "https://gitlab.com/honeyryderchuck/httpx" } if s.respond_to? :metadata= s.require_paths = ["lib".freeze] s.authors = ["Tiago Cardoso".freeze] s.date = "2020-02-17" s.description = "A client library for making HTTP requests from Ruby.".freeze s.email = ["cardoso_tiago@hotmail.com".freeze] s.files = ["LICENSE.txt".freeze, "README.md".freeze, "lib/httpx.rb".freeze, "lib/httpx/adapters/faraday.rb".freeze, "lib/httpx/altsvc.rb".freeze, "lib/httpx/buffer.rb".freeze, "lib/httpx/callbacks.rb".freeze, "lib/httpx/chainable.rb".freeze, "lib/httpx/connection.rb".freeze, "lib/httpx/connection/http1.rb".freeze, "lib/httpx/connection/http2.rb".freeze, "lib/httpx/errors.rb".freeze, "lib/httpx/extensions.rb".freeze, "lib/httpx/headers.rb".freeze, "lib/httpx/io.rb".freeze, "lib/httpx/io/ssl.rb".freeze, "lib/httpx/io/tcp.rb".freeze, "lib/httpx/io/udp.rb".freeze, "lib/httpx/io/unix.rb".freeze, "lib/httpx/loggable.rb".freeze, "lib/httpx/options.rb".freeze, "lib/httpx/parser/http1.rb".freeze, "lib/httpx/plugins/authentication.rb".freeze, "lib/httpx/plugins/basic_authentication.rb".freeze, "lib/httpx/plugins/compression.rb".freeze, "lib/httpx/plugins/compression/brotli.rb".freeze, "lib/httpx/plugins/compression/deflate.rb".freeze, "lib/httpx/plugins/compression/gzip.rb".freeze, "lib/httpx/plugins/cookies.rb".freeze, "lib/httpx/plugins/digest_authentication.rb".freeze, "lib/httpx/plugins/follow_redirects.rb".freeze, "lib/httpx/plugins/h2c.rb".freeze, "lib/httpx/plugins/multipart.rb".freeze, "lib/httpx/plugins/persistent.rb".freeze, "lib/httpx/plugins/proxy.rb".freeze, "lib/httpx/plugins/proxy/http.rb".freeze, "lib/httpx/plugins/proxy/socks4.rb".freeze, "lib/httpx/plugins/proxy/socks5.rb".freeze, "lib/httpx/plugins/proxy/ssh.rb".freeze, "lib/httpx/plugins/push_promise.rb".freeze, "lib/httpx/plugins/retries.rb".freeze, "lib/httpx/plugins/stream.rb".freeze, "lib/httpx/pool.rb".freeze, "lib/httpx/registry.rb".freeze, "lib/httpx/request.rb".freeze, "lib/httpx/resolver.rb".freeze, "lib/httpx/resolver/https.rb".freeze, "lib/httpx/resolver/native.rb".freeze, "lib/httpx/resolver/options.rb".freeze, "lib/httpx/resolver/resolver_mixin.rb".freeze, "lib/httpx/resolver/system.rb".freeze, "lib/httpx/response.rb".freeze, "lib/httpx/selector.rb".freeze, "lib/httpx/session.rb".freeze, "lib/httpx/timeout.rb".freeze, "lib/httpx/transcoder.rb".freeze, "lib/httpx/transcoder/body.rb".freeze, "lib/httpx/transcoder/chunker.rb".freeze, "lib/httpx/transcoder/form.rb".freeze, "lib/httpx/transcoder/json.rb".freeze, "lib/httpx/version.rb".freeze] s.homepage = "https://gitlab.com/honeyryderchuck/httpx".freeze s.licenses = ["Apache 2.0".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "HTTPX, to the future, and beyond".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 0.1.2".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 2.0.0".freeze, "< 3".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.0".freeze]) end