chef-config 17.3.48 → 17.6.15
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: d2698d992c2723d0ef823fb493ac6122ce4e1b1a84d894f9a8665843eda27c53
|
4
|
+
data.tar.gz: f965c38b631b145cfd13a192bd3fb394f96417a140c4874905d4bdf4e0314267
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cd6d25c4697fd6c9de573d974786c6a68b96bbe583497e55c608621d54e336c682ba6a4bb737132e930d1b8ad2c00b3c743e133354e9cc6a14bef853b4cfe73c
|
7
|
+
data.tar.gz: 7e743937e28c6357fda5e2c9cfd19bc9353b4336428cf630725a9100aa949160665775435ef19f2a9108686f21736ceb6b1cb2aac91c4f3f8b1bbb1e4b8906af
|
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
|
+
version: 17.6.15
|
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-
|
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.
|
19
|
+
version: 17.6.15
|
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.
|
26
|
+
version: 17.6.15
|
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:
|