Sha256: 6c84b949480aeb173f8b0a8379fc2317c479378ed8328e6c3b77e5d012e6aec6

Contents?: true

Size: 802 Bytes

Versions: 4

Compression:

Stored size: 802 Bytes

Contents

require_relative "lib/localhost/version"

Gem::Specification.new do |spec|
	spec.name          = "localhost"
	spec.version       = Localhost::VERSION
	spec.authors       = ["Samuel Williams"]
	spec.email         = ["samuel.williams@oriontransfer.co.nz"]

	spec.summary       = "Manage a local certificate authority for self-signed localhost development servers."
	spec.homepage      = "https://github.com/socketry/localhost"

	spec.files         = `git ls-files -z`.split("\x0").reject do |f|
		f.match(%r{^(test|spec|features)/})
	end
	spec.executables   = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
	spec.require_paths = ["lib"]

	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

4 entries across 4 versions & 1 rubygems

Version Path
localhost-1.1.2 localhost.gemspec
localhost-1.1.1 localhost.gemspec
localhost-1.1.0 localhost.gemspec
localhost-1.0.0 localhost.gemspec