net-ssh 2.6.4 → 2.6.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data.tar.gz.sig +0 -0
- data/CHANGES.txt +5 -0
- data/README.rdoc +6 -2
- data/lib/net/ssh/version.rb +1 -1
- data/net-ssh.gemspec +1 -1
- metadata +1 -1
- metadata.gz.sig +0 -0
data.tar.gz.sig
CHANGED
Binary file
|
data/CHANGES.txt
CHANGED
data/README.rdoc
CHANGED
@@ -1,10 +1,14 @@
|
|
1
|
-
= Net::SSH
|
1
|
+
= Net::SSH 2.x
|
2
2
|
|
3
3
|
* Docs: http://net-ssh.github.com/net-ssh
|
4
4
|
* Issues: https://github.com/net-ssh/net-ssh/issues
|
5
|
-
* Codes:
|
5
|
+
* Codes: https://github.com/net-ssh/net-ssh
|
6
6
|
* Email: net-ssh@solutious.com
|
7
7
|
|
8
|
+
|
9
|
+
<em>As of v2.6.4, all gem releases are signed. See INSTALL.</em>
|
10
|
+
|
11
|
+
|
8
12
|
== DESCRIPTION:
|
9
13
|
|
10
14
|
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.
|
data/lib/net/ssh/version.rb
CHANGED
data/net-ssh.gemspec
CHANGED
metadata
CHANGED
metadata.gz.sig
CHANGED
Binary file
|