Sha256: 2ec11b39889486e49fad9e222e115927f99de42a6e93810cb27ce3c767b26a92
Contents?: true
Size: 573 Bytes
Versions: 1
Compression:
Stored size: 573 Bytes
Contents
Gem::Specification.new do |s| s.name = "con_ssh" s.version = "0.0.5" s.authors = ["Tom Lobato"] s.email = "lobato@bettercall.io" # s.homepage = "http://sys-watchdog.bettercall.io/" s.summary = "SSH cli wrapper." s.description = "#{s.summary}." s.licenses = ["MIT"] s.platform = Gem::Platform::RUBY s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- test/*`.split("\n") s.require_paths = ["lib"] s.executables = %w(con) s.required_ruby_version = '>= 2.0.0' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
con_ssh-0.0.5 | con_ssh.gemspec |