chef-config 17.4.25 → 17.6.18

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: 86c6d22143a9703a7f6a6eb4988258ab7efb6f8b46195f5953c42fae12d265bf
4
- data.tar.gz: e2f234543a8062bc47112684a99ae6dead1ef7330fee9f72b53e287d962c4b35
3
+ metadata.gz: 9d9f805dc17067907307b97b0d431a28168a071498ee6bd09181f55cf4c863f3
4
+ data.tar.gz: 9010e52a7f281e6defa72dd1c537f9adccdc0b947e7a9b23723a76f99708bc6e
5
5
  SHA512:
6
- metadata.gz: 6a749f8bc69d938db9eb3599f682b4694fe60289bf72eda97fe0eab1747e515bf1fd3d8a4a6fb1260c6daa08483e4205e0bf17f7a4d98dd3717667d072b52d46
7
- data.tar.gz: 16fc81b2fbdd338a6adf208e91dbfec98650ae43fa8a2d43f1e79259fc5d9c4964344e1b3b48cf73b5c8a60aaf7be679dceb55724d2c6db09909014e522ff602
6
+ metadata.gz: 66f24661fca63bd746ead9587415e02fb856b4a643724f384e45752c814ca135309c28a66c2aa50a98cbbc8927f4877d98b899b527b05c4e994cb18d46cd0e42
7
+ data.tar.gz: 6a92eb34046432e35e6c419623479e72f61d64e410f4d93df7cbf86610c1ddc5d18d308d5dce0672134ccf87b15cbff1f154a465f554acf7492737803f113529
data/chef-config.gemspec CHANGED
@@ -16,10 +16,10 @@ Gem::Specification.new do |spec|
16
16
 
17
17
  spec.metadata = {
18
18
  "bug_tracker_uri" => "https://github.com/chef/chef/issues",
19
- "changelog_uri" => "https://github.com/chef/chef/blob/master/CHANGELOG.md",
20
- "documentation_uri" => "https://github.com/chef/chef/tree/master/chef-config/README.md",
21
- "homepage_uri" => "https://github.com/chef/chef/tree/master/chef-config",
22
- "source_code_uri" => "https://github.com/chef/chef/tree/master/chef-config",
19
+ "changelog_uri" => "https://github.com/chef/chef/blob/main/CHANGELOG.md",
20
+ "documentation_uri" => "https://github.com/chef/chef/tree/main/chef-config/README.md",
21
+ "homepage_uri" => "https://github.com/chef/chef/tree/main/chef-config",
22
+ "source_code_uri" => "https://github.com/chef/chef/tree/main/chef-config",
23
23
  }
24
24
 
25
25
  spec.require_paths = ["lib"]
@@ -15,5 +15,5 @@
15
15
 
16
16
  module ChefConfig
17
17
  CHEFCONFIG_ROOT = File.expand_path("..", __dir__)
18
- VERSION = "17.4.25".freeze
18
+ VERSION = "17.6.18".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: 17.4.25
4
+ version: 17.6.18
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-08-23 00:00:00.000000000 Z
11
+ date: 2021-10-01 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: 17.4.25
19
+ version: 17.6.18
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: 17.4.25
26
+ version: 17.6.18
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: mixlib-shellout
29
29
  requirement: !ruby/object:Gem::Requirement
@@ -139,10 +139,10 @@ licenses:
139
139
  - Apache-2.0
140
140
  metadata:
141
141
  bug_tracker_uri: https://github.com/chef/chef/issues
142
- changelog_uri: https://github.com/chef/chef/blob/master/CHANGELOG.md
143
- documentation_uri: https://github.com/chef/chef/tree/master/chef-config/README.md
144
- homepage_uri: https://github.com/chef/chef/tree/master/chef-config
145
- source_code_uri: https://github.com/chef/chef/tree/master/chef-config
142
+ changelog_uri: https://github.com/chef/chef/blob/main/CHANGELOG.md
143
+ documentation_uri: https://github.com/chef/chef/tree/main/chef-config/README.md
144
+ homepage_uri: https://github.com/chef/chef/tree/main/chef-config
145
+ source_code_uri: https://github.com/chef/chef/tree/main/chef-config
146
146
  post_install_message:
147
147
  rdoc_options: []
148
148
  require_paths: