chef-config 13.3.42 → 13.4.19
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/chef-config/version.rb +4 -3
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9081d6fd956fe0057225634f69a84ff532a54390
|
4
|
+
data.tar.gz: fb731879f1162a245f9dbacdb38e3e63837594a5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 312927796951f6eff81930b35765f9c56f850ffa159249775940a6605ebcee7a62fb36ec5e21bebcae1b4d1ad051c8e51af306d98ff907cf425b5cb6e9305739
|
7
|
+
data.tar.gz: 26e4a20bd27aa5cd5ac19a4a290e8c1dd84eba89bb5889433030922900dd05d8ca60e4dff18c3fd01f931e518829d14851b5dab9945071b35063d73faf6ab09a
|
data/lib/chef-config/version.rb
CHANGED
@@ -14,13 +14,14 @@
|
|
14
14
|
# limitations under the License.
|
15
15
|
|
16
16
|
#!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
17
|
-
# NOTE: This file is
|
18
|
-
#
|
17
|
+
# NOTE: This file is generated by running `rake version` in the top level of
|
18
|
+
# this repo. Do not edit this manually. Edit the VERSION file and run the rake
|
19
|
+
# task instead.
|
19
20
|
#!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
20
21
|
|
21
22
|
module ChefConfig
|
22
23
|
CHEFCONFIG_ROOT = File.expand_path("../..", __FILE__)
|
23
|
-
VERSION = "13.
|
24
|
+
VERSION = "13.4.19"
|
24
25
|
end
|
25
26
|
|
26
27
|
#
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: chef-config
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 13.
|
4
|
+
version: 13.4.19
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Adam Jacob
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-
|
11
|
+
date: 2017-09-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: mixlib-shellout
|
@@ -170,7 +170,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
170
170
|
version: '0'
|
171
171
|
requirements: []
|
172
172
|
rubyforge_project:
|
173
|
-
rubygems_version: 2.6.
|
173
|
+
rubygems_version: 2.6.13
|
174
174
|
signing_key:
|
175
175
|
specification_version: 4
|
176
176
|
summary: Chef's default configuration and config loading
|