barsoom_utils 0.2.0.55 → 0.2.0.56
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 +5 -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: '05875967888446ebc37c3489cc8d640483898f8fd5dbf8b1516114760d03e0b1'
|
4
|
+
data.tar.gz: b3362fc982f69b35ee918078e223b8c05c02ac18334ab2ad881d2df27d49f010
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: dd6800d5454eb769483d2a8824747d4109cbc632372488f25c71dc1e7a28751a5da7829e8696d25109a7564237c071a0ede55a4b1c67243d6a557c9824df4c5d
|
7
|
+
data.tar.gz: 79fd9280bb18ead004cc934bb20f5d467eeb4f613628fa685660a52cabae148d2808dd9b2d9ccd2c4b89ada3657f3fb3c6e71b6453373f942911e956a7d58fad
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.2.0.
|
1
|
+
0.2.0.56
|
data/shared_rubocop.yml
CHANGED
@@ -313,6 +313,11 @@ Layout/ClassStructure:
|
|
313
313
|
- private_delegate
|
314
314
|
- private_methods
|
315
315
|
|
316
|
+
# Allow "memoize \" but not "memoize\".
|
317
|
+
Layout/LineContinuationSpacing:
|
318
|
+
Enabled: true
|
319
|
+
EnforcedStyle: space
|
320
|
+
|
316
321
|
# https://docs.rubocop.org/rubocop/cops_style.html#stylehashsyntax
|
317
322
|
Style/HashSyntax:
|
318
323
|
Enabled: true
|
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.56
|
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-08-11 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description:
|
14
14
|
email:
|