diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2017-11-26 20:13:50 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-12-02 06:30:58 +0700 |
commit | 148c62d8b7c8ff97edf438790ce35b993877a712 (patch) | |
tree | 8dfcf5c2354e1d9b64d0b51d8e2713ea302675aa /ruby/rubygem-net-ssh/README | |
parent | edf2e63d79ea427def16a2277133bfbc015dcd75 (diff) |
ruby/rubygem-net-ssh: Updated for version 4.2.0.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'ruby/rubygem-net-ssh/README')
-rw-r--r-- | ruby/rubygem-net-ssh/README | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ruby/rubygem-net-ssh/README b/ruby/rubygem-net-ssh/README new file mode 100644 index 0000000000000..0ee1eaefc9e7a --- /dev/null +++ b/ruby/rubygem-net-ssh/README @@ -0,0 +1,3 @@ +Net::SSH: 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. |