# -*- encoding: utf-8 -*- # stub: protocol-http2 0.11.2 ruby lib Gem::Specification.new do |s| s.name = "protocol-http2".freeze s.version = "0.11.2".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-03-18" s.email = ["samuel.williams@oriontransfer.co.nz".freeze] s.files = [".gitignore".freeze, ".rspec".freeze, ".travis.yml".freeze, "Gemfile".freeze, "README.md".freeze, "Rakefile".freeze, "examples/http2/request.rb".freeze, "examples/http2/requests.rb".freeze, "lib/protocol/http2.rb".freeze, "lib/protocol/http2/client.rb".freeze, "lib/protocol/http2/connection.rb".freeze, "lib/protocol/http2/continuation_frame.rb".freeze, "lib/protocol/http2/data_frame.rb".freeze, "lib/protocol/http2/dependency.rb".freeze, "lib/protocol/http2/error.rb".freeze, "lib/protocol/http2/extensions/sum.rb".freeze, "lib/protocol/http2/extensions/unpack.rb".freeze, "lib/protocol/http2/flow_control.rb".freeze, "lib/protocol/http2/frame.rb".freeze, "lib/protocol/http2/framer.rb".freeze, "lib/protocol/http2/goaway_frame.rb".freeze, "lib/protocol/http2/headers_frame.rb".freeze, "lib/protocol/http2/padded.rb".freeze, "lib/protocol/http2/ping_frame.rb".freeze, "lib/protocol/http2/priority_frame.rb".freeze, "lib/protocol/http2/push_promise_frame.rb".freeze, "lib/protocol/http2/reset_stream_frame.rb".freeze, "lib/protocol/http2/server.rb".freeze, "lib/protocol/http2/settings_frame.rb".freeze, "lib/protocol/http2/stream.rb".freeze, "lib/protocol/http2/version.rb".freeze, "lib/protocol/http2/window_update_frame.rb".freeze, "protocol-http2.gemspec".freeze] s.homepage = "https://github.com/socketry/protocol-http2".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "A low level implementation of the HTTP/2 protocol.".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 1.4".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.2".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, ["~> 10.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 3.0".freeze]) end