barsoom_utils 0.2.0.49 → 0.2.0.52
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/.github/workflows/ci.yml +1 -0
- data/VERSION +1 -1
- data/shared_rubocop.yml +1 -1
- 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: 8e5650ed2fa6376369224481daf22422e6b3d31e43c8ef329b9c124963e20d7e
|
4
|
+
data.tar.gz: 223889cb8fb7fed5bba9e2e789393caf7c3366d2482d91099fab9947309909d6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3ec9e6f8b0f1a349efa4898f325bd4d0f03ca1938e4cc5ae6127f0a07b3151333c791606dbea4e1a799b90428532f0e5aa036bf922bc5ff9fee950f576b00aa8
|
7
|
+
data.tar.gz: 888daf15072cb2e9573b2cd08cf159ddd0de7abfa6388a5b0a21e311e51f2a1a47f1f96f7700081b428f6d7bc9cc17b8ab75c8910fcf0c363f4f8bd98b01b40f
|
data/.github/workflows/ci.yml
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.2.0.
|
1
|
+
0.2.0.52
|
data/shared_rubocop.yml
CHANGED
@@ -286,7 +286,7 @@ Layout/ClassStructure:
|
|
286
286
|
Style/HashSyntax:
|
287
287
|
Enabled: true
|
288
288
|
EnforcedStyle: ruby19
|
289
|
-
EnforcedShorthandSyntax:
|
289
|
+
EnforcedShorthandSyntax: always # https://docs.rubocop.org/rubocop/cops_style.html#enforcedshorthandsyntax_-always-stylehashsyntax
|
290
290
|
|
291
291
|
# https://docs.rubocop.org/rubocop/cops_gemspec.html#gemspecduplicatedassignment
|
292
292
|
Gemspec/DuplicatedAssignment:
|
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.52
|
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-04-01 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description:
|
14
14
|
email:
|