boxt_rubocop 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 +4 -4
- data/VERSION +1 -1
- data/rspec.yml +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 80ed94ccc8486402ebd067c3da8f8fa8ed0df004e248182855530d134bcc206d
|
|
4
|
+
data.tar.gz: 2095a2f393e147b1ca1905b2d85e1c9cbe1f06fe9f6403a102f9acb7383fd187
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b83987aceb8694dce4fd614ff5544bdfc818aa66f98c895a5dc70767abd54e6d91ebf325cb208432d398e7e04f559b33ac37fccbde16b0216a92ec9c00e38404
|
|
7
|
+
data.tar.gz: 676ff849eb62fd102906a4add27d9cc11368817899a65416efcce41e3b26b4eaa6eaaf1c3a166e4bcf18156d07957aff3c49f7a40d9ab85a2888d5a8aa739d14
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
2.2.
|
|
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
|
|
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.
|
|
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-
|
|
11
|
+
date: 2024-02-05 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rubocop
|