barsoom_utils 0.2.0.73 → 0.2.0.76
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 +2 -2
- data/VERSION +1 -1
- data/shared_rubocop.yml +4 -0
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: bc8c7ab6a54929794df46c90b1cbe14474f0461989ee071a5917176c057db757
|
|
4
|
+
data.tar.gz: d016e08c7b0b8fe901eaabafa14027bb9da1c533967b69e078b74191c7da9693
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0b126fb0cbb946764f8e2132e27fd8aaf546857a00caf378086ac20caeffaff5cad49a004472e89397c759e5e704d074a54fd61cf8df8277bce7b2694c511664
|
|
7
|
+
data.tar.gz: f8d54ae7b4b409da656cc85af93cb47fc12aa436d8f59e90b39521323f9c76505cf5631713d5ac437fe1488b8c49bd2a576ed1a963d014db73234b21a6571e39
|
data/.github/workflows/ci.yml
CHANGED
|
@@ -18,7 +18,7 @@ jobs:
|
|
|
18
18
|
- "3.4"
|
|
19
19
|
- "3.3"
|
|
20
20
|
steps:
|
|
21
|
-
- uses: actions/checkout@
|
|
21
|
+
- uses: actions/checkout@v7
|
|
22
22
|
- name: Set up Ruby ${{ matrix.ruby-version }}
|
|
23
23
|
uses: ruby/setup-ruby@v1
|
|
24
24
|
with:
|
|
@@ -33,7 +33,7 @@ jobs:
|
|
|
33
33
|
environment: Rubygems
|
|
34
34
|
runs-on: ubuntu-latest
|
|
35
35
|
steps:
|
|
36
|
-
- uses: actions/checkout@
|
|
36
|
+
- uses: actions/checkout@v7
|
|
37
37
|
- name: Set up Ruby
|
|
38
38
|
uses: ruby/setup-ruby@v1
|
|
39
39
|
with:
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.2.0.
|
|
1
|
+
0.2.0.76
|
data/shared_rubocop.yml
CHANGED
|
@@ -362,6 +362,10 @@ Style/HashSyntax:
|
|
|
362
362
|
EnforcedStyle: ruby19
|
|
363
363
|
EnforcedShorthandSyntax: always # https://docs.rubocop.org/rubocop/cops_style.html#enforcedshorthandsyntax_-always-stylehashsyntax
|
|
364
364
|
|
|
365
|
+
Style/RescueStandardError:
|
|
366
|
+
Enabled: true
|
|
367
|
+
EnforcedStyle: implicit
|
|
368
|
+
|
|
365
369
|
# https://docs.rubocop.org/rubocop/cops_gemspec.html#gemspecduplicatedassignment
|
|
366
370
|
Gemspec/DuplicatedAssignment:
|
|
367
371
|
Enabled: true
|