From b6c9c79286f744113324135e7ab87cc4daff95fe Mon Sep 17 00:00:00 2001 From: delano Date: Fri, 19 Jun 2009 08:33:54 -0400 Subject: Added Rakefile and gemspec --- Manifest | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'Manifest') 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 -- cgit v1.2.1