Sha256: a635573ddb041d955f3983e0b9e9ec80c98015780fb0006090a78fc45f7febbd
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.2.0" s.authors = ["Tom Lobato"] s.email = "lobato@bettercall.io" s.homepage = "https://tomlobato.github.io/con_ssh/" 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.2.0 | con_ssh.gemspec |