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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b255035b3817144f6c775e50ca8a3b13804c7b72a34d72ff7a305e3f64bba4ac
4
- data.tar.gz: 1234d2266cbf5852177c8d7cd9aeb85d47de8329fed42990a32be24ef8a602fb
3
+ metadata.gz: f432a8bd5026f0304dcb2db315823cea935b9e42a1a7e9aaef3d616e28448403
4
+ data.tar.gz: 1219f6fa58080917a81f200d8daa75598ddf0a41c887d6f0b5e3ee9fcdca7209
5
5
  SHA512:
6
- metadata.gz: 7b92929d90e896090ec0910fb191bfb1705f65df2264170dae8f086d69e9136d173c6a047f1739c70870d1ae811868155e83bfbb64ee5d003f512f20145e77a5
7
- data.tar.gz: 36a66c072c2bae578b5d618d5e3c355c29caeebca6eaba6887042b07926b7b15c4692ec2fd1b2a499a773d509a0f3897e0d4db5b5d36f270dd4b4af1c9a6ff12
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/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.6.18"
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.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-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: 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: