barsoom_utils 0.1.1.26 → 0.1.1.28
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 +9 -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: f86d1635cdbe751df9c279346441343ab4aab8d8d3227e5105446b7844b3a30c
|
|
4
|
+
data.tar.gz: fd9070dfc84003acb37915d1373e60d8bdbe4a83b39a7ef89fc0338b78ddb527
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a99dadb402b3cc8270fff828a8a9546f9275b604bf94f94f348e6c1b461b8209f5d94a842a6ba6ac6309600d9b04389c8825dc61bc6b5f9ee4d05d94e9acaaea
|
|
7
|
+
data.tar.gz: 43e85540441149b0a6b93cab5ad09e9c1fcf62f83f5408b8f12f200d72ac9b7bb5b80fd6328be5e1b26ef5c5c63707fa3041dd8eba400b8215b30caaba8002b1
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.1.1.
|
|
1
|
+
0.1.1.28
|
data/shared_rubocop.yml
CHANGED
|
@@ -30,6 +30,11 @@ Security:
|
|
|
30
30
|
Layout/DotPosition:
|
|
31
31
|
EnforcedStyle: leading
|
|
32
32
|
|
|
33
|
+
# Allow: def foo(...) = bar(...)
|
|
34
|
+
# Disallow: def foo(*args, &) = bar(*args, &)
|
|
35
|
+
Style/ArgumentsForwarding:
|
|
36
|
+
Enabled: true
|
|
37
|
+
|
|
33
38
|
# Allow: "foo"
|
|
34
39
|
# Disallow: 'foo'
|
|
35
40
|
Style/StringLiterals:
|
|
@@ -265,3 +270,7 @@ Gemspec/OrderedDependencies:
|
|
|
265
270
|
# https://docs.rubocop.org/rubocop/cops_gemspec.html#gemspecrequiremfa
|
|
266
271
|
Gemspec/RequireMFA:
|
|
267
272
|
Enabled: true
|
|
273
|
+
|
|
274
|
+
# https://docs.rubocop.org/rubocop/cops_naming.html#namingblockforwarding
|
|
275
|
+
Naming/BlockForwarding:
|
|
276
|
+
Enabled: true
|
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.28
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tomas Skogberg
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-
|
|
11
|
+
date: 2022-08-11 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description:
|
|
14
14
|
email:
|