chefstyle 2.2.0 → 2.2.1

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: 1df2843e644a1b1139c96e89e1298cce7d3317f80c09d831217eb05142adf515
4
- data.tar.gz: c014bea9e55b69bba12311b8538b53789dcd4291526c88ef8c9768a531521969
3
+ metadata.gz: 9a412c47abcc76a934d02f39fd949986935b377ca4b9ab6e53188aebd59e5836
4
+ data.tar.gz: 51aa3d4ae01c1908d044f62140cfd05bcf761b7a5810742618d998d3bfebb66e
5
5
  SHA512:
6
- metadata.gz: b61bc11764072271c06cf664e7dfb727488aba808a5f5b0801d7ebc8046fbe0bcba10ab655df56b918a57b745724b21d78a5826088f5cda32754e9e1474e9017
7
- data.tar.gz: '096297a185924e121bae9eea0423911573ace2432d21aaec712db7a7006a55c1c27798f3aa8ddf4d2d1825605cc820a5567033682879fc68875b3974c452a7a3'
6
+ metadata.gz: 214e2f7ca4aa949b5aedaa8f54b9e425c6945657008d8f47195d74f7454813d15f0bc0242573ab3beea1c4fa702766aad43f7784c1a1417e0f484182b9a93560
7
+ data.tar.gz: 6a5e2dce36bb59082270d009c35cdf5839c734d0cba0eb9d33b0fedb5eccc835da43e815b9aa98cd7b27bd9372a33685cc837999d3cd187ef6a567dcd0d56a89
data/config/upstream.yml CHANGED
@@ -2496,6 +2496,7 @@ Naming/BlockForwarding:
2496
2496
  SupportedStyles:
2497
2497
  - anonymous
2498
2498
  - explicit
2499
+ BlockForwardingName: block
2499
2500
 
2500
2501
  Naming/BlockParameterName:
2501
2502
  Description: >-
@@ -3698,6 +3699,8 @@ Style/HashSyntax:
3698
3699
  - always
3699
3700
  # forces use of explicit hash literal value.
3700
3701
  - never
3702
+ # accepts both shorthand and explicit use of hash literal value.
3703
+ - either
3701
3704
  # Force hashes that have a symbol value to use hash rockets
3702
3705
  UseHashRocketsWithSymbolValues: false
3703
3706
  # Do not suggest { a?: 1 } over { :a? => 1 } in ruby19 style
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
  module Chefstyle
3
- VERSION = "2.2.0"
4
- RUBOCOP_VERSION = "1.24.1"
3
+ VERSION = "2.2.1"
4
+ RUBOCOP_VERSION = "1.25.0"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: chefstyle
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.2.0
4
+ version: 2.2.1
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: 2022-01-01 00:00:00.000000000 Z
11
+ date: 2022-01-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - '='
18
18
  - !ruby/object:Gem::Version
19
- version: 1.24.1
19
+ version: 1.25.0
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - '='
25
25
  - !ruby/object:Gem::Version
26
- version: 1.24.1
26
+ version: 1.25.0
27
27
  description:
28
28
  email:
29
29
  - oss@chef.io