# -*- encoding: utf-8 -*- # stub: async-http 0.50.11 ruby lib Gem::Specification.new do |s| s.name = "async-http".freeze s.version = "0.50.11".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Samuel Williams".freeze] s.date = "2020-04-03" s.email = ["samuel.williams@oriontransfer.co.nz".freeze] s.files = [".editorconfig".freeze, ".gitignore".freeze, ".rspec".freeze, ".travis.yml".freeze, "Gemfile".freeze, "README.md".freeze, "async-http.gemspec".freeze, "bake.rb".freeze, "bake/async/http.rb".freeze, "bake/async/http/h2spec.rb".freeze, "examples/compare/Gemfile".freeze, "examples/compare/benchmark.rb".freeze, "examples/download/chunked.rb".freeze, "examples/fetch/Gemfile".freeze, "examples/fetch/Gemfile.lock".freeze, "examples/fetch/README.md".freeze, "examples/fetch/config.ru".freeze, "examples/fetch/public/index.html".freeze, "examples/fetch/public/stream.js".freeze, "examples/google/search.rb".freeze, "examples/request.rb".freeze, "examples/stream/stop.rb".freeze, "examples/trenni/Gemfile".freeze, "examples/trenni/streaming.rb".freeze, "examples/upload/client.rb".freeze, "examples/upload/data.txt".freeze, "examples/upload/server.rb".freeze, "examples/upload/upload.rb".freeze, "lib/async/http.rb".freeze, "lib/async/http/body.rb".freeze, "lib/async/http/body/delayed.rb".freeze, "lib/async/http/body/hijack.rb".freeze, "lib/async/http/body/pipe.rb".freeze, "lib/async/http/body/slowloris.rb".freeze, "lib/async/http/body/stream.rb".freeze, "lib/async/http/body/writable.rb".freeze, "lib/async/http/client.rb".freeze, "lib/async/http/endpoint.rb".freeze, "lib/async/http/internet.rb".freeze, "lib/async/http/protocol.rb".freeze, "lib/async/http/protocol/http1.rb".freeze, "lib/async/http/protocol/http1/client.rb".freeze, "lib/async/http/protocol/http1/connection.rb".freeze, "lib/async/http/protocol/http1/request.rb".freeze, "lib/async/http/protocol/http1/response.rb".freeze, "lib/async/http/protocol/http1/server.rb".freeze, "lib/async/http/protocol/http10.rb".freeze, "lib/async/http/protocol/http11.rb".freeze, "lib/async/http/protocol/http2.rb".freeze, "lib/async/http/protocol/http2/client.rb".freeze, "lib/async/http/protocol/http2/connection.rb".freeze, "lib/async/http/protocol/http2/input.rb".freeze, "lib/async/http/protocol/http2/output.rb".freeze, "lib/async/http/protocol/http2/request.rb".freeze, "lib/async/http/protocol/http2/response.rb".freeze, "lib/async/http/protocol/http2/server.rb".freeze, "lib/async/http/protocol/http2/stream.rb".freeze, "lib/async/http/protocol/https.rb".freeze, "lib/async/http/protocol/request.rb".freeze, "lib/async/http/protocol/response.rb".freeze, "lib/async/http/proxy.rb".freeze, "lib/async/http/reference.rb".freeze, "lib/async/http/relative_location.rb".freeze, "lib/async/http/server.rb".freeze, "lib/async/http/statistics.rb".freeze, "lib/async/http/version.rb".freeze] s.homepage = "https://github.com/socketry/async-http".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "A HTTP client and server library.".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 1.23".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.28".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.2".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.15.1".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.10.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.13.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.10".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.14.0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, ["~> 3.6".freeze]) end