summaryrefslogtreecommitdiff
path: root/Manifest
diff options
context:
space:
mode:
authordelano <delano@solutious.com>2009-06-19 08:33:54 -0400
committerdelano <delano@solutious.com>2009-06-19 08:33:54 -0400
commitb6c9c79286f744113324135e7ab87cc4daff95fe (patch)
tree1feb19f38dca139375409b5c782226aeb6fb1f13 /Manifest
parent588947682890a2c8559525f4c89d821b0ed730a3 (diff)
downloadnet-ssh-b6c9c79286f744113324135e7ab87cc4daff95fe.tar.gz
Added Rakefile and gemspecv2.0.12
Diffstat (limited to 'Manifest')
-rw-r--r--Manifest18
1 files changed, 9 insertions, 9 deletions
diff --git a/Manifest b/Manifest
index 2e9d4a7..01d5044 100644
--- a/Manifest
+++ b/Manifest
@@ -1,4 +1,9 @@
CHANGELOG.rdoc
+Manifest
+README.rdoc
+Rakefile
+THANKS.rdoc
+lib/net/ssh.rb
lib/net/ssh/authentication/agent.rb
lib/net/ssh/authentication/constants.rb
lib/net/ssh/authentication/key_manager.rb
@@ -28,6 +33,7 @@ lib/net/ssh/proxy/socks4.rb
lib/net/ssh/proxy/socks5.rb
lib/net/ssh/ruby_compat.rb
lib/net/ssh/service/forward.rb
+lib/net/ssh/test.rb
lib/net/ssh/test/channel.rb
lib/net/ssh/test/extensions.rb
lib/net/ssh/test/kex.rb
@@ -36,21 +42,20 @@ lib/net/ssh/test/packet.rb
lib/net/ssh/test/remote_packet.rb
lib/net/ssh/test/script.rb
lib/net/ssh/test/socket.rb
-lib/net/ssh/test.rb
lib/net/ssh/transport/algorithms.rb
lib/net/ssh/transport/cipher_factory.rb
lib/net/ssh/transport/constants.rb
+lib/net/ssh/transport/hmac.rb
lib/net/ssh/transport/hmac/abstract.rb
lib/net/ssh/transport/hmac/md5.rb
lib/net/ssh/transport/hmac/md5_96.rb
lib/net/ssh/transport/hmac/none.rb
lib/net/ssh/transport/hmac/sha1.rb
lib/net/ssh/transport/hmac/sha1_96.rb
-lib/net/ssh/transport/hmac.rb
lib/net/ssh/transport/identity_cipher.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.rb
lib/net/ssh/transport/openssl.rb
lib/net/ssh/transport/packet_stream.rb
lib/net/ssh/transport/server_version.rb
@@ -60,11 +65,7 @@ lib/net/ssh/verifiers/lenient.rb
lib/net/ssh/verifiers/null.rb
lib/net/ssh/verifiers/strict.rb
lib/net/ssh/version.rb
-lib/net/ssh.rb
-Manifest
net-ssh.gemspec
-Rakefile
-README.rdoc
setup.rb
test/authentication/methods/common.rb
test/authentication/methods/test_abstract.rb
@@ -100,5 +101,4 @@ test/transport/test_identity_cipher.rb
test/transport/test_packet_stream.rb
test/transport/test_server_version.rb
test/transport/test_session.rb
-test/transport/test_state.rb
-THANKS.rdoc
+test/transport/test_state.rb \ No newline at end of file