Sha256: 9cc2c4a188230f386a7a50ece499b74339a154ec9f29ba0cd8505bb4d00c72f9

Contents?: true

Size: 768 Bytes

Versions: 3

Compression:

Stored size: 768 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 "bundler", ">= 1.16"
	spec.add_development_dependency "rake", "~> 10.0"
	spec.add_development_dependency "rspec", "~> 3.0"
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
http-protocol-0.12.1 http-protocol.gemspec
http-protocol-0.12.0 http-protocol.gemspec
http-protocol-0.11.0 http-protocol.gemspec