rubocul 4.0.5 → 4.0.6

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: 351c3aad4ac73e4096c622174e1fe0dbba0d10d04b4aea884c12de9cf4979285
4
- data.tar.gz: 2c9cfa2c4b323dc9fcf84aa2ba0eaa46d1a9edf85898309369564dfbcf93ec8a
3
+ metadata.gz: b89cbab5d1d4c96b45aff3491902bf0bea9fe2d33589e53a845e4ef669a86d4f
4
+ data.tar.gz: 9efb87618b6b4ac256b682fb3632526784c9aa0fd9111552925019780548babc
5
5
  SHA512:
6
- metadata.gz: f476080bee191cc1b88bb56bc2153fc81cfd6b53687c7698a6003c7d4de333eaf2d5a9c612420fbb54746df31854ed9b04031d11a84aa3047ab25c6ebb87d802
7
- data.tar.gz: d9c03dd2e9ff92d3bfc7b31ff9c746ef2a192bc0d8855c6fedfc3f0c7a91edb68a56eef5be18ab33d32f420ca96a937ea03db40f6a77db2c84ee98b0137b674d
6
+ metadata.gz: 04d26d7cdf7a72489a189f63c62cdac8d99bd9424e8a521408b84b200e59fb32c17eec8f097566450f28472b1687b92dc41b6fe243b78e062164dbd83caff858
7
+ data.tar.gz: 1b379821e6b4a1878084b031790c60a2fa0beeca566ff7b8be3a6e4574b6870599b3b553c761b2abda962148e414ce5c1398232f357c606bca45c5de3682bb3c
data/rubocul.gemspec CHANGED
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |spec|
2
2
  spec.name = 'rubocul'
3
- spec.version = '4.0.5'
3
+ spec.version = '4.0.6'
4
4
  spec.authors = ["Eric O'Hanlon", "Ben Armintor", "Carla Galarza"]
5
5
 
6
6
  spec.summary = 'A style configuration for Rubocop'
data/rubocul_default.yml CHANGED
@@ -34,7 +34,7 @@ Layout/HashAlignment:
34
34
  - table
35
35
 
36
36
  Metrics/BlockLength:
37
- IgnoredMethods:
37
+ AllowedMethods:
38
38
  - 'describe' # rspec
39
39
  - 'context' # rspec
40
40
  - 'namespace' # rake
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubocul
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.0.5
4
+ version: 4.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eric O'Hanlon
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2022-07-08 00:00:00.000000000 Z
13
+ date: 2022-10-18 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: bundler