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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f8a77945eaedef886ca5f3cdffe908b23efaac7d9834ab921089a9d40bcd400c
4
- data.tar.gz: 86e878a7c9d47bf7a8b3886a9a4044837dbfb572792d636d07b08dafd7b5bf8f
3
+ metadata.gz: 8e5650ed2fa6376369224481daf22422e6b3d31e43c8ef329b9c124963e20d7e
4
+ data.tar.gz: 223889cb8fb7fed5bba9e2e789393caf7c3366d2482d91099fab9947309909d6
5
5
  SHA512:
6
- metadata.gz: 96aa132b3f7380aa4f1a102ce16fb357bc12b7f89716f076ca89ff9cd31a2aa49ab28267cce1d45f480decfb8c6682b11dd2dae0587d989cdf8eea9ca630e401
7
- data.tar.gz: b9f96e36c41b34dcfe4ba748cb149244d52ca6666e18edb0aa3611b26d6bf734c20d732548b265ef25251d6b28356a8cf01d52aeb4989d6e3beba2e61430ca9e
6
+ metadata.gz: 3ec9e6f8b0f1a349efa4898f325bd4d0f03ca1938e4cc5ae6127f0a07b3151333c791606dbea4e1a799b90428532f0e5aa036bf922bc5ff9fee950f576b00aa8
7
+ data.tar.gz: 888daf15072cb2e9573b2cd08cf159ddd0de7abfa6388a5b0a21e311e51f2a1a47f1f96f7700081b428f6d7bc9cc17b8ab75c8910fcf0c363f4f8bd98b01b40f
@@ -29,6 +29,7 @@ jobs:
29
29
  run: bundle exec rake
30
30
 
31
31
  release:
32
+ if: github.ref_name == github.event.repository.default_branch
32
33
  needs: test
33
34
  environment: Rubygems
34
35
  runs-on: ubuntu-latest
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.0.49
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: either_consistent # https://docs.rubocop.org/rubocop/cops_style.html#enforcedshorthandsyntax_-either_consistent-stylehashsyntax
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.49
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-03-31 00:00:00.000000000 Z
11
+ date: 2025-04-01 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description:
14
14
  email: