chef 12.21.20-universal-mingw32 → 12.21.26-universal-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/VERSION +1 -1
- data/lib/chef/util/dsc/lcm_output_parser.rb +1 -1
- data/lib/chef/version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0ac644008e124d28a2c538c172e6fd21a25bfec5
|
4
|
+
data.tar.gz: afe1b67828c28446ec4a4532e0249980f45a3ee5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 05bf91b461045a36fa51dada88afe37344e434f328aa68cf88b48076075075843fd2ed0abf6d927dd7ecda0670714cfdaabe7c45974b7847504cc5aed0704c58
|
7
|
+
data.tar.gz: 28915ac94354c2279101edd735ae4b536d95b302fe7847ed5480b1b8a9d9a0a62adb3d00087ba22664588830e553dcb4b1a1967964023804b0f6bbe59041a56a
|
data/README.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
12.21.
|
1
|
+
12.21.26
|
@@ -85,7 +85,7 @@ class Chef
|
|
85
85
|
resources = []
|
86
86
|
lcm_output.lines.each do |line|
|
87
87
|
op_action , op_value = line.strip.split(":")
|
88
|
-
op_action
|
88
|
+
op_action && op_action.strip!
|
89
89
|
case op_action
|
90
90
|
when "InDesiredState"
|
91
91
|
current_resource[:skipped] = op_value.strip == "True" ? true : false
|
data/lib/chef/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: chef
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 12.21.
|
4
|
+
version: 12.21.26
|
5
5
|
platform: universal-mingw32
|
6
6
|
authors:
|
7
7
|
- Adam Jacob
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-10-
|
11
|
+
date: 2017-10-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: chef-config
|
@@ -16,14 +16,14 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - '='
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 12.21.
|
19
|
+
version: 12.21.26
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
24
|
- - '='
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version: 12.21.
|
26
|
+
version: 12.21.26
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: mixlib-cli
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
@@ -2812,7 +2812,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
2812
2812
|
version: '0'
|
2813
2813
|
requirements: []
|
2814
2814
|
rubyforge_project:
|
2815
|
-
rubygems_version: 2.6.
|
2815
|
+
rubygems_version: 2.6.14
|
2816
2816
|
signing_key:
|
2817
2817
|
specification_version: 4
|
2818
2818
|
summary: A systems integration framework, built to bring the benefits of configuration
|