chefspec 9.3.1 → 9.3.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/chefspec/policyfile.rb +4 -1
- data/lib/chefspec/version.rb +1 -1
- data/spec/support/hash.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f6c7cfe24449c26cf7c162ff03fcb0279233a402573dc1795be75ccd6c9c4c4f
|
4
|
+
data.tar.gz: 0c08b215bd78b52f552b4ba12b129ccf27d58ca5fb320f4629745b7f110d0ef0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3d23c7e16d28869b8a7d8e8f3c674518b039f616a51d50b02cd2d9613136017e4bbd8b8fef539ad60575af706bd46e1290fdec0324169c5610245078018e34e7
|
7
|
+
data.tar.gz: 9312250b50df27d109703253798bfc065cc26edba1cd8e978ac9c6448a5b206e198509ed2c8ec619482542210544c95fee0851ae0d44fa1101acfd995daadc83
|
data/lib/chefspec/policyfile.rb
CHANGED
@@ -27,9 +27,12 @@ module ChefSpec
|
|
27
27
|
policyfile_path = File.join(Dir.pwd, "Policyfile.rb")
|
28
28
|
end
|
29
29
|
|
30
|
+
Chef::WorkstationConfigLoader.new(nil).load
|
31
|
+
|
30
32
|
installer = ChefCLI::PolicyfileServices::Install.new(
|
31
33
|
policyfile: policyfile_path,
|
32
|
-
ui: ChefCLI::UI.null
|
34
|
+
ui: ChefCLI::UI.null,
|
35
|
+
config: Chef::Config
|
33
36
|
)
|
34
37
|
|
35
38
|
installer.run
|
data/lib/chefspec/version.rb
CHANGED
data/spec/support/hash.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: chefspec
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 9.3.
|
4
|
+
version: 9.3.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Andrew Crump
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date:
|
12
|
+
date: 2022-02-22 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: chef
|
@@ -214,7 +214,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
214
214
|
- !ruby/object:Gem::Version
|
215
215
|
version: '0'
|
216
216
|
requirements: []
|
217
|
-
rubygems_version: 3.
|
217
|
+
rubygems_version: 3.3.3
|
218
218
|
signing_key:
|
219
219
|
specification_version: 4
|
220
220
|
summary: Write RSpec examples and generate coverage reports for Chef recipes!
|