net-ssh 5.0.0.rc2 → 5.0.0
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.
- checksums.yaml +4 -4
- checksums.yaml.gz.sig +0 -0
- data.tar.gz.sig +0 -0
- data/README.rdoc +2 -2
- data/lib/net/ssh/version.rb +1 -1
- metadata +4 -4
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a1d235e4e461fe2b0d5a9ced088e5ebb8618bd6cc71671ab398b5758a4d7e8d1
|
|
4
|
+
data.tar.gz: ec8dd58833ac0ee5258c8efeb9203204dbc2ffb054ab980a81cb37ba203c454b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4b954a793abdf26a4fe0f4cc1e3d4aeba89d7acb92737287ae2760ab3af93151df8ef09d09c38a1d9567fc464c50135ced005bf75b3f77d5ac3148be945ed6a7
|
|
7
|
+
data.tar.gz: 9d6a9f1ea6de37dcff1d86291e51322ad8dbcd55089caf73aa970fa3a37af83d5cda7a4a56fab1fd28c5bef93768003a9cdfacc0f208764f747dce1d1b374d67
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data.tar.gz.sig
CHANGED
|
Binary file
|
data/README.rdoc
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
{<img src="https://travis-ci.org/net-ssh/net-ssh.svg?branch=master" alt="Build Status" />}[https://travis-ci.org/net-ssh/net-ssh]
|
|
4
4
|
{<img src="https://codecov.io/gh/net-ssh/net-ssh/branch/master/graph/badge.svg" alt="Coverage status" />}[https://codecov.io/gh/net-ssh/net-ssh]
|
|
5
5
|
|
|
6
|
-
= Net::SSH
|
|
6
|
+
= Net::SSH 5.x
|
|
7
7
|
|
|
8
8
|
* Docs: http://net-ssh.github.com/net-ssh
|
|
9
9
|
* Issues: https://github.com/net-ssh/net-ssh/issues
|
|
@@ -29,7 +29,7 @@ In a nutshell:
|
|
|
29
29
|
|
|
30
30
|
require 'net/ssh'
|
|
31
31
|
|
|
32
|
-
Net::SSH.start('host', 'user', :
|
|
32
|
+
Net::SSH.start('host', 'user', password: "password") do |ssh|
|
|
33
33
|
# capture all stderr and stdout output from a remote process
|
|
34
34
|
output = ssh.exec!("hostname")
|
|
35
35
|
puts output
|
data/lib/net/ssh/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: net-ssh
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 5.0.0
|
|
4
|
+
version: 5.0.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jamis Buck
|
|
@@ -32,7 +32,7 @@ cert_chain:
|
|
|
32
32
|
ZFwoIuXKeDmTTpryd/vI7sdLXDuV6MbWOLGh6gXn9RDDXG1EqEXW0bjovATBMpdH
|
|
33
33
|
9OGohJvAFzcvhDTWPwT6w3PG5B80pqb9j1hEAg==
|
|
34
34
|
-----END CERTIFICATE-----
|
|
35
|
-
date: 2018-
|
|
35
|
+
date: 2018-06-01 00:00:00.000000000 Z
|
|
36
36
|
dependencies:
|
|
37
37
|
- !ruby/object:Gem::Dependency
|
|
38
38
|
name: bcrypt_pbkdf
|
|
@@ -262,9 +262,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
262
262
|
version: 2.2.6
|
|
263
263
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
264
264
|
requirements:
|
|
265
|
-
- - "
|
|
265
|
+
- - ">="
|
|
266
266
|
- !ruby/object:Gem::Version
|
|
267
|
-
version:
|
|
267
|
+
version: '0'
|
|
268
268
|
requirements: []
|
|
269
269
|
rubyforge_project:
|
|
270
270
|
rubygems_version: 2.7.6
|
metadata.gz.sig
CHANGED
|
Binary file
|