barsoom_utils 0.2.0.71 → 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 +2 -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: 6bf7ce0237ec88759caf60381793b8a4cc1e69f7c0c74f6b5500667958539fa4
4
+ data.tar.gz: 8bf6b242c104d807eac77bd43d3b5ac22ad759a23c75e206c2c6da9622b968ca
5
5
  SHA512:
6
- metadata.gz: f6fedfe0267777d8731f8f0af24b3f8cce7d89cc010236703bed3ea1bddc846a2e93fecef7d1fc30cb7085831a0110d66320d4ab1dfcb7d729a12fd893b4899a
7
- data.tar.gz: fbd4db6dcda11150c62d777a365a18ee79439a9dfda6e755e436c34c6b91f847f99fea850772758f7a52df098972569fcd1b0909bd1b0883bba9e03ac9abfa09
6
+ metadata.gz: 35ea5f8ddfa29efb227e737ab3c6192144eeb7e4351394ae5c095dcd381c3c0f387246572a98b39b4de53eb07e8bb79d6708c47387d9becefdddcf2e558f5623
7
+ data.tar.gz: 5fb8ad5a8b93aea11e844baf4b89450fd4a80c82d694071d5c749ca8e2f93d3b2b0d8a1e531df134a52a3e33afdc04cfd279ca670d37dbcddd34e7b0fd4200ea
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.0.71
1
+ 0.2.0.72
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.
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.72
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tomas Skogberg