Sha256: c4caecc4fd0a12c13772b7a54c0b40ec7c722e9c08e3f8b3b3b0de003eaada85

Contents?: true

Size: 748 Bytes

Versions: 8

Compression:

Stored size: 748 Bytes

Contents

require_relative "lib/protocol/http/version"

Gem::Specification.new do |spec|
	spec.name = "protocol-http"
	spec.version = Protocol::HTTP::VERSION
	spec.authors = ["Samuel Williams"]
	spec.email = ["samuel.williams@oriontransfer.co.nz"]
	
	spec.summary = "Provides abstractions to handle HTTP protocols."
	spec.homepage = "https://github.com/socketry/protocol-http"
	spec.license = "MIT"
	
	spec.files = `git ls-files -z`.split("\x0").reject do |f|
		f.match(%r{^(test|spec|features)/})
	end
	
	spec.required_ruby_version = '~> 2.5'
	
	spec.require_paths = ["lib"]
	
	spec.add_development_dependency "covered"
	spec.add_development_dependency "bundler"
	spec.add_development_dependency "bake-bundler"
	spec.add_development_dependency "rspec"
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
protocol-http-0.20.0 protocol-http.gemspec
protocol-http-0.19.0 protocol-http.gemspec
protocol-http-0.18.0 protocol-http.gemspec
protocol-http-0.17.0 protocol-http.gemspec
protocol-http-0.16.3 protocol-http.gemspec
protocol-http-0.16.2 protocol-http.gemspec
protocol-http-0.16.1 protocol-http.gemspec
protocol-http-0.16.0 protocol-http.gemspec