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