barsoom_utils 0.2.0.69 → 0.2.0.70

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 +5 -0
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2df28ca0456cc2b6fb3a63a143b7a77cfcbf793e41e0a0e47f0591da2a4c7608
4
- data.tar.gz: 18a16615878569f7a637603134b5f776aee30cf2643a133a26ba5cf2cf633615
3
+ metadata.gz: 39a5288af30c425e05527a3839e8c5b4eb629c94cbf2129426c5cb428f88d03b
4
+ data.tar.gz: 0a121c81a71a2705bd87dd81356d7fa65de52d7b709a39be3136ac5409b72140
5
5
  SHA512:
6
- metadata.gz: b297521965ef6b55ee416ac935d53efe4fe862cd6918484ba06d97967361efde1c433f3102ab8c507d71292fab1c4b2c7b03eff57b165df2a24e736f50392d97
7
- data.tar.gz: 3dc3bceaadec2ce06223e6922a3dbea4d8462b36ea369a6c751fab377185d866dcc96ab77cdf230f4ffefdc04fd106157a8b280f0c43915042fe57ae348815f1
6
+ metadata.gz: 55aedd808a10b0d770dfdbf26a893b7b648dc9a1ed16077630bd5f294d785c0036155727f8f0e419b2485c81164e966ace73242a4f2afe5875a5e5335cb62694
7
+ data.tar.gz: daddf61d2325ef808767b40d9d476df32f107125efc50c7b1d33f00d04f28e8203a0f61e3d512c217a5f101337bff5ea283ed30797bc724e5c20c31c546db1ff
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.0.69
1
+ 0.2.0.70
data/shared_rubocop.yml CHANGED
@@ -217,6 +217,11 @@ Lint/RaiseException:
217
217
  Style/RedundantBegin:
218
218
  Enabled: true
219
219
 
220
+ # Disallow `return 1` where `1` would do.
221
+ Style/RedundantReturn:
222
+ Enabled: true
223
+ AllowMultipleReturnValues: true
224
+
220
225
  # Allow:
221
226
  #
222
227
  # foo.bar
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: barsoom_utils
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0.69
4
+ version: 0.2.0.70
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tomas Skogberg