Mon Feb 11 02:06:29 2013 UTC ()
Update ruby-net-ssh to 2.6.5.

=== 2.6.5 / 06 Feb 2013

* Fixed path in gemspec [thanks priteau]

=== 2.6.4 / 06 Feb 2013

* Added license info to gemspec [jordimassaguerpla]
* Added public cert. All gem releases are now signed.

=== 2.6.3 / 10 Jan 2013

* Small doc fix and correct error class for PKey::EC key type [Andreas Wolff]
* Improve test dependencies [Kenichi Kamiya]


(taca)
diff -r1.9 -r1.10 pkgsrc/security/ruby-net-ssh/Makefile
diff -r1.9 -r1.10 pkgsrc/security/ruby-net-ssh/distinfo
diff -r1.7 -r1.8 pkgsrc/security/ruby-net-ssh/PLIST

cvs diff -r1.9 -r1.10 pkgsrc/security/ruby-net-ssh/Makefile (switch to unified diff)

--- pkgsrc/security/ruby-net-ssh/Makefile 2012/12/17 13:11:29 1.9
+++ pkgsrc/security/ruby-net-ssh/Makefile 2013/02/11 02:06:29 1.10
@@ -1,12 +1,12 @@ @@ -1,12 +1,12 @@
1# $NetBSD: Makefile,v 1.9 2012/12/17 13:11:29 taca Exp $ 1# $NetBSD: Makefile,v 1.10 2013/02/11 02:06:29 taca Exp $
2 2
3DISTNAME= net-ssh-2.6.2 3DISTNAME= net-ssh-2.6.5
4CATEGORIES= net security 4CATEGORIES= net security
5 5
6MAINTAINER= pkgsrc-users@NetBSD.org 6MAINTAINER= pkgsrc-users@NetBSD.org
7HOMEPAGE= http://github.com/net-ssh/net-ssh 7HOMEPAGE= http://github.com/net-ssh/net-ssh
8COMMENT= Secure shell for Ruby 8COMMENT= Secure shell for Ruby
9LICENSE= mit 9LICENSE= mit
10 10
11.include "../../lang/ruby/gem.mk" 11.include "../../lang/ruby/gem.mk"
12.include "../../mk/bsd.pkg.mk" 12.include "../../mk/bsd.pkg.mk"

cvs diff -r1.9 -r1.10 pkgsrc/security/ruby-net-ssh/distinfo (switch to unified diff)

--- pkgsrc/security/ruby-net-ssh/distinfo 2012/12/17 13:11:29 1.9
+++ pkgsrc/security/ruby-net-ssh/distinfo 2013/02/11 02:06:29 1.10
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.9 2012/12/17 13:11:29 taca Exp $ 1$NetBSD: distinfo,v 1.10 2013/02/11 02:06:29 taca Exp $
2 2
3SHA1 (net-ssh-2.6.2.gem) = e8eeed7c9ba3743d3ac0b2674f2152930beaf96f 3SHA1 (net-ssh-2.6.5.gem) = 714ae8db758588cd2ccd39f499255ce3e22878c2
4RMD160 (net-ssh-2.6.2.gem) = 8fa5ec9b0843cee2bbce408b578f3e0405558abd 4RMD160 (net-ssh-2.6.5.gem) = 39b1fd4415913b47d01651bf8df4de3ecf1095dc
5Size (net-ssh-2.6.2.gem) = 160768 bytes 5Size (net-ssh-2.6.5.gem) = 166912 bytes

cvs diff -r1.7 -r1.8 pkgsrc/security/ruby-net-ssh/PLIST (switch to unified diff)

