Sha256: d861dec7af55c2644739e1db40c799f49f84fc5d111e2362ccbc99075652c97d
Contents?: true
Size: 803 Bytes
Versions: 2
Compression:
Stored size: 803 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
localhost-1.1.4 | localhost.gemspec |
localhost-1.1.3 | localhost.gemspec |