barsoom_utils 0.1.1.38 → 0.1.1.40

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 30907f181ef62e85f1af8859efc11d23820954e3fd487b904d10cbf6d9e0e706
4
- data.tar.gz: 8fbc3ac382ef4d5a3b0671cdae5303c1581167a8328b032b4dc8a9541d797087
3
+ metadata.gz: 07750503c67021fcf99f4da7fd7a48018c14c772ddb886fd9217483dd6fce030
4
+ data.tar.gz: c0dfc9b477cf40f00dbdc662ee40b0b4eecac1819820e115ac5587b3985d6c6f
5
5
  SHA512:
6
- metadata.gz: c42eaa77b12a547142ca3f65e64935f11da04d6706586821f733db5a47326ba921351c3237e63c49eade1d55cecce7299d860c249368ab834754abe97494c912
7
- data.tar.gz: c1386f05c26244fee59c16d66cf34e3397ce770ec488345c7ddee7fb472e0a09da776620c8cdcb42b26cc8d5c93134c2be2506bdcb0b9f7f5f3cabe8c8dd14d6
6
+ metadata.gz: 60cc1da8cf0f5fae0e4cfbd89ab37979b1625215c8043d33ce8913d9161d82daccf1413554d4b5eea1f1c0d22608b466e8a8236bb0f75dd4dabc384a67c65066
7
+ data.tar.gz: c39cb4684b04e2044e4bfbbae0475c84f74b0479442940f4e6b739831b390d2aae6af3237882ee6cb570379d42d26b4891799b7c9475076daca7b18c8b71fbaa
@@ -14,9 +14,9 @@ jobs:
14
14
  strategy:
15
15
  matrix:
16
16
  ruby-version:
17
+ - "3.2"
17
18
  - "3.1"
18
19
  - "3.0"
19
- - "2.7"
20
20
  steps:
21
21
  - uses: actions/checkout@v3
22
22
  - name: Set up Ruby ${{ matrix.ruby-version }}
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.1.38
1
+ 0.1.1.40
data/shared_rubocop.yml CHANGED
@@ -221,6 +221,10 @@ Style/TrailingCommaInArguments:
221
221
  Enabled: true
222
222
  EnforcedStyleForMultiline: comma
223
223
 
224
+ # https://docs.rubocop.org/rubocop/cops_style.html#stylereturnnilinpredicatemethoddefinition
225
+ Style/ReturnNilInPredicateMethodDefinition:
226
+ Enabled: true
227
+
224
228
  # Warn about "too many positional arguments in the parameter list" when more than 5.
225
229
  # Warn about "too many positional arguments with optional values" when more than 3.
226
230
  Metrics/ParameterLists:
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.1.1.38
4
+ version: 0.1.1.40
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tomas Skogberg
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-05-22 00:00:00.000000000 Z
11
+ date: 2023-06-26 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description:
14
14
  email: