chef-cli 5.6.8 → 5.6.11
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: f99463373ae13f85a16df321c3bb756e8eba19d8e1e7f15b3ae3f2eb173253f2
|
|
4
|
+
data.tar.gz: 9f7d1ebb555efa92cc22c8957f24b18f1bb823e19e140518838318584158b8c0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c602f596eac142ce3fbf2f81dbdc987f22768e3b4c35fbb0c1d5615eb94eaba4085444ae4a7270986229c1ff90b4f81eddb36b87a1ae9db353c96f43f613d25d
|
|
7
|
+
data.tar.gz: e2956dcc853d9a61e74ad243e9fd7f8a391687f5be8e82a72ba89408b1a97025ef1a5f274867ca4ff99f807dee0432bb76ec1a75a3ea478132253d5f965acc50
|
|
@@ -122,7 +122,7 @@ module ChefCLI
|
|
|
122
122
|
return "" unless (completion_template_basename = completion_template_for(shell))
|
|
123
123
|
|
|
124
124
|
completion_template_path = expand_completion_template_path(completion_template_basename)
|
|
125
|
-
erb = ERB.new(File.read(completion_template_path),
|
|
125
|
+
erb = ERB.new(File.read(completion_template_path), trim_mode: "-")
|
|
126
126
|
context_binding = shell_completion_template_context.get_binding
|
|
127
127
|
erb.result(context_binding)
|
|
128
128
|
end
|
|
@@ -112,7 +112,7 @@ module ChefCLI
|
|
|
112
112
|
ui.msg ""
|
|
113
113
|
|
|
114
114
|
ui.msg "Lockfile written to #{policyfile_lock_expanded_path}"
|
|
115
|
-
ui.msg "Policy revision id: #{
|
|
115
|
+
ui.msg "Policy revision id: #{lock_data["revision_id"]}"
|
|
116
116
|
rescue => error
|
|
117
117
|
raise PolicyfileInstallError.new("Failed to generate Policyfile.lock", error)
|
|
118
118
|
end
|
data/lib/chef-cli/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: chef-cli
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 5.6.
|
|
4
|
+
version: 5.6.11
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Chef Software, Inc.
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2023-03-27 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: mixlib-cli
|