# -*- encoding: utf-8 -*- # stub: async-http 0.37.5 ruby lib Gem::Specification.new do |s| s.name = "async-http".freeze s.version = "0.37.5".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 = "2018-11-30" s.email = ["samuel.williams@oriontransfer.co.nz".freeze] s.files = [".editorconfig".freeze, ".gitignore".freeze, ".rspec".freeze, ".travis.yml".freeze, "Gemfile".freeze, "README.md".freeze, "Rakefile".freeze, "async-http.gemspec".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/request.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/accept_encoding.rb".freeze, "lib/async/http/body.rb".freeze, "lib/async/http/body/buffered.rb".freeze, "lib/async/http/body/chunked.rb".freeze, "lib/async/http/body/deflate.rb".freeze, "lib/async/http/body/delayed.rb".freeze, "lib/async/http/body/file.rb".freeze, "lib/async/http/body/fixed.rb".freeze, "lib/async/http/body/inflate.rb".freeze, "lib/async/http/body/readable.rb".freeze, "lib/async/http/body/reader.rb".freeze, "lib/async/http/body/rewindable.rb".freeze, "lib/async/http/body/streamable.rb".freeze, "lib/async/http/body/wrapper.rb".freeze, "lib/async/http/body/writable.rb".freeze, "lib/async/http/client.rb".freeze, "lib/async/http/content_encoding.rb".freeze, "lib/async/http/headers.rb".freeze, "lib/async/http/internet.rb".freeze, "lib/async/http/middleware.rb".freeze, "lib/async/http/middleware/builder.rb".freeze, "lib/async/http/pool.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/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/reference.rb".freeze, "lib/async/http/relative_location.rb".freeze, "lib/async/http/request.rb".freeze, "lib/async/http/response.rb".freeze, "lib/async/http/server.rb".freeze, "lib/async/http/statistics.rb".freeze, "lib/async/http/url_endpoint.rb".freeze, "lib/async/http/version.rb".freeze] s.homepage = "https://github.com/socketry/async-http".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.6".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.16".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.10".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.10".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.5.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.3".freeze]) s.add_development_dependency(%q.freeze, ["~> 3.6".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end