Sha256: a439c10340bbd0290aba20db2873b6e7e274e55bfcfe8d4a577f3827083a4860

Contents?: true

Size: 874 Bytes

Versions: 1

Compression:

Stored size: 874 Bytes

Contents

# encoding: utf-8

Gem::Specification.new do |s|
  s.name        = 'h'
  s.version     = File.read('VERSION.semver')
  s.platform    = Gem::Platform::RUBY
  s.authors     = ['Cyril Wack']
  s.email       = ['contact@cyril.io']
  s.homepage    = 'https://github.com/cyril/h'
  s.summary     = %q{Salted hashes tool}
  s.description = %q{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â„¢.}
  s.license     = 'ISC'

  s.rubyforge_project = 'h'

  s.bindir      = 'bin'
  s.executables = ['h']

  s.add_runtime_dependency 'highline'

  s.files         = `git ls-files`.split("\n")
  s.test_files    = `git ls-files -- {test,spec,features}/*`.split("\n")
  s.executables   = `git ls-files -- bin/*`.split("\n").map {|f| File.basename(f) }
  s.require_paths = ['lib']
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
h-2.1.1 h.gemspec