Sha256: 487dce04af6bee4c35c42fe53ae6e611edf1b8df788bcc3add891d022ce038d6
Contents?: true
Size: 864 Bytes
Versions: 1
Compression:
Stored size: 864 Bytes
Contents
require File.expand_path("../lib/net/ssh/shell/version", __FILE__) Gem::Specification.new do |s| s.name = "net-ssh-shell" s.version = Net::SSH::Shell::VERSION s.platform = Gem::Platform::RUBY s.authors = ["Jamis Buck"] s.email = ["jamis@jamisbuck.org"] s.homepage = "http://github.com/mitchellh/net-ssh-shell" s.summary = "A simple library to aid with stateful shell interactions" s.description = "A simple library to aid with stateful shell interactions" s.required_rubygems_version = ">= 1.3.6" s.rubyforge_project = "net-ssh-shell" s.add_dependency "net-ssh", "~> 2.1.0" s.add_development_dependency "rake" s.files = `git ls-files`.split("\n") s.executables = `git ls-files`.split("\n").map{|f| f =~ /^bin\/(.*)/ ? $1 : nil}.compact s.require_path = 'lib' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
net-ssh-shell-0.2.0 | net-ssh-shell.gemspec |