chef-utils 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 +4 -4
- data/chef-utils.gemspec +5 -5
- data/lib/chef-utils/version.rb +1 -1
- metadata +7 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f432a8bd5026f0304dcb2db315823cea935b9e42a1a7e9aaef3d616e28448403
|
4
|
+
data.tar.gz: 1219f6fa58080917a81f200d8daa75598ddf0a41c887d6f0b5e3ee9fcdca7209
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d6776291973115024d8519a48e0981262f59a43d27ea484c5a7017e206d2e85aa6f71e645f9860c7c193007b7d27c72aaa1eb45b170915f6dad1e70aa5e19819
|
7
|
+
data.tar.gz: 3caa14fb26bf3354eed8f9de89c10b41100d0fb24b47cea9e15f0fbb818d399c5232cd5e56c7199adc651e7bf389ff54aaca9f2821062bdc1b92f2ec0f3200c8
|
data/chef-utils.gemspec
CHANGED
@@ -10,17 +10,17 @@ Gem::Specification.new do |spec|
|
|
10
10
|
spec.email = ["oss@chef.io"]
|
11
11
|
|
12
12
|
spec.summary = %q{Basic utility functions for Core Chef Infra development}
|
13
|
-
spec.homepage = "https://github.com/chef/chef/tree/
|
13
|
+
spec.homepage = "https://github.com/chef/chef/tree/main/chef-utils"
|
14
14
|
spec.license = "Apache-2.0"
|
15
15
|
|
16
16
|
spec.required_ruby_version = ">= 2.6"
|
17
17
|
|
18
18
|
spec.metadata = {
|
19
19
|
"bug_tracker_uri" => "https://github.com/chef/chef/issues",
|
20
|
-
"changelog_uri" => "https://github.com/chef/chef/blob/
|
21
|
-
"documentation_uri" => "https://github.com/chef/chef/tree/
|
22
|
-
"homepage_uri" => "https://github.com/chef/chef/tree/
|
23
|
-
"source_code_uri" => "https://github.com/chef/chef/tree/
|
20
|
+
"changelog_uri" => "https://github.com/chef/chef/blob/main/CHANGELOG.md",
|
21
|
+
"documentation_uri" => "https://github.com/chef/chef/tree/main/chef-utils/README.md",
|
22
|
+
"homepage_uri" => "https://github.com/chef/chef/tree/main/chef-utils",
|
23
|
+
"source_code_uri" => "https://github.com/chef/chef/tree/main/chef-utils",
|
24
24
|
}
|
25
25
|
|
26
26
|
spec.require_paths = ["lib"]
|
data/lib/chef-utils/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: chef-utils
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 17.
|
4
|
+
version: 17.6.18
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Chef Software, Inc
|
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: concurrent-ruby
|
@@ -70,15 +70,15 @@ files:
|
|
70
70
|
- spec/unit/dsl/windows_spec.rb
|
71
71
|
- spec/unit/mash_spec.rb
|
72
72
|
- spec/unit/parallel_map_spec.rb
|
73
|
-
homepage: https://github.com/chef/chef/tree/
|
73
|
+
homepage: https://github.com/chef/chef/tree/main/chef-utils
|
74
74
|
licenses:
|
75
75
|
- Apache-2.0
|
76
76
|
metadata:
|
77
77
|
bug_tracker_uri: https://github.com/chef/chef/issues
|
78
|
-
changelog_uri: https://github.com/chef/chef/blob/
|
79
|
-
documentation_uri: https://github.com/chef/chef/tree/
|
80
|
-
homepage_uri: https://github.com/chef/chef/tree/
|
81
|
-
source_code_uri: https://github.com/chef/chef/tree/
|
78
|
+
changelog_uri: https://github.com/chef/chef/blob/main/CHANGELOG.md
|
79
|
+
documentation_uri: https://github.com/chef/chef/tree/main/chef-utils/README.md
|
80
|
+
homepage_uri: https://github.com/chef/chef/tree/main/chef-utils
|
81
|
+
source_code_uri: https://github.com/chef/chef/tree/main/chef-utils
|
82
82
|
post_install_message:
|
83
83
|
rdoc_options: []
|
84
84
|
require_paths:
|