chef-cli 5.4.1 → 5.4.2

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: 4b300aa2d718271ab384ceed0a02e76fd2438740b86928ed439640b9d3b5625c
4
- data.tar.gz: ef10c53f9088e32fa35df3756276f84e5adb1255169d8b98f7226a4256a15512
3
+ metadata.gz: 180e1e5895a8604a176373f4487965112e6e654e3ccdda57702dcd2225fb7fe6
4
+ data.tar.gz: cc9cdf43be85e79ab4570df9ab1842f17bdf9734d41ba79d2613705d81569ef8
5
5
  SHA512:
6
- metadata.gz: 6c4cb1358e202649a77cca11c42c0238ca23c465c64ac5e13b29350f072d4df6305b4e9d08a37e45808af692361c0059b4d9fcb237af2e956e0aa24118af7052
7
- data.tar.gz: c083c5d2a81b2215a4b6df359d638f87c16470d3620f40877e598bec9231625c337d82ec52ff926b48b0801162ce491d8097c20605bfda00e30b48427db378f6
6
+ metadata.gz: 0cdae9558d564cbe69894be1168c044d53d55774a0477a53d47207b35a9f6f344c27d36565ae7506f423ffd5ac036cff4639b2f6018b2436fa1087f7324374e7
7
+ data.tar.gz: db0051c734a7d21cba7412efc9e223c8d4eff7eb51f30e9636ce250794fde33f221413d1f2c7fec91525672b8e02b47048e84814557e3d32b0d7c1835f38d933
@@ -36,8 +36,8 @@ module ChefCLI
36
36
  {
37
37
  "scm" => "git",
38
38
  # To get this info, you need to do something like:
39
- # figure out branch or assume 'master'
40
- # git config --get branch.master.remote
39
+ # figure out branch or assume 'main'
40
+ # git config --get branch.main.remote
41
41
  # git config --get remote.opscode.url
42
42
  "remote" => remote,
43
43
  "revision" => revision,
@@ -13,7 +13,7 @@ verifier:
13
13
  name: inspec
14
14
 
15
15
  platforms:
16
- # @see https://github.com/chef-cookbooks/testing_examples/blob/master/kitchen.dokken.yml
16
+ # @see https://github.com/chef-cookbooks/testing_examples/blob/main/kitchen.dokken.yml
17
17
  # @see https://hub.docker.com/u/dokken
18
18
  - name: ubuntu-20.04
19
19
  driver:
@@ -9,7 +9,7 @@ require 'spec_helper'
9
9
  describe '<%= cookbook_name %>::<%= recipe_name %>' do
10
10
  context 'When all attributes are default, on Ubuntu 20.04' do
11
11
  # for a complete list of available platforms and versions see:
12
- # https://github.com/chefspec/fauxhai/blob/master/PLATFORMS.md
12
+ # https://github.com/chefspec/fauxhai/blob/main/PLATFORMS.md
13
13
  platform 'ubuntu', '20.04'
14
14
 
15
15
  it 'converges successfully' do
@@ -19,7 +19,7 @@ describe '<%= cookbook_name %>::<%= recipe_name %>' do
19
19
 
20
20
  context 'When all attributes are default, on CentOS 8' do
21
21
  # for a complete list of available platforms and versions see:
22
- # https://github.com/chefspec/fauxhai/blob/master/PLATFORMS.md
22
+ # https://github.com/chefspec/fauxhai/blob/main/PLATFORMS.md
23
23
  platform 'centos', '8'
24
24
 
25
25
  it 'converges successfully' do
@@ -16,5 +16,5 @@
16
16
  #
17
17
 
18
18
  module ChefCLI
19
- VERSION = "5.4.1".freeze
19
+ VERSION = "5.4.2".freeze
20
20
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: chef-cli
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.4.1
4
+ version: 5.4.2
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-31 00:00:00.000000000 Z
11
+ date: 2021-09-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: mixlib-cli