boxt_rubocop 2.2.0 → 2.2.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/VERSION +1 -1
  3. data/rspec.yml +2 -2
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d0f17be558421af65fea50ccf3777982f3f2a561b47384b343156efd6a03128b
4
- data.tar.gz: 0a56ae7b29c210bd192ae76651482624f89f89dd4cf02473517becc0bd2a2632
3
+ metadata.gz: 80ed94ccc8486402ebd067c3da8f8fa8ed0df004e248182855530d134bcc206d
4
+ data.tar.gz: 2095a2f393e147b1ca1905b2d85e1c9cbe1f06fe9f6403a102f9acb7383fd187
5
5
  SHA512:
6
- metadata.gz: 06b2b079111a5dd127a4a7644bf9bf10e1a0a73dc2e27b376b935f58b3b62d78958adc1f08e534bb690d4ba202bf1d7671655dc05e7b2ef9db147f84eab7bac9
7
- data.tar.gz: 18fa750108d069354ebc3ef74e5f76ee34125c7246ef74d44eb405f851f378ed530be9fb46f86adf87bab73167413632aadb37567948b4d03c60ceb6a9b361cb
6
+ metadata.gz: b83987aceb8694dce4fd614ff5544bdfc818aa66f98c895a5dc70767abd54e6d91ebf325cb208432d398e7e04f559b33ac37fccbde16b0216a92ec9c00e38404
7
+ data.tar.gz: 676ff849eb62fd102906a4add27d9cc11368817899a65416efcce41e3b26b4eaa6eaaf1c3a166e4bcf18156d07957aff3c49f7a40d9ab85a2888d5a8aa739d14
data/VERSION CHANGED
@@ -1 +1 @@
1
- 2.2.0
1
+ 2.2.1
data/rspec.yml CHANGED
@@ -13,9 +13,9 @@ RSpec/LeadingSubject:
13
13
  Exclude:
14
14
  - spec/support
15
15
 
16
- # Allow arrays and hashes to be counted as one line in examples
16
+ # Allow arrays, hashes, and method calls to be counted as one line in examples
17
17
  RSpec/ExampleLength:
18
- CountAsOne: ["array", "hash"]
18
+ CountAsOne: ["array", "hash", "method_call"]
19
19
 
20
20
  # Because 5 is a bit mean
21
21
  RSpec/MultipleMemoizedHelpers:
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: boxt_rubocop
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
  - Boxt
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-01-23 00:00:00.000000000 Z
11
+ date: 2024-02-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop