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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/VERSION +1 -1
  3. data/shared_rubocop.yml +6 -0
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2a1a6a455134d4c9d04a0ae1d08a1ea7275d586dc1c8b4e159927f01d0fa4d21
4
- data.tar.gz: 1fad27905c02a851c4df5e9fbc3473278d92bd6713023984d12bff6389e21b87
3
+ metadata.gz: a097b2b63b7e62fc4f21ecbe6fca1565277672b563286f445a751a1a2f451d8f
4
+ data.tar.gz: d55439c14627bfc3ba240ab2ee9f9902a040438bd57fb5e06acc8c8c3cbbdf86
5
5
  SHA512:
6
- metadata.gz: 6873a517cb877c76d554dbd882fbaba6c4d83cad68140e917ca1fa2a3ba2ca802ac105632b008f068203d4320ff68794d13da2acd22411c5280ec22a7c2da978
7
- data.tar.gz: 8a1c658324e7c2b5b598ad7a9bf57f6a9858025871ee304294b456f113656a4edbf9b4edcc3592633645968e69658426a2360c9d16112fa88b20413a36e9eb16
6
+ metadata.gz: 3d4a4f86061090752e96ae345e010ed06fec43017fbfe20601a8e532c47b69215e2ae4f2bfc839a5df88a2d57b6b86a7f6b013f712344bbc8710bc0a7110a7d4
7
+ data.tar.gz: dc722e5f23f2a93a9817323bcbcd5482947d0e3964dbadeb73b8509f7417f23ce77c0ff5afaad1832924b0804e2c26226954064f790ae8ecaab7fb3eb24ba68d
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.0.53
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.53
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-05-06 00:00:00.000000000 Z
11
+ date: 2025-07-09 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description:
14
14
  email: