summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordelano <delano.mandelbaum@gmail.com>2013-02-06 06:19:00 -0800
committerdelano <delano.mandelbaum@gmail.com>2013-02-06 06:19:00 -0800
commit23af9636ee77573a0749649a5e3e5428642829c5 (patch)
treefbdff8c9156d98da3d913a5db31d3e155190cf60
parent5ef9818673440223a13fbc5271eb2551e973c6e5 (diff)
downloadnet-ssh-23af9636ee77573a0749649a5e3e5428642829c5.tar.gz
Added signing note to readme and changes
-rw-r--r--CHANGES.txt1
-rw-r--r--README.rdoc8
-rw-r--r--net-ssh.gemspec2
3 files changed, 8 insertions, 3 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index d42954e..5488f8c 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -2,6 +2,7 @@
=== 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
diff --git a/README.rdoc b/README.rdoc
index 54f0ce4..ff6ea15 100644
--- a/README.rdoc
+++ b/README.rdoc
@@ -1,10 +1,14 @@
-= Net::SSH
+= Net::SSH 2.x
* Docs: http://net-ssh.github.com/net-ssh
* Issues: https://github.com/net-ssh/net-ssh/issues
-* Codes: http://github.com/net-ssh/net-ssh
+* Codes: https://github.com/net-ssh/net-ssh
* Email: net-ssh@solutious.com
+
+<em>As of v2.6.4, all gem releases are signed. See INSTALL.</em>
+
+
== DESCRIPTION:
Net::SSH is a pure-Ruby implementation of the SSH2 client protocol. It allows you to write programs that invoke and interact with processes on remote servers, via SSH2.
diff --git a/net-ssh.gemspec b/net-ssh.gemspec
index 4ce99b1..930089f 100644
--- a/net-ssh.gemspec
+++ b/net-ssh.gemspec
@@ -152,7 +152,7 @@ Gem::Specification.new do |s|
"test/transport/kex/test_diffie_hellman_group14_sha1.rb",
"test/transport/kex/test_diffie_hellman_group1_sha1.rb",
"test/transport/kex/test_diffie_hellman_group_exchange_sha1.rb",
- "test/transport/kex/test_diffie_hellman_group_exchange_sha256.rb",
+ "test/transport/kex/test_diffie_hellman_growup_exchange_sha256.rb",
"test/transport/kex/test_ecdh_sha2_nistp256.rb",
"test/transport/kex/test_ecdh_sha2_nistp384.rb",
"test/transport/kex/test_ecdh_sha2_nistp521.rb",