summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordelano <delano@solutious.com>2010-01-15 13:33:36 -0500
committerdelano <delano@solutious.com>2010-01-15 13:33:36 -0500
commitda383eccc14ceae5a3eebe44d9f1a1c0f31ccfa5 (patch)
treed9a3b3f3141d3f742c98b13ac59670443cab1ce6
parent17c1ff0afd2fd79dadf58386fde70d4323d47109 (diff)
downloadnet-ssh-da383eccc14ceae5a3eebe44d9f1a1c0f31ccfa5.tar.gz
Updated manifests
-rw-r--r--Manifest3
-rw-r--r--net-ssh.gemspec1
2 files changed, 4 insertions, 0 deletions
diff --git a/Manifest b/Manifest
index 27018a4..18ddfa8 100644
--- a/Manifest
+++ b/Manifest
@@ -28,6 +28,7 @@ lib/net/ssh/known_hosts.rb
lib/net/ssh/loggable.rb
lib/net/ssh/packet.rb
lib/net/ssh/prompt.rb
+lib/net/ssh/proxy/command.rb
lib/net/ssh/proxy/errors.rb
lib/net/ssh/proxy/http.rb
lib/net/ssh/proxy/socks4.rb
@@ -69,6 +70,7 @@ lib/net/ssh/version.rb
net-ssh.gemspec
setup.rb
support/arcfour_check.rb
+support/ssh_tunnel_bug.rb
test/authentication/methods/common.rb
test/authentication/methods/test_abstract.rb
test/authentication/methods/test_hostbased.rb
@@ -81,6 +83,7 @@ test/authentication/test_session.rb
test/common.rb
test/configs/eqsign
test/configs/exact_match
+test/configs/host_plus
test/configs/multihost
test/configs/wild_cards
test/connection/test_channel.rb
diff --git a/net-ssh.gemspec b/net-ssh.gemspec
index 260b4bf..569dcd88 100644
--- a/net-ssh.gemspec
+++ b/net-ssh.gemspec
@@ -103,6 +103,7 @@
test/common.rb
test/configs/eqsign
test/configs/exact_match
+ test/configs/host_plus
test/configs/multihost
test/configs/wild_cards
test/connection/test_channel.rb