barsoom_utils 0.2.0.68 → 0.2.0.69

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 +7 -0
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2d6916857f234c7a9b12f2a3a976a7221723de1fca3f6f8fe3d5b9dd37698e23
4
- data.tar.gz: 7cfe75d61e28721f7cceac8e0b41431965eb4b58cc85e6158ffb42fc11ffd3e9
3
+ metadata.gz: 2df28ca0456cc2b6fb3a63a143b7a77cfcbf793e41e0a0e47f0591da2a4c7608
4
+ data.tar.gz: 18a16615878569f7a637603134b5f776aee30cf2643a133a26ba5cf2cf633615
5
5
  SHA512:
6
- metadata.gz: 0f2354720fb697f824d41fed01c46f9c1f1047b9cff03d9ecc04514ecc90664867117d491ee322cf8cc1655b650e47fb812d32e6e900f3f2361defa0c1105061
7
- data.tar.gz: 288d4a96988eab093e06e0d588abddd503fb6a7047528747f95da7e1956bf55a04d1c14e98ccdb5e10463ff208a7076958a70315c18bdd94b53b609b53621281
6
+ metadata.gz: b297521965ef6b55ee416ac935d53efe4fe862cd6918484ba06d97967361efde1c433f3102ab8c507d71292fab1c4b2c7b03eff57b165df2a24e736f50392d97
7
+ data.tar.gz: 3dc3bceaadec2ce06223e6922a3dbea4d8462b36ea369a6c751fab377185d866dcc96ab77cdf230f4ffefdc04fd106157a8b280f0c43915042fe57ae348815f1
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.0.68
1
+ 0.2.0.69
data/shared_rubocop.yml CHANGED
@@ -291,6 +291,13 @@ Layout/AssignmentIndentation:
291
291
  Layout/ElseAlignment:
292
292
  Enabled: true
293
293
 
294
+ # https://docs.rubocop.org/rubocop/cops_layout.html#layoutcaseindentation
295
+ # Have `when` on the same indent level as `case`, not indented one step further.
296
+ Layout/CaseIndentation:
297
+ Enabled: true
298
+ EnforcedStyle: case
299
+ IndentOneStep: false
300
+
294
301
  # https://docs.rubocop.org/rubocop/cops_layout.html#layoutendalignment
295
302
  # Have `end` on the same indent level. Doesn't touch `ends` that belong to a `begin` (There's Layout/BeginEndAlignment for that), or to a `def` (There's Layout/DefEndAlignment for that), so it just affects `end`s belonging to if/unless/while/untl etc.
296
303
  Layout/EndAlignment:
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.68
4
+ version: 0.2.0.69
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tomas Skogberg