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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e32b6b556e6402ede8923391518cc5198dbd3938eb44ece390991293917e5d98
4
- data.tar.gz: 2c72a40a9a0f997ecbe3791dfed43987bb0a5a755d6b78216e00957fce3e6cc2
3
+ metadata.gz: a1d235e4e461fe2b0d5a9ced088e5ebb8618bd6cc71671ab398b5758a4d7e8d1
4
+ data.tar.gz: ec8dd58833ac0ee5258c8efeb9203204dbc2ffb054ab980a81cb37ba203c454b
5
5
  SHA512:
6
- metadata.gz: b30419c302e6123b4b1789eece7e22a75b7188c24c1c99e995ba708a4d2dffb06c8fe421bab0e23e98c73ec08f6df1fc082c973729039e3bc1f91176eb12a57e
7
- data.tar.gz: 065b48595e88f6175372ee1e94f0792ba06f8f3e4b70aeb21cbc12d13d9c575feeac223d31d1837ab1a20a2e8947577988791c8197669cb9c3b55753b808e4ad
6
+ metadata.gz: 4b954a793abdf26a4fe0f4cc1e3d4aeba89d7acb92737287ae2760ab3af93151df8ef09d09c38a1d9567fc464c50135ced005bf75b3f77d5ac3148be945ed6a7
7
+ data.tar.gz: 9d6a9f1ea6de37dcff1d86291e51322ad8dbcd55089caf73aa970fa3a37af83d5cda7a4a56fab1fd28c5bef93768003a9cdfacc0f208764f747dce1d1b374d67
Binary file
data.tar.gz.sig CHANGED
Binary file
@@ -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 4.x
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', :password => "password") do |ssh|
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
@@ -56,7 +56,7 @@ module Net
56
56
 
57
57
  # The prerelease component of this version of the Net::SSH library
58
58
  # nil allowed
59
- PRE = "rc2"
59
+ PRE = nil
60
60
 
61
61
  # The current version of the Net::SSH library as a Version instance
62
62
  CURRENT = new(*[MAJOR, MINOR, TINY, PRE].compact)
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.rc2
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-05-30 00:00:00.000000000 Z
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: 1.3.1
267
+ version: '0'
268
268
  requirements: []
269
269
  rubyforge_project:
270
270
  rubygems_version: 2.7.6
metadata.gz.sig CHANGED
Binary file