# -*- encoding: utf-8 -*-
# stub: httpx 0.2.1 ruby lib

Gem::Specification.new do |s|
  s.name = "httpx".freeze
  s.version = "0.2.1".freeze

  s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
  s.require_paths = ["lib".freeze]
  s.authors = ["Tiago Cardoso".freeze]
  s.date = "2018-10-24"
  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/buffer.rb".freeze, "lib/httpx/callbacks.rb".freeze, "lib/httpx/chainable.rb".freeze, "lib/httpx/channel.rb".freeze, "lib/httpx/channel/http1.rb".freeze, "lib/httpx/channel/http2.rb".freeze, "lib/httpx/client.rb".freeze, "lib/httpx/connection.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/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/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/push_promise.rb".freeze, "lib/httpx/plugins/retries.rb".freeze, "lib/httpx/plugins/stream.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/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<http-2>.freeze, [">= 0.9.0".freeze])
  s.add_runtime_dependency(%q<http-form_data>.freeze, [">= 2.0.0".freeze, "< 3".freeze])
  s.add_runtime_dependency(%q<http_parser.rb>.freeze, [">= 0.6.0".freeze])
  s.add_development_dependency(%q<http-cookie>.freeze, ["~> 1.0".freeze])
end