chef-utils 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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b255035b3817144f6c775e50ca8a3b13804c7b72a34d72ff7a305e3f64bba4ac
4
- data.tar.gz: 1234d2266cbf5852177c8d7cd9aeb85d47de8329fed42990a32be24ef8a602fb
3
+ metadata.gz: 9e107bc0419240dee131ff15cc131f651fa741c7f18902db4971f518efdded3f
4
+ data.tar.gz: 38ef265b995ea11a3f7ea5ae7a2eaaf747af79dc9f603cbf4468f9e16355a797
5
5
  SHA512:
6
- metadata.gz: 7b92929d90e896090ec0910fb191bfb1705f65df2264170dae8f086d69e9136d173c6a047f1739c70870d1ae811868155e83bfbb64ee5d003f512f20145e77a5
7
- data.tar.gz: 36a66c072c2bae578b5d618d5e3c355c29caeebca6eaba6887042b07926b7b15c4692ec2fd1b2a499a773d509a0f3897e0d4db5b5d36f270dd4b4af1c9a6ff12
6
+ metadata.gz: cb9f1a9f2b49a9594ed325772971cd248e1b20932a20dc6f6cf31ad8f7e264481c26eaa836dd23dc25b4457dad7fb426b3d45ee2cccbedb276cddd91c38ed22f
7
+ data.tar.gz: 9249a41d1de2288654c8fce4e8973287023f221c218825015551b07d2dced778845e39a2827d7416d6a0d6a92a84f5d69e85e636e2cba508024668f011970924
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/master/chef-utils"
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/master/CHANGELOG.md",
21
- "documentation_uri" => "https://github.com/chef/chef/tree/master/chef-utils/README.md",
22
- "homepage_uri" => "https://github.com/chef/chef/tree/master/chef-utils",
23
- "source_code_uri" => "https://github.com/chef/chef/tree/master/chef-utils",
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"]
@@ -16,5 +16,5 @@
16
16
 
17
17
  module ChefUtils
18
18
  CHEFUTILS_ROOT = File.expand_path("..", __dir__)
19
- VERSION = "17.4.25"
19
+ VERSION = "17.4.38"
20
20
  end
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.25
4
+ version: 17.4.38
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-08-23 00:00:00.000000000 Z
11
+ date: 2021-08-27 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/master/chef-utils
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/master/CHANGELOG.md
79
- documentation_uri: https://github.com/chef/chef/tree/master/chef-utils/README.md
80
- homepage_uri: https://github.com/chef/chef/tree/master/chef-utils
81
- source_code_uri: https://github.com/chef/chef/tree/master/chef-utils
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: