barsoom_utils 0.2.0.53 → 0.2.0.54
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/shared_rubocop.yml +6 -0
- 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: a097b2b63b7e62fc4f21ecbe6fca1565277672b563286f445a751a1a2f451d8f
|
4
|
+
data.tar.gz: d55439c14627bfc3ba240ab2ee9f9902a040438bd57fb5e06acc8c8c3cbbdf86
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3d4a4f86061090752e96ae345e010ed06fec43017fbfe20601a8e532c47b69215e2ae4f2bfc839a5df88a2d57b6b86a7f6b013f712344bbc8710bc0a7110a7d4
|
7
|
+
data.tar.gz: dc722e5f23f2a93a9817323bcbcd5482947d0e3964dbadeb73b8509f7417f23ce77c0ff5afaad1832924b0804e2c26226954064f790ae8ecaab7fb3eb24ba68d
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.2.0.
|
1
|
+
0.2.0.54
|
data/shared_rubocop.yml
CHANGED
@@ -260,6 +260,12 @@ Layout/IndentationWidth:
|
|
260
260
|
Layout/IndentationConsistency:
|
261
261
|
Enabled: true
|
262
262
|
|
263
|
+
# https://docs.rubocop.org/rubocop/cops_layout.html#layoutmultilineassignmentlayout
|
264
|
+
Layout/MultilineAssignmentLayout:
|
265
|
+
Enabled: true
|
266
|
+
SupportedTypes:
|
267
|
+
- if
|
268
|
+
|
263
269
|
# https://docs.rubocop.org/rubocop/cops_layout.html#layoutclassstructure
|
264
270
|
# https://github.com/barsoom/devbook/tree/master/styleguide#use-a-consistent-class-layout
|
265
271
|
# AutoCorrect: false because it has a tendency to make private delegates public, and it messes up whitespace
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: barsoom_utils
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.0.
|
4
|
+
version: 0.2.0.54
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tomas Skogberg
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-
|
11
|
+
date: 2025-07-09 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description:
|
14
14
|
email:
|