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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/VERSION +1 -1
  3. data/shared_rubocop.yml +9 -0
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 10930d55fc2f41382fd84181928eadfd8810a7bc15eeb2e780d238d258c6fff2
4
- data.tar.gz: f7ed3af86e081334055e176ee8f9224110c016dd7ea282c56fb34671f6b831b7
3
+ metadata.gz: f86d1635cdbe751df9c279346441343ab4aab8d8d3227e5105446b7844b3a30c
4
+ data.tar.gz: fd9070dfc84003acb37915d1373e60d8bdbe4a83b39a7ef89fc0338b78ddb527
5
5
  SHA512:
6
- metadata.gz: 4ea10d1960577ef29d3e639d0b0fe86a8a00426d801292e05ba58246f93c14d5b1add923fb3da0cb6f112d6a7cfa8b74265ff05cbdc225e785b52589d19bdbf8
7
- data.tar.gz: ed65c3c531f562f2bc6fb93e39e8724edd6196274a0768a334a3eeab698b2b7b623ce4f464af67de94b2e69777a0aa8e68b825cd03d1c414369e7e22c8c7473e
6
+ metadata.gz: a99dadb402b3cc8270fff828a8a9546f9275b604bf94f94f348e6c1b461b8209f5d94a842a6ba6ac6309600d9b04389c8825dc61bc6b5f9ee4d05d94e9acaaea
7
+ data.tar.gz: 43e85540441149b0a6b93cab5ad09e9c1fcf62f83f5408b8f12f200d72ac9b7bb5b80fd6328be5e1b26ef5c5c63707fa3041dd8eba400b8215b30caaba8002b1
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.1.26
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.26
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-05-25 00:00:00.000000000 Z
11
+ date: 2022-08-11 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description:
14
14
  email: