diff options
-rw-r--r-- | net-ssh.gemspec | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/net-ssh.gemspec b/net-ssh.gemspec index 6010c2e..8bdcc0f 100644 --- a/net-ssh.gemspec +++ b/net-ssh.gemspec @@ -2,17 +2,15 @@ # DO NOT EDIT THIS FILE DIRECTLY # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec' # -*- encoding: utf-8 -*- -# stub: net-ssh 3.0.1 ruby lib Gem::Specification.new do |s| s.name = "net-ssh" s.version = "3.0.1" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= - s.require_paths = ["lib"] s.authors = ["Jamis Buck", "Delano Mandelbaum", "Mikl\u{f3}s Fazekas"] s.cert_chain = ["net-ssh-public_cert.pem"] - s.date = "2015-09-25" + s.date = "2015-12-06" s.description = "Net::SSH: a pure-Ruby implementation of the SSH2 client protocol. It allows you to write programs that invoke and interact with processes on remote servers, via SSH2." s.email = "net-ssh@solutious.com" s.extra_rdoc_files = [ @@ -144,10 +142,10 @@ Gem::Specification.new do |s| "test/integration/Vagrantfile", "test/integration/common.rb", "test/integration/playbook.yml", + "test/integration/test_forward.rb", "test/integration/test_id_rsa_keys.rb", "test/known_hosts/github", "test/known_hosts/github_hash", - "test/manual/test_forward.rb", "test/manual/test_pageant.rb", "test/start/test_connection.rb", "test/start/test_options.rb", @@ -186,14 +184,15 @@ Gem::Specification.new do |s| ] s.homepage = "https://github.com/net-ssh/net-ssh" s.licenses = ["MIT"] + s.require_paths = ["lib"] s.required_ruby_version = Gem::Requirement.new(">= 2.0") s.rubyforge_project = "net-ssh" - s.rubygems_version = "2.4.6" + s.rubygems_version = "1.8.23.2" s.signing_key = "/mnt/gem/net-ssh-private_key.pem" s.summary = "Net::SSH: a pure-Ruby implementation of the SSH2 client protocol." if s.respond_to? :specification_version then - s.specification_version = 4 + s.specification_version = 3 if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then s.add_development_dependency(%q<test-unit>, [">= 0"]) |