barsoom_utils 0.2.0.72 → 0.2.0.75

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: 6bf7ce0237ec88759caf60381793b8a4cc1e69f7c0c74f6b5500667958539fa4
4
- data.tar.gz: 8bf6b242c104d807eac77bd43d3b5ac22ad759a23c75e206c2c6da9622b968ca
3
+ metadata.gz: 0eed107fea7d4dde93f462fecdf0e7e57587d434b9bb06e0730ea276ebf94942
4
+ data.tar.gz: abeea45d82f92b034907d8cf7177f21b234d18d5118365db7f088d6b07c04f25
5
5
  SHA512:
6
- metadata.gz: 35ea5f8ddfa29efb227e737ab3c6192144eeb7e4351394ae5c095dcd381c3c0f387246572a98b39b4de53eb07e8bb79d6708c47387d9becefdddcf2e558f5623
7
- data.tar.gz: 5fb8ad5a8b93aea11e844baf4b89450fd4a80c82d694071d5c749ca8e2f93d3b2b0d8a1e531df134a52a3e33afdc04cfd279ca670d37dbcddd34e7b0fd4200ea
6
+ metadata.gz: 7e83f9581efcc394f9707f33db11d10a4f0b272c729be5e288bd92c198f29db5748992bc7bcc3176cbe8e4c09d823847697fc64f42e7280ff44682975b312e98
7
+ data.tar.gz: f7f1b4ddb2abdaaf03dc6c7630bdeca6a1d56d01c15932ae0f722e6e88b38f8360ebcfe76e70ab2e0625386b75d827358ae6e668cf4c84def5993d4019373483
@@ -18,7 +18,7 @@ jobs:
18
18
  - "3.4"
19
19
  - "3.3"
20
20
  steps:
21
- - uses: actions/checkout@v6
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@v6
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.72
1
+ 0.2.0.75
data/shared_rubocop.yml CHANGED
@@ -314,6 +314,10 @@ Layout/CaseIndentation:
314
314
  EnforcedStyle: case
315
315
  IndentOneStep: false
316
316
 
317
+ # https://www.rubydoc.info/gems/rubocop/RuboCop/Cop/Layout/DefEndAlignment
318
+ Layout/DefEndAlignment:
319
+ Enabled: true
320
+
317
321
  # https://docs.rubocop.org/rubocop/cops_layout.html#layoutendalignment
318
322
  # Have `end` on the same indent level. Doesn't touch `ends` that belong to a `begin` (There's Layout/BeginEndAlignment for that), or to a `def` (There's Layout/DefEndAlignment for that), so it just affects `end`s belonging to if/unless/while/untl etc.
319
323
  Layout/EndAlignment:
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: barsoom_utils
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0.72
4
+ version: 0.2.0.75
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tomas Skogberg