chef-config 16.11.7 → 16.15.22

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c06ab75d0ce2bcf1e6b4cc8644e965118abe71686c5d1add5a202cdc3ded509a
4
- data.tar.gz: d6aa0a6364b11c7086afa989f03c508c6717112baadce5916d37cd983d37289e
3
+ metadata.gz: 504c6caf0d9e05629afe1f45b77212fc04318861e95e18e4e7c786435410bb4f
4
+ data.tar.gz: fbc1151323d950b24a51ade812793f1c5ffb922e0772b27f644353e5ca94e8f2
5
5
  SHA512:
6
- metadata.gz: 84855b33ce0b555cf115ac1606fa89e42708bbe8118264ade6e8a4e30845a8cb374cad888665cdc8f8810533fc34f892e90a714586fd8114b045833eff47d94c
7
- data.tar.gz: 20eb8f1c72e796c9a4dad77966d4c96cead8e76e1ce720f18705a68e41849cce8646eb50f78b1c906be335293fd90ffe980edb93142d740818603276c8bda5d9
6
+ metadata.gz: cca6f8b9b4b7906fab376173b030504a260c8c13d3f2ac4591b6a2c88fa9b45a3ef16bdeb6da03e522dcadc48427e12f7b81d76cef4b9a05df4a50d9400d8647
7
+ data.tar.gz: 062aef019d25d0a5352a6097f96af0bccec1ff8f26a6d3480b2c840e0393815cbdf32b5c672cbd01a494c6c8af0f55193660586100dbbac01f120144f16fb31f
@@ -1007,7 +1007,7 @@ module ChefConfig
1007
1007
  default :blocked_normal_attributes, nil
1008
1008
  default :blocked_override_attributes, nil
1009
1009
 
1010
- # deprecated config options that will be removed in Chef Infra Client 17
1010
+ # deprecated config options that will be removed in Chef Infra Client 18
1011
1011
  default :automatic_attribute_blacklist, nil
1012
1012
  default :default_attribute_blacklist, nil
1013
1013
  default :normal_attribute_blacklist, nil
@@ -15,5 +15,5 @@
15
15
 
16
16
  module ChefConfig
17
17
  CHEFCONFIG_ROOT = File.expand_path("..", __dir__)
18
- VERSION = "16.11.7".freeze
18
+ VERSION = "16.15.22".freeze
19
19
  end
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: 16.11.7
4
+ version: 16.15.22
5
5
  platform: ruby
6
6
  authors:
7
7
  - Adam Jacob
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-03-17 00:00:00.000000000 Z
11
+ date: 2021-09-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: chef-utils
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - '='
18
18
  - !ruby/object:Gem::Version
19
- version: 16.11.7
19
+ version: 16.15.22
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: 16.11.7
26
+ version: 16.15.22
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: mixlib-shellout
29
29
  requirement: !ruby/object:Gem::Requirement
@@ -158,7 +158,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
158
158
  - !ruby/object:Gem::Version
159
159
  version: '0'
160
160
  requirements: []
161
- rubygems_version: 3.1.4
161
+ rubygems_version: 3.1.6
162
162
  signing_key:
163
163
  specification_version: 4
164
164
  summary: Chef Infra's default configuration and config loading library