chef-utils 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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 366412a4aa6db05ee93b4355836e6788bfd92994f4d441188c6e537c727eabd5
4
- data.tar.gz: 12cdaa1dd130b9069a7d8118b86b9fb9adb4e72b342d30a13fdc45982e7dfe10
3
+ metadata.gz: 6ab751d88a84d999a7fb1228e3a9fac84535097fcb2c6e144a0675c3912f6898
4
+ data.tar.gz: 8ef9e3aa63a47ba1944d4280f142126508d87aaf9099dd64ff8024471861f706
5
5
  SHA512:
6
- metadata.gz: bbe832bb7d939eaa7e98bc8654c4d4604e2642b4fbd20b8daa6658a06e73e8f9333ab8c9e5bd2c5ea9df51460d03bcd437272dbeafddbcccafd8bfd9b9d7d04c
7
- data.tar.gz: a0e3c8a65b9abb138409e857f599dfd5de27045430539d8772406666e3c00d7aaaa12a45f002dfd614a53d40db7f21e7d8b016745adb67998bd25840ef85e01a
6
+ metadata.gz: bced80d0c76e4dcfdbe29a8344215c389b9b0cbfd202050589ec27c1a85185096f98271d68781b55b895a395c952c2ced4c98469c6eff804536b1d888e10fba6
7
+ data.tar.gz: bb0bd898303863900f42be8960209fb3219e2abc593bc6c47edfc6cdf7bd458d7ea4c3f0e8c1069cd2678d0a124d6fbd293c7c6f9a6a86c9740353aff1152116
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.3.48"
19
+ VERSION = "17.6.15"
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.3.48
4
+ version: 17.6.15
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-07-21 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: