chef-config 17.4.25 → 17.4.38
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/chef-config.gemspec +4 -4
- data/lib/chef-config/version.rb +1 -1
- metadata +8 -8
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e3350eee10b269bf3bf443a488cffcde9fa5fa84341b1a4c9b7621f4f13bbfd6
|
4
|
+
data.tar.gz: 56a3cd24929df9461e6b31372dcfeb6b04871db11d79496629e34162e200d188
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 92230eb698dab127fcd37bda11debf78f1d15bda8c0f1ea5e2405a053263048594de6ae2c982da24767481702d2e185ba3e74e2aca084a8b0f81897fd1eeb315
|
7
|
+
data.tar.gz: 548c4e2e916546f85f3f00c8614e23d868420545125fbe46bde632d12b64e2a4b699cf41d4f3c1cd293278be216c340589d63204d0e6065591cc079e1c1d3ab2
|
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/
|
20
|
-
"documentation_uri" => "https://github.com/chef/chef/tree/
|
21
|
-
"homepage_uri" => "https://github.com/chef/chef/tree/
|
22
|
-
"source_code_uri" => "https://github.com/chef/chef/tree/
|
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"]
|
data/lib/chef-config/version.rb
CHANGED
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.
|
4
|
+
version: 17.4.38
|
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-
|
11
|
+
date: 2021-08-27 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.
|
19
|
+
version: 17.4.38
|
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.
|
26
|
+
version: 17.4.38
|
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/
|
143
|
-
documentation_uri: https://github.com/chef/chef/tree/
|
144
|
-
homepage_uri: https://github.com/chef/chef/tree/
|
145
|
-
source_code_uri: https://github.com/chef/chef/tree/
|
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:
|