--- pkgsrc/security/ruby-net-ssh/PLIST 2012/12/17 13:11:29 1.7
+++ pkgsrc/security/ruby-net-ssh/PLIST 2013/02/11 02:06:29 1.8
@@ -1,146 +1,149 @@ @@ -1,146 +1,149 @@
1@comment $NetBSD: PLIST,v 1.7 2012/12/17 13:11:29 taca Exp $ 1@comment $NetBSD: PLIST,v 1.8 2013/02/11 02:06:29 taca Exp $
2${GEM_HOME}/cache/${GEM_NAME}.gem 2${GEM_HOME}/cache/${GEM_NAME}.gem
3${GEM_LIBDIR}/CHANGELOG.rdoc 3${GEM_LIBDIR}/CHANGES.txt
4${GEM_LIBDIR}/LICENSE.rdoc 4${GEM_LIBDIR}/LICENSE.txt
5${GEM_LIBDIR}/Manifest 5${GEM_LIBDIR}/Manifest
6${GEM_LIBDIR}/README.rdoc 6${GEM_LIBDIR}/README.rdoc
7${GEM_LIBDIR}/Rakefile 7${GEM_LIBDIR}/Rakefile
8${GEM_LIBDIR}/Rudyfile 8${GEM_LIBDIR}/Rudyfile
9${GEM_LIBDIR}/THANKS.rdoc 9${GEM_LIBDIR}/THANKS.txt
 10${GEM_LIBDIR}/gem-public_cert.pem
10${GEM_LIBDIR}/lib/net/ssh.rb 11${GEM_LIBDIR}/lib/net/ssh.rb
11${GEM_LIBDIR}/lib/net/ssh/authentication/agent.rb 12${GEM_LIBDIR}/lib/net/ssh/authentication/agent.rb
12${GEM_LIBDIR}/lib/net/ssh/authentication/agent/java_pageant.rb 13${GEM_LIBDIR}/lib/net/ssh/authentication/agent/java_pageant.rb
13${GEM_LIBDIR}/lib/net/ssh/authentication/agent/socket.rb 14${GEM_LIBDIR}/lib/net/ssh/authentication/agent/socket.rb
14${GEM_LIBDIR}/lib/net/ssh/authentication/constants.rb 15${GEM_LIBDIR}/lib/net/ssh/authentication/constants.rb
15${GEM_LIBDIR}/lib/net/ssh/authentication/key_manager.rb 16${GEM_LIBDIR}/lib/net/ssh/authentication/key_manager.rb
16${GEM_LIBDIR}/lib/net/ssh/authentication/methods/abstract.rb 17${GEM_LIBDIR}/lib/net/ssh/authentication/methods/abstract.rb
17${GEM_LIBDIR}/lib/net/ssh/authentication/methods/hostbased.rb 18${GEM_LIBDIR}/lib/net/ssh/authentication/methods/hostbased.rb
18${GEM_LIBDIR}/lib/net/ssh/authentication/methods/keyboard_interactive.rb 19${GEM_LIBDIR}/lib/net/ssh/authentication/methods/keyboard_interactive.rb
19${GEM_LIBDIR}/lib/net/ssh/authentication/methods/password.rb 20${GEM_LIBDIR}/lib/net/ssh/authentication/methods/password.rb
 21${GEM_LIBDIR}/lib/net/ssh/authentication/methods/none.rb
