barsoom_utils 0.2.0.55 → 0.2.0.58

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: cfb7864940088b33c4f84f64d3437afc6d6b002ffff48e8986901ea0135ccd12
4
- data.tar.gz: 52df4c0930d2e2b58736df52d6b0a095393fe0a0cd2351c384d347770b04367b
3
+ metadata.gz: 76dcbaf0aaecded194bdd6f8edd52141dcce973f688aa64307a17839fbb7484f
4
+ data.tar.gz: 51d5a4f58ee00d3aa89fccfa047129b97078385e75a0f74eb74c885ac7a6b4c9
5
5
  SHA512:
6
- metadata.gz: 121b2f32fa84a2ab4be9b08c01c55ce95780da32ff0ae3f17b9d61ac7e19df2a855fd95e2243d3bf99cfefef134327e116036d172abbf5ed97d80d79172897f2
7
- data.tar.gz: 86e6aa5d7dc777dd000f79c124d4f518ba3630284811101a56d9686e71bcd56656afe75af30ab9deb9260796808000dc6d731cbe7471b023caebe34488b10ace
6
+ metadata.gz: 7bd4febbbe290d3d47ec8c9cbf08b75e7f75fef47700aadf3e8d0921bea51c1c6a9ff47a2f3978a3ff8e5071203493d60685b4ec92b8ff7787a1ca523cdb54cf
7
+ data.tar.gz: fe4c36d73493fae1077ad54928b07af181df4674c75d467dc8ddb92ba42eb7f9c1d4c0769ef10550715fb3272f3c32fa10b82c5b6fcec5cacec592e5a5338fef
@@ -19,7 +19,7 @@ jobs:
19
19
  - "3.1"
20
20
  - "3.0"
21
21
  steps:
22
- - uses: actions/checkout@v4
22
+ - uses: actions/checkout@v5
23
23
  - name: Set up Ruby ${{ matrix.ruby-version }}
24
24
  uses: ruby/setup-ruby@v1
25
25
  with:
@@ -34,7 +34,7 @@ jobs:
34
34
  environment: Rubygems
35
35
  runs-on: ubuntu-latest
36
36
  steps:
37
- - uses: actions/checkout@v4
37
+ - uses: actions/checkout@v5
38
38
  - name: Set up Ruby
39
39
  uses: ruby/setup-ruby@v1
40
40
  with:
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.0.55
1
+ 0.2.0.58
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.55
4
+ version: 0.2.0.58
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-07-11 00:00:00.000000000 Z
11
+ date: 2025-08-26 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description:
14
14
  email: