Sha256: bacec23fadc5f47b92125d3f7970ee3a1ae79e898c94fd67d623d543bfb49602

Contents?: true

Size: 484 Bytes

Versions: 3

Compression:

Stored size: 484 Bytes

Contents

Gem::Specification.new do |s|
  s.name        = 'hss'
  s.version     = IO.popen('./lib/hss version') { |cmd| cmd.read }
  s.date        = Time.now.strftime("%Y-%m-%d") 
  s.summary     = 'SSH helper'
  s.description = 'Regex-based SSH shortcut tool'
  s.authors     = ['Les Aker']
  s.email       = 'me@lesaker.org'
  s.bindir      = 'lib'
  s.files       = `git ls-files`.split
  s.executables = ['hss']
  s.homepage    = 'https://github.com/akerl/hss'
  s.license     = 'MIT'
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
hss-0.1.19 hss.gemspec
hss-0.1.17 hss.gemspec
hss-0.1.16 hss.gemspec