Sha256: 8333ff2ad4c3fc9a7c0479fec5d9d33b257e1966e2e55e879e703aa6c7f17b15

Contents?: true

Size: 811 Bytes

Versions: 6

Compression:

Stored size: 811 Bytes

Contents

require_relative "lib/http/protocol/version"

Gem::Specification.new do |spec|
	spec.name          = "http-protocol"
	spec.version       = HTTP::Protocol::VERSION
	spec.authors       = ["Samuel Williams"]
	spec.email         = ["samuel.williams@oriontransfer.co.nz"]

	spec.summary       = "Provides abstractions to handle HTTP1 and HTTP2 protocols."
	spec.homepage      = "https://github.com/socketry/http-protocol"

	spec.files         = `git ls-files -z`.split("\x0").reject do |f|
		f.match(%r{^(test|spec|features)/})
	end

	spec.require_paths = ["lib"]

	spec.add_dependency "http-hpack", "~> 0.1.0"

	spec.add_development_dependency "covered"
	spec.add_development_dependency "bundler", ">= 1.16"
	spec.add_development_dependency "rake", "~> 10.0"
	spec.add_development_dependency "rspec", "~> 3.0"
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
http-protocol-0.17.0 http-protocol.gemspec
http-protocol-0.16.0 http-protocol.gemspec
http-protocol-0.15.0 http-protocol.gemspec
http-protocol-0.14.0 http-protocol.gemspec
http-protocol-0.13.0 http-protocol.gemspec
http-protocol-0.12.2 http-protocol.gemspec