barsoom_utils 0.1.1.29 → 0.1.1.30

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: 493546fda72610e5e52176a76f807dd9943c4ca560f4375cbc140c499de1590c
4
- data.tar.gz: 01f5630049742c8610a5ca2fbfca3e0537ce0863dc969691f8d3b1c00232303f
3
+ metadata.gz: bd40a6ec1db042e58110836f7ed5a6f44109c09d7a934a064ed329f46cb07ad5
4
+ data.tar.gz: 6a6a67d6d16009adbc7c6566166c3b1d5e9811bc83cfc7fa69d1d50e5da82094
5
5
  SHA512:
6
- metadata.gz: d43c35b5e0d2fdb240e0a771e48db881bbd852d434832e3521c94e3516796508ed841638b5a01c4c9c3f0a50786f3187fd36c5a4aba88f023c31dabe18455867
7
- data.tar.gz: c83d64a4afcaf78178577ee276114df410c0f613c41792322ceaeb999cda41bdf8fa6f78dadb6b3d5e32d7efc26b8b6ebb97243a5cec540d266dc88210279c43
6
+ metadata.gz: 83de412a4b1538a87a0cfcf3d3a15b329ac1c770e2f61bec9f93028d49b6aaa4a442a5445bdeba6ad6c164f92e21d282e5aedb5aeb502fe0a087a9ac41f82c52
7
+ data.tar.gz: a1ab689833ab2a0666fc1dafe98acabe5097e4d7f3419fa6beb3d17c99f66efdff3a4639f62bd242748347a98da68e75ab752e4ddd23cabe22a1e9fe299b1c12
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.1.29
1
+ 0.1.1.30
data/shared_rubocop.yml CHANGED
@@ -35,6 +35,15 @@ Layout/DotPosition:
35
35
  Style/ArgumentsForwarding:
36
36
  Enabled: true
37
37
 
38
+ # Allow e.g. `map` and disallow e.g. `collect`.
39
+ Style/CollectionMethods:
40
+ PreferredMethods:
41
+ collect: map
42
+ detect: find
43
+ filter: select
44
+ find_all: select
45
+ reduce: inject
46
+
38
47
  # Allow: "foo"
39
48
  # Disallow: 'foo'
40
49
  Style/StringLiterals:
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.29
4
+ version: 0.1.1.30
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-08-23 00:00:00.000000000 Z
11
+ date: 2022-08-24 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description:
14
14
  email: