Sha256: 7db38ab06179c78398c0e992a443a029816207e48dc62b7ac4af87352a7d5fac

Contents?: true

Size: 1.03 KB

Versions: 2

Compression:

Stored size: 1.03 KB

Contents

Gem::Specification.new do |spec|
  spec.name          = 'h'
  spec.version       = File.read('VERSION.semver')
  spec.authors       = ['Cyril Wack']
  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.7'
  spec.add_development_dependency 'minitest', '~> 5'
  spec.add_development_dependency 'rake',     '~> 10'
  spec.add_development_dependency 'yard',       '~> 0.8'
  spec.add_development_dependency 'coveralls',  '~> 0.7'
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
h-2.2.1 h.gemspec
h-2.2.0 h.gemspec