Sha256: 20fa58ae854311d630c322606fa10d680ea85fb8e3aff25732fc944a99737068
Contents?: true
Size: 1.16 KB
Versions: 2
Compression:
Stored size: 1.16 KB
Contents
Gem::Specification.new do |spec| spec.name = 'spectus' spec.version = File.read('VERSION.semver') spec.authors = ['Cyril Wack'] spec.email = ['contact@cyril.email'] spec.summary = 'Expectation library with RFC 2119 keywords.' spec.description = "Expectation library with RFC 2119's requirement levels." spec.homepage = 'https://github.com/fixrb/spectus' spec.license = 'MIT' spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^test/}) } spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) } spec.require_paths = ['lib'] spec.add_dependency 'matchi', '~> 0.0' spec.add_development_dependency 'bundler', '~> 1.10' spec.add_development_dependency 'rake', '~> 10.4' spec.add_development_dependency 'yard', '~> 0.8' spec.add_development_dependency 'simplecov', '~> 0.10' spec.add_development_dependency 'rubocop', '~> 0.32' private_key = File.expand_path '~/.gem/spectus-gem-private_key.pem' if File.exist? private_key spec.signing_key = private_key spec.cert_chain = ['spectus-gem-public_cert.pem'] end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
spectus-2.1.2 | spectus.gemspec |
spectus-2.1.1 | spectus.gemspec |