summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordelano <delano@solutious.com>2012-05-19 05:42:54 -0400
committerdelano <delano@solutious.com>2012-05-19 05:42:54 -0400
commitc2cdda1aacbc38402bdea44489cbd213d27034a2 (patch)
tree88f565b67dcd002fedf84dac45f239f8bb1bb4f9
parent2840dae8c196a1c84e6dd515c8630d9b0ce6d088 (diff)
downloadnet-ssh-c2cdda1aacbc38402bdea44489cbd213d27034a2.tar.gz
Updated manifest in gemspec
-rw-r--r--net-ssh.gemspec7
1 files changed, 6 insertions, 1 deletions
diff --git a/net-ssh.gemspec b/net-ssh.gemspec
index b6c4283..7b6a470 100644
--- a/net-ssh.gemspec
+++ b/net-ssh.gemspec
@@ -86,11 +86,11 @@
lib/net/ssh/transport/hmac/sha2_512.rb
lib/net/ssh/transport/hmac/sha2_512_96.rb
lib/net/ssh/transport/identity_cipher.rb
- lib/net/ssh/transport/key_expander.rb
lib/net/ssh/transport/kex.rb
lib/net/ssh/transport/kex/diffie_hellman_group1_sha1.rb
lib/net/ssh/transport/kex/diffie_hellman_group_exchange_sha1.rb
lib/net/ssh/transport/kex/diffie_hellman_group_exchange_sha256.rb
+ lib/net/ssh/transport/key_expander.rb
lib/net/ssh/transport/openssl.rb
lib/net/ssh/transport/packet_stream.rb
lib/net/ssh/transport/server_version.rb
@@ -104,6 +104,7 @@
setup.rb
support/arcfour_check.rb
support/ssh_tunnel_bug.rb
+ test/README.txt
test/authentication/methods/common.rb
test/authentication/methods/test_abstract.rb
test/authentication/methods/test_hostbased.rb
@@ -118,9 +119,13 @@
test/configs/exact_match
test/configs/host_plus
test/configs/multihost
+ test/configs/nohost
+ test/configs/numeric_host
test/configs/wild_cards
test/connection/test_channel.rb
test/connection/test_session.rb
+ test/manual/test_forward.rb
+ test/start/test_transport.rb
test/test_all.rb
test/test_buffer.rb
test/test_buffered_io.rb