cookstyle 5.16.10 → 5.16.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 66d82d484b05b0d3488692059365bd5528ab3520c1115b5141d67193ce20f348
4
- data.tar.gz: 2134a1885a0d40337f1a7e5a130afd3b983ffc1896bbf71a2033a0a746e6314e
3
+ metadata.gz: d1f54db0598a337932e9af4148f10d1b6859e25299c11d768e422447c98fc70a
4
+ data.tar.gz: e0cd92fcda91ef0fb6ffde326250b71fa3aafc47cc91fa9d98cd75567931c5bb
5
5
  SHA512:
6
- metadata.gz: 2b02f462850e5089721ee7492c43e95c97812332ec3c38e255e5aab9a1be8adc7639518a6330096ffc98fc51215273e71aef3a8d6990832ab74b65c33056afcd
7
- data.tar.gz: 954bc031f06e5a5d0283e7fb6191306cf61be83b504652c7ad9240ab508a1485ad6cfeb70ec579167d86de750b3bced18bd01c1f133956756ac95c9a64771c7c
6
+ metadata.gz: 9f49d0dbab8862ce77c1820c2e02ddbb8c0a5174ee5c665c6655b8534dfc95668e7aeeb0eff86a4dba077f2d8b7c9c74e21c2c383e669f80fca673502bdee515
7
+ data.tar.gz: 6f130be8ca5c343e0ea938166848206761a5a8d26e278c68151dee3601be53ca966c1311a7cc7dd415c5790d88005148a232a18216210e6bf8d8ae60fa642844
@@ -1031,7 +1031,7 @@ ChefModernize/FoodcriticComments:
1031
1031
 
1032
1032
  ChefModernize/ExecuteScExe:
1033
1033
  Description: Chef Infra Client 14.0 and later includes :create, :delete, and :configure actions with the full idempotency of the windows_service resource. See the windows_service documentation at https://docs.chef.io/resource_windows_service.html for additional details on creating services with the windows_service resource
1034
- Enabled: false
1034
+ Enabled: true
1035
1035
  VersionAdded: '5.16.0'
1036
1036
  Exclude:
1037
1037
  - '**/metadata.rb'
@@ -1040,7 +1040,7 @@ ChefModernize/ExecuteScExe:
1040
1040
 
1041
1041
  ChefModernize/WindowsScResource:
1042
1042
  Description: Chef Infra Client 14.0 and later includes :create, :delete, and :configure actions without the need for the sc cookbook dependency. See the windows_service documentation at https://docs.chef.io/resource_windows_service.html for additional details.
1043
- Enabled: false
1043
+ Enabled: true
1044
1044
  VersionAdded: '5.16.0'
1045
1045
  Exclude:
1046
1046
  - '**/metadata.rb'
@@ -1049,7 +1049,7 @@ ChefModernize/WindowsScResource:
1049
1049
 
1050
1050
  ChefModernize/ExecuteSleep:
1051
1051
  Description: Chef Infra Client 15.5 and later include a chef_sleep resource that should be used to sleep between executing resources if necessary instead of using the bash or execute resources to run the sleep command.
1052
- Enabled: false
1052
+ Enabled: true
1053
1053
  VersionAdded: '5.16.0'
1054
1054
  Exclude:
1055
1055
  - '**/metadata.rb'
@@ -1,4 +1,4 @@
1
1
  module Cookstyle
2
- VERSION = "5.16.10".freeze # rubocop: disable Style/StringLiterals
2
+ VERSION = "5.16.11".freeze # rubocop: disable Style/StringLiterals
3
3
  RUBOCOP_VERSION = '0.75.1'.freeze
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cookstyle
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.16.10
4
+ version: 5.16.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Thom May