barsoom_utils 0.2.0.71 → 0.2.0.73

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 +6 -2
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c2ead625c0211799577c7f34b8f7ba873ada3f608ea9369c7de050f32d51291a
4
- data.tar.gz: 9bd4404d8fee82f58c5ebc4033665279b1d74d5bf2629395bb5e1d9d6f7b1dab
3
+ metadata.gz: 2d0e1da4754743683d4eae4b444570406c9a679e6206c07e314b6659c73a948e
4
+ data.tar.gz: eb85bda7ce8b6ff4cee984318aac4d9f4d96d95f78256e0ce366669cd3e7a6b2
5
5
  SHA512:
6
- metadata.gz: f6fedfe0267777d8731f8f0af24b3f8cce7d89cc010236703bed3ea1bddc846a2e93fecef7d1fc30cb7085831a0110d66320d4ab1dfcb7d729a12fd893b4899a
7
- data.tar.gz: fbd4db6dcda11150c62d777a365a18ee79439a9dfda6e755e436c34c6b91f847f99fea850772758f7a52df098972569fcd1b0909bd1b0883bba9e03ac9abfa09
6
+ metadata.gz: dc0426ea3f8e51fb23a65e8ba9182ed07f4a31052a769790cc1c951513a511b2e60c124dacc465e29f9d6df50136f0557bb5423028135c77e6d38713fcac3b51
7
+ data.tar.gz: b955c7b311a0fc3d90577e6a18aa62c5aca8d3eb1b3ab771af54b83dac7a9d1602472ed790e2f47201bf8a4c86843e6f8e2ee9675215a034e418e5368fd9aa4c
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.0.71
1
+ 0.2.0.73
data/shared_rubocop.yml CHANGED
@@ -47,14 +47,14 @@ Style/CollectionMethods:
47
47
 
48
48
  # Allow (but don't enforce) single-line endless methods.
49
49
  #
50
- # Disallow multi-line endless methods::
50
+ # Disallow multi-line endless methods:
51
51
  #
52
52
  # def my_method = x.foo
53
53
  # .bar
54
54
  # .baz
55
55
  Style/EndlessMethod:
56
56
  Enabled: true
57
- allow_single_line: true
57
+ EnforcedStyle: allow_single_line
58
58
 
59
59
  # The default {} is not in our styleguide, but we need a default to use this cop: https://github.com/rubocop/rubocop/issues/12029
60
60
  # And we've mostly used {} consistently anyway, so we might as well enforce it.
@@ -314,6 +314,10 @@ Layout/CaseIndentation:
314
314
  EnforcedStyle: case
315
315
  IndentOneStep: false
316
316
 
317
+ # https://www.rubydoc.info/gems/rubocop/RuboCop/Cop/Layout/DefEndAlignment
318
+ Layout/DefEndAlignment:
319
+ Enabled: true
320
+
317
321
  # https://docs.rubocop.org/rubocop/cops_layout.html#layoutendalignment
318
322
  # 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.
319
323
  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.71
4
+ version: 0.2.0.73
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tomas Skogberg