20${GEM_LIBDIR}/lib/net/ssh/authentication/methods/publickey.rb 22${GEM_LIBDIR}/lib/net/ssh/authentication/methods/publickey.rb
21${GEM_LIBDIR}/lib/net/ssh/authentication/pageant.rb 23${GEM_LIBDIR}/lib/net/ssh/authentication/pageant.rb
22${GEM_LIBDIR}/lib/net/ssh/authentication/session.rb 24${GEM_LIBDIR}/lib/net/ssh/authentication/session.rb
23${GEM_LIBDIR}/lib/net/ssh/buffer.rb 25${GEM_LIBDIR}/lib/net/ssh/buffer.rb
24${GEM_LIBDIR}/lib/net/ssh/buffered_io.rb 26${GEM_LIBDIR}/lib/net/ssh/buffered_io.rb
25${GEM_LIBDIR}/lib/net/ssh/config.rb 27${GEM_LIBDIR}/lib/net/ssh/config.rb
26${GEM_LIBDIR}/lib/net/ssh/connection/channel.rb 28${GEM_LIBDIR}/lib/net/ssh/connection/channel.rb
27${GEM_LIBDIR}/lib/net/ssh/connection/constants.rb 29${GEM_LIBDIR}/lib/net/ssh/connection/constants.rb
28${GEM_LIBDIR}/lib/net/ssh/connection/session.rb 30${GEM_LIBDIR}/lib/net/ssh/connection/session.rb
29${GEM_LIBDIR}/lib/net/ssh/connection/term.rb 31${GEM_LIBDIR}/lib/net/ssh/connection/term.rb
30${GEM_LIBDIR}/lib/net/ssh/errors.rb 32${GEM_LIBDIR}/lib/net/ssh/errors.rb
31${GEM_LIBDIR}/lib/net/ssh/key_factory.rb 33${GEM_LIBDIR}/lib/net/ssh/key_factory.rb
32${GEM_LIBDIR}/lib/net/ssh/known_hosts.rb 34${GEM_LIBDIR}/lib/net/ssh/known_hosts.rb
33${GEM_LIBDIR}/lib/net/ssh/loggable.rb 35${GEM_LIBDIR}/lib/net/ssh/loggable.rb
34${GEM_LIBDIR}/lib/net/ssh/packet.rb 36${GEM_LIBDIR}/lib/net/ssh/packet.rb
35${GEM_LIBDIR}/lib/net/ssh/prompt.rb 37${GEM_LIBDIR}/lib/net/ssh/prompt.rb
36${GEM_LIBDIR}/lib/net/ssh/proxy/command.rb 38${GEM_LIBDIR}/lib/net/ssh/proxy/command.rb
37${GEM_LIBDIR}/lib/net/ssh/proxy/errors.rb 39${GEM_LIBDIR}/lib/net/ssh/proxy/errors.rb
38${GEM_LIBDIR}/lib/net/ssh/proxy/http.rb 40${GEM_LIBDIR}/lib/net/ssh/proxy/http.rb
39${GEM_LIBDIR}/lib/net/ssh/proxy/socks4.rb 41${GEM_LIBDIR}/lib/net/ssh/proxy/socks4.rb
40${GEM_LIBDIR}/lib/net/ssh/proxy/socks5.rb 42${GEM_LIBDIR}/lib/net/ssh/proxy/socks5.rb
41${GEM_LIBDIR}/lib/net/ssh/ruby_compat.rb 43${GEM_LIBDIR}/lib/net/ssh/ruby_compat.rb
42${GEM_LIBDIR}/lib/net/ssh/service/forward.rb 44${GEM_LIBDIR}/lib/net/ssh/service/forward.rb
43${GEM_LIBDIR}/lib/net/ssh/test.rb 45${GEM_LIBDIR}/lib/net/ssh/test.rb
44${GEM_LIBDIR}/lib/net/ssh/test/channel.rb 46${GEM_LIBDIR}/lib/net/ssh/test/channel.rb
45${GEM_LIBDIR}/lib/net/ssh/test/extensions.rb 47${GEM_LIBDIR}/lib/net/ssh/test/extensions.rb
46${GEM_LIBDIR}/lib/net/ssh/test/kex.rb 48${GEM_LIBDIR}/lib/net/ssh/test/kex.rb
47${GEM_LIBDIR}/lib/net/ssh/test/local_packet.rb 49${GEM_LIBDIR}/lib/net/ssh/test/local_packet.rb
48${GEM_LIBDIR}/lib/net/ssh/test/packet.rb 50${GEM_LIBDIR}/lib/net/ssh/test/packet.rb
49${GEM_LIBDIR}/lib/net/ssh/test/remote_packet.rb 51${GEM_LIBDIR}/lib/net/ssh/test/remote_packet.rb
50${GEM_LIBDIR}/lib/net/ssh/test/script.rb 52${GEM_LIBDIR}/lib/net/ssh/test/script.rb
51${GEM_LIBDIR}/lib/net/ssh/test/socket.rb 53${GEM_LIBDIR}/lib/net/ssh/test/socket.rb
52${GEM_LIBDIR}/lib/net/ssh/transport/algorithms.rb 54${GEM_LIBDIR}/lib/net/ssh/transport/algorithms.rb
53${GEM_LIBDIR}/lib/net/ssh/transport/cipher_factory.rb 55${GEM_LIBDIR}/lib/net/ssh/transport/cipher_factory.rb
54${GEM_LIBDIR}/lib/net/ssh/transport/constants.rb 56${GEM_LIBDIR}/lib/net/ssh/transport/constants.rb
55${GEM_LIBDIR}/lib/net/ssh/transport/ctr.rb 57${GEM_LIBDIR}/lib/net/ssh/transport/ctr.rb
56${GEM_LIBDIR}/lib/net/ssh/transport/hmac.rb 58${GEM_LIBDIR}/lib/net/ssh/transport/hmac.rb
57${GEM_LIBDIR}/lib/net/ssh/transport/hmac/abstract.rb 59${GEM_LIBDIR}/lib/net/ssh/transport/hmac/abstract.rb
58${GEM_LIBDIR}/lib/net/ssh/transport/hmac/md5.rb 60${GEM_LIBDIR}/lib/net/ssh/transport/hmac/md5.rb
59${GEM_LIBDIR}/lib/net/ssh/transport/hmac/md5_96.rb 61${GEM_LIBDIR}/lib/net/ssh/transport/hmac/md5_96.rb
60${GEM_LIBDIR}/lib/net/ssh/transport/hmac/none.rb 62${GEM_LIBDIR}/lib/net/ssh/transport/hmac/none.rb
61${GEM_LIBDIR}/lib/net/ssh/transport/hmac/ripemd160.rb 63${GEM_LIBDIR}/lib/net/ssh/transport/hmac/ripemd160.rb
62${GEM_LIBDIR}/lib/net/ssh/transport/hmac/sha1.rb 64${GEM_LIBDIR}/lib/net/ssh/transport/hmac/sha1.rb
63${GEM_LIBDIR}/lib/net/ssh/transport/hmac/sha1_96.rb 65${GEM_LIBDIR}/lib/net/ssh/transport/hmac/sha1_96.rb
64${GEM_LIBDIR}/lib/net/ssh/transport/hmac/sha2_256.rb 66${GEM_LIBDIR}/lib/net/ssh/transport/hmac/sha2_256.rb
65${GEM_LIBDIR}/lib/net/ssh/transport/hmac/sha2_256_96.rb 67${GEM_LIBDIR}/lib/net/ssh/transport/hmac/sha2_256_96.rb
66${GEM_LIBDIR}/lib/net/ssh/transport/hmac/sha2_512.rb 68${GEM_LIBDIR}/lib/net/ssh/transport/hmac/sha2_512.rb
67${GEM_LIBDIR}/lib/net/ssh/transport/hmac/sha2_512_96.rb 69${GEM_LIBDIR}/lib/net/ssh/transport/hmac/sha2_512_96.rb
68${GEM_LIBDIR}/lib/net/ssh/transport/identity_cipher.rb 70${GEM_LIBDIR}/lib/net/ssh/transport/identity_cipher.rb
69${GEM_LIBDIR}/lib/net/ssh/transport/kex.rb 71${GEM_LIBDIR}/lib/net/ssh/transport/kex.rb
70${GEM_LIBDIR}/lib/net/ssh/transport/kex/diffie_hellman_group14_sha1.rb 72${GEM_LIBDIR}/lib/net/ssh/transport/kex/diffie_hellman_group14_sha1.rb
71${GEM_LIBDIR}/lib/net/ssh/transport/kex/diffie_hellman_group1_sha1.rb 73${GEM_LIBDIR}/lib/net/ssh/transport/kex/diffie_hellman_group1_sha1.rb
72${GEM_LIBDIR}/lib/net/ssh/transport/kex/diffie_hellman_group_exchange_sha1.rb 74${GEM_LIBDIR}/lib/net/ssh/transport/kex/diffie_hellman_group_exchange_sha1.rb
73${GEM_LIBDIR}/lib/net/ssh/transport/kex/diffie_hellman_group_exchange_sha256.rb 75${GEM_LIBDIR}/lib/net/ssh/transport/kex/diffie_hellman_group_exchange_sha256.rb
74${GEM_LIBDIR}/lib/net/ssh/transport/kex/ecdh_sha2_nistp256.rb 76${GEM_LIBDIR}/lib/net/ssh/transport/kex/ecdh_sha2_nistp256.rb
75${GEM_LIBDIR}/lib/net/ssh/transport/kex/ecdh_sha2_nistp384.rb 77${GEM_LIBDIR}/lib/net/ssh/transport/kex/ecdh_sha2_nistp384.rb
76${GEM_LIBDIR}/lib/net/ssh/transport/kex/ecdh_sha2_nistp521.rb 78${GEM_LIBDIR}/lib/net/ssh/transport/kex/ecdh_sha2_nistp521.rb
77${GEM_LIBDIR}/lib/net/ssh/transport/key_expander.rb 79${GEM_LIBDIR}/lib/net/ssh/transport/key_expander.rb
78${GEM_LIBDIR}/lib/net/ssh/transport/openssl.rb 80${GEM_LIBDIR}/lib/net/ssh/transport/openssl.rb
79${GEM_LIBDIR}/lib/net/ssh/transport/packet_stream.rb 81${GEM_LIBDIR}/lib/net/ssh/transport/packet_stream.rb
80${GEM_LIBDIR}/lib/net/ssh/transport/server_version.rb 82${GEM_LIBDIR}/lib/net/ssh/transport/server_version.rb
81${GEM_LIBDIR}/lib/net/ssh/transport/session.rb 83${GEM_LIBDIR}/lib/net/ssh/transport/session.rb
82${GEM_LIBDIR}/lib/net/ssh/transport/state.rb 84${GEM_LIBDIR}/lib/net/ssh/transport/state.rb
83${GEM_LIBDIR}/lib/net/ssh/verifiers/lenient.rb 85${GEM_LIBDIR}/lib/net/ssh/verifiers/lenient.rb
84${GEM_LIBDIR}/lib/net/ssh/verifiers/null.rb 86${GEM_LIBDIR}/lib/net/ssh/verifiers/null.rb
85${GEM_LIBDIR}/lib/net/ssh/verifiers/secure.rb 87${GEM_LIBDIR}/lib/net/ssh/verifiers/secure.rb
86${GEM_LIBDIR}/lib/net/ssh/verifiers/strict.rb 88${GEM_LIBDIR}/lib/net/ssh/verifiers/strict.rb
87${GEM_LIBDIR}/lib/net/ssh/version.rb 89${GEM_LIBDIR}/lib/net/ssh/version.rb
88${GEM_LIBDIR}/net-ssh.gemspec 90${GEM_LIBDIR}/net-ssh.gemspec
89${GEM_LIBDIR}/setup.rb 91${GEM_LIBDIR}/setup.rb
90${GEM_LIBDIR}/support/arcfour_check.rb 92${GEM_LIBDIR}/support/arcfour_check.rb
91${GEM_LIBDIR}/support/ssh_tunnel_bug.rb 93${GEM_LIBDIR}/support/ssh_tunnel_bug.rb
92${GEM_LIBDIR}/test/README.txt 94${GEM_LIBDIR}/test/README.txt
93${GEM_LIBDIR}/test/authentication/methods/common.rb 95${GEM_LIBDIR}/test/authentication/methods/common.rb
94${GEM_LIBDIR}/test/authentication/methods/test_abstract.rb 96${GEM_LIBDIR}/test/authentication/methods/test_abstract.rb
95${GEM_LIBDIR}/test/authentication/methods/test_hostbased.rb 97${GEM_LIBDIR}/test/authentication/methods/test_hostbased.rb
96${GEM_LIBDIR}/test/authentication/methods/test_keyboard_interactive.rb 98${GEM_LIBDIR}/test/authentication/methods/test_keyboard_interactive.rb
 99${GEM_LIBDIR}/test/authentication/methods/test_none.rb
