knife-cloud 4.0.4 → 4.0.6
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f8885e2b5c47349e28d6459c3b1c01b0a729e4bbfdd1aebf02136510dc46b9d2
|
4
|
+
data.tar.gz: 8a2f78c9ff97e9a3503e21355928721a6a7927760c5c31901861e9bd00af46eb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ee17a4dc208bdbf294d86309e58c1e9def8c8b696c337aff6ebc08ef43bbcda941a55ce1cac4b44f5fc852f09e66ac13ab95df0fb5adae98c224279aa117c72c
|
7
|
+
data.tar.gz: 7c88071c1869ab8efb8fcff1d7fdd3431c572a71e3079340b1fbf5e5af746543ce803bb1350b714a6b4e855e51ec7ef2539c3cc636f1d46914b8234ed0efe88b
|
@@ -17,7 +17,6 @@
|
|
17
17
|
# limitations under the License.
|
18
18
|
|
19
19
|
require "chef/knife/core/bootstrap_context"
|
20
|
-
require "net/ssh/multi"
|
21
20
|
|
22
21
|
class Chef
|
23
22
|
class Knife
|
@@ -32,6 +31,7 @@ class Chef
|
|
32
31
|
require "chef/json_compat"
|
33
32
|
require "tempfile" unless defined?(Tempfile)
|
34
33
|
require "net/ssh" unless defined?(Net::SSH)
|
34
|
+
require "net/ssh/multi"
|
35
35
|
require "chef/knife/ssh"
|
36
36
|
Chef::Knife::Ssh.load_deps
|
37
37
|
end
|
data/lib/knife-cloud/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: knife-cloud
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 4.0.
|
4
|
+
version: 4.0.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Kaustubh Deorukhkar
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2020-08
|
12
|
+
date: 2020-09-08 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: chef
|