barsoom_utils 0.1.1.39 → 0.1.1.40
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/VERSION +1 -1
- data/shared_rubocop.yml +4 -0
- 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: 07750503c67021fcf99f4da7fd7a48018c14c772ddb886fd9217483dd6fce030
|
|
4
|
+
data.tar.gz: c0dfc9b477cf40f00dbdc662ee40b0b4eecac1819820e115ac5587b3985d6c6f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 60cc1da8cf0f5fae0e4cfbd89ab37979b1625215c8043d33ce8913d9161d82daccf1413554d4b5eea1f1c0d22608b466e8a8236bb0f75dd4dabc384a67c65066
|
|
7
|
+
data.tar.gz: c39cb4684b04e2044e4bfbbae0475c84f74b0479442940f4e6b739831b390d2aae6af3237882ee6cb570379d42d26b4891799b7c9475076daca7b18c8b71fbaa
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.1.1.
|
|
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.
|
|
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-06-
|
|
11
|
+
date: 2023-06-26 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description:
|
|
14
14
|
email:
|