Sha256: fdcfffb17fc81776b8aed3f5d6c13387819eccd447ae75ca58a074342229c880
Contents?: true
Size: 1013 Bytes
Versions: 2
Compression:
Stored size: 1013 Bytes
Contents
Gem::Specification.new do |spec| spec.name = 'h' spec.version = File.read('VERSION.semver') spec.authors = ['Cyril Kato'] spec.email = ['contact@cyril.email'] spec.homepage = 'https://github.com/cyril/h.rb' spec.summary = 'Salted hashes tool' spec.description = 'Small tool that generates salted hashes, scented ' \ 'with the SHA2 function, for those who prefer to put ' \ 'makeup on passwords rather than yield them to Managerâ„¢.' spec.license = 'ISC' spec.files = `git ls-files -z`.split("\x0") spec.executables = spec.files.grep(/^bin\//) { |f| File.basename(f) } spec.test_files = spec.files.grep(/^test\//) spec.require_paths = ['lib'] spec.add_development_dependency 'bundler', '~> 1.15' spec.add_development_dependency 'fix', '~> 0.17' spec.add_development_dependency 'rake', '~> 12.1' spec.add_development_dependency 'coveralls', '~> 0.8' end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
h-4.0.0 | h.gemspec |
h-3.0.0 | h.gemspec |