barsoom_utils 0.2.0.70 → 0.2.0.72

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 +11 -0
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 39a5288af30c425e05527a3839e8c5b4eb629c94cbf2129426c5cb428f88d03b
4
- data.tar.gz: 0a121c81a71a2705bd87dd81356d7fa65de52d7b709a39be3136ac5409b72140
3
+ metadata.gz: 6bf7ce0237ec88759caf60381793b8a4cc1e69f7c0c74f6b5500667958539fa4
4
+ data.tar.gz: 8bf6b242c104d807eac77bd43d3b5ac22ad759a23c75e206c2c6da9622b968ca
5
5
  SHA512:
6
- metadata.gz: 55aedd808a10b0d770dfdbf26a893b7b648dc9a1ed16077630bd5f294d785c0036155727f8f0e419b2485c81164e966ace73242a4f2afe5875a5e5335cb62694
7
- data.tar.gz: daddf61d2325ef808767b40d9d476df32f107125efc50c7b1d33f00d04f28e8203a0f61e3d512c217a5f101337bff5ea283ed30797bc724e5c20c31c546db1ff
6
+ metadata.gz: 35ea5f8ddfa29efb227e737ab3c6192144eeb7e4351394ae5c095dcd381c3c0f387246572a98b39b4de53eb07e8bb79d6708c47387d9becefdddcf2e558f5623
7
+ data.tar.gz: 5fb8ad5a8b93aea11e844baf4b89450fd4a80c82d694071d5c749ca8e2f93d3b2b0d8a1e531df134a52a3e33afdc04cfd279ca670d37dbcddd34e7b0fd4200ea
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.0.70
1
+ 0.2.0.72
data/shared_rubocop.yml CHANGED
@@ -45,6 +45,17 @@ Style/CollectionMethods:
45
45
  find_all: select
46
46
  inject: reduce
47
47
 
48
+ # Allow (but don't enforce) single-line endless methods.
49
+ #
50
+ # Disallow multi-line endless methods:
51
+ #
52
+ # def my_method = x.foo
53
+ # .bar
54
+ # .baz
55
+ Style/EndlessMethod:
56
+ Enabled: true
57
+ EnforcedStyle: allow_single_line
58
+
48
59
  # The default {} is not in our styleguide, but we need a default to use this cop: https://github.com/rubocop/rubocop/issues/12029
49
60
  # And we've mostly used {} consistently anyway, so we might as well enforce it.
50
61
  Style/PercentLiteralDelimiters:
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.70
4
+ version: 0.2.0.72
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tomas Skogberg