97${GEM_LIBDIR}/test/authentication/methods/test_password.rb 100${GEM_LIBDIR}/test/authentication/methods/test_password.rb
98${GEM_LIBDIR}/test/authentication/methods/test_publickey.rb 101${GEM_LIBDIR}/test/authentication/methods/test_publickey.rb
99${GEM_LIBDIR}/test/authentication/test_agent.rb 102${GEM_LIBDIR}/test/authentication/test_agent.rb
100${GEM_LIBDIR}/test/authentication/test_key_manager.rb 103${GEM_LIBDIR}/test/authentication/test_key_manager.rb
101${GEM_LIBDIR}/test/authentication/test_session.rb 104${GEM_LIBDIR}/test/authentication/test_session.rb
102${GEM_LIBDIR}/test/common.rb 105${GEM_LIBDIR}/test/common.rb
103${GEM_LIBDIR}/test/configs/eqsign 106${GEM_LIBDIR}/test/configs/eqsign
104${GEM_LIBDIR}/test/configs/exact_match 107${GEM_LIBDIR}/test/configs/exact_match
105${GEM_LIBDIR}/test/configs/host_plus 108${GEM_LIBDIR}/test/configs/host_plus
106${GEM_LIBDIR}/test/configs/multihost 109${GEM_LIBDIR}/test/configs/multihost
107${GEM_LIBDIR}/test/configs/nohost 110${GEM_LIBDIR}/test/configs/nohost
108${GEM_LIBDIR}/test/configs/numeric_host 111${GEM_LIBDIR}/test/configs/numeric_host
109${GEM_LIBDIR}/test/configs/wild_cards 112${GEM_LIBDIR}/test/configs/wild_cards
110${GEM_LIBDIR}/test/connection/test_channel.rb 113${GEM_LIBDIR}/test/connection/test_channel.rb
111${GEM_LIBDIR}/test/connection/test_session.rb 114${GEM_LIBDIR}/test/connection/test_session.rb
112${GEM_LIBDIR}/test/known_hosts/github 115${GEM_LIBDIR}/test/known_hosts/github
113${GEM_LIBDIR}/test/manual/test_forward.rb 116${GEM_LIBDIR}/test/manual/test_forward.rb
114${GEM_LIBDIR}/test/start/test_transport.rb 117${GEM_LIBDIR}/test/start/test_transport.rb
115${GEM_LIBDIR}/test/test_all.rb 118${GEM_LIBDIR}/test/test_all.rb
116${GEM_LIBDIR}/test/test_buffer.rb 119${GEM_LIBDIR}/test/test_buffer.rb
117${GEM_LIBDIR}/test/test_buffered_io.rb 120${GEM_LIBDIR}/test/test_buffered_io.rb
118${GEM_LIBDIR}/test/test_config.rb 121${GEM_LIBDIR}/test/test_config.rb
119${GEM_LIBDIR}/test/test_key_factory.rb 122${GEM_LIBDIR}/test/test_key_factory.rb
120${GEM_LIBDIR}/test/test_known_hosts.rb 123${GEM_LIBDIR}/test/test_known_hosts.rb
121${GEM_LIBDIR}/test/transport/hmac/test_md5.rb 124${GEM_LIBDIR}/test/transport/hmac/test_md5.rb
122${GEM_LIBDIR}/test/transport/hmac/test_md5_96.rb 125${GEM_LIBDIR}/test/transport/hmac/test_md5_96.rb
123${GEM_LIBDIR}/test/transport/hmac/test_none.rb 126${GEM_LIBDIR}/test/transport/hmac/test_none.rb
124${GEM_LIBDIR}/test/transport/hmac/test_ripemd160.rb 127${GEM_LIBDIR}/test/transport/hmac/test_ripemd160.rb
125${GEM_LIBDIR}/test/transport/hmac/test_sha1.rb 128${GEM_LIBDIR}/test/transport/hmac/test_sha1.rb
126${GEM_LIBDIR}/test/transport/hmac/test_sha1_96.rb 129${GEM_LIBDIR}/test/transport/hmac/test_sha1_96.rb
127${GEM_LIBDIR}/test/transport/hmac/test_sha2_256.rb 130${GEM_LIBDIR}/test/transport/hmac/test_sha2_256.rb
128${GEM_LIBDIR}/test/transport/hmac/test_sha2_256_96.rb 131${GEM_LIBDIR}/test/transport/hmac/test_sha2_256_96.rb
129${GEM_LIBDIR}/test/transport/hmac/test_sha2_512.rb 132${GEM_LIBDIR}/test/transport/hmac/test_sha2_512.rb
130${GEM_LIBDIR}/test/transport/hmac/test_sha2_512_96.rb 133${GEM_LIBDIR}/test/transport/hmac/test_sha2_512_96.rb
131${GEM_LIBDIR}/test/transport/kex/test_diffie_hellman_group14_sha1.rb 134${GEM_LIBDIR}/test/transport/kex/test_diffie_hellman_group14_sha1.rb
132${GEM_LIBDIR}/test/transport/kex/test_diffie_hellman_group1_sha1.rb 135${GEM_LIBDIR}/test/transport/kex/test_diffie_hellman_group1_sha1.rb
133${GEM_LIBDIR}/test/transport/kex/test_diffie_hellman_group_exchange_sha1.rb 136${GEM_LIBDIR}/test/transport/kex/test_diffie_hellman_group_exchange_sha1.rb
134${GEM_LIBDIR}/test/transport/kex/test_diffie_hellman_group_exchange_sha256.rb 137${GEM_LIBDIR}/test/transport/kex/test_diffie_hellman_group_exchange_sha256.rb
135${GEM_LIBDIR}/test/transport/kex/test_ecdh_sha2_nistp256.rb 138${GEM_LIBDIR}/test/transport/kex/test_ecdh_sha2_nistp256.rb
136${GEM_LIBDIR}/test/transport/kex/test_ecdh_sha2_nistp384.rb 139${GEM_LIBDIR}/test/transport/kex/test_ecdh_sha2_nistp384.rb
137${GEM_LIBDIR}/test/transport/kex/test_ecdh_sha2_nistp521.rb 140${GEM_LIBDIR}/test/transport/kex/test_ecdh_sha2_nistp521.rb
138${GEM_LIBDIR}/test/transport/test_algorithms.rb 141${GEM_LIBDIR}/test/transport/test_algorithms.rb
139${GEM_LIBDIR}/test/transport/test_cipher_factory.rb 142${GEM_LIBDIR}/test/transport/test_cipher_factory.rb
140${GEM_LIBDIR}/test/transport/test_hmac.rb 143${GEM_LIBDIR}/test/transport/test_hmac.rb
141${GEM_LIBDIR}/test/transport/test_identity_cipher.rb 144${GEM_LIBDIR}/test/transport/test_identity_cipher.rb
142${GEM_LIBDIR}/test/transport/test_packet_stream.rb 145${GEM_LIBDIR}/test/transport/test_packet_stream.rb
143${GEM_LIBDIR}/test/transport/test_server_version.rb 146${GEM_LIBDIR}/test/transport/test_server_version.rb
144${GEM_LIBDIR}/test/transport/test_session.rb 147${GEM_LIBDIR}/test/transport/test_session.rb
145${GEM_LIBDIR}/test/transport/test_state.rb 148${GEM_LIBDIR}/test/transport/test_state.rb
146${GEM_HOME}/specifications/${GEM_NAME}.gemspec 149${GEM_HOME}/specifications/${GEM_NAME}.gemspec