Sha256: a9f469b05377d69a8656e80b0002a5f80e7c3aae1bc769786608c27b7c4dd569

Contents?: true

Size: 817 Bytes

Versions: 11

Compression:

Stored size: 817 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.3.0'
	
	spec.require_paths = ["lib"]
	
	spec.add_development_dependency "covered"
	spec.add_development_dependency "bundler"
	spec.add_development_dependency "rake", "~> 10.0"
	spec.add_development_dependency "rspec", "~> 3.0"
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
protocol-http-0.13.0 protocol-http.gemspec
protocol-http-0.12.3 protocol-http.gemspec
protocol-http-0.12.2 protocol-http.gemspec
protocol-http-0.12.1 protocol-http.gemspec
protocol-http-0.12.0 protocol-http.gemspec
protocol-http-0.11.2 protocol-http.gemspec
protocol-http-0.11.1 protocol-http.gemspec
protocol-http-0.11.0 protocol-http.gemspec
protocol-http-0.10.0 protocol-http.gemspec
protocol-http-0.9.1 protocol-http.gemspec
protocol-http-0.8.1 protocol-http.gemspec