barsoom_utils 0.2.0.41 → 0.2.0.43

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 +3 -0
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0f11d78bff20ebbf6b856d3b4e5657d0a04b7d4e9568b0fcd0ba3470b02c1fbb
4
- data.tar.gz: c9ad12598bb12014265a3327a937013f2bdca5b1880be04b5ebc07beccb2408e
3
+ metadata.gz: 5142bbb960a1c13d9c80cb14be0088673229fd453969ac94bc72e54f018a3180
4
+ data.tar.gz: 0153044f300d170af185d1e7d8168b2155e9f6a26815cca213f68784846c7c19
5
5
  SHA512:
6
- metadata.gz: 45b42b85d9482db2e957d1e7e4eed26ee6e52807824b0be61d4b73d600ab4c81cae9aa738ee470fc62a6880f85d746f8b0d53247e05b93371f97e3bd92730e62
7
- data.tar.gz: e29dab34c4e673dba8315977ef4c36313da284a6c65065f5622306c8b5dfd991a62473b4433a2a677de0c5161b6530cfcda4c366e2b8751db55f67c65cae57a8
6
+ metadata.gz: 8a106b7cd02481df06e070f4432e05f18f45f6ed3d1042942ad7f0e8dbe52640a117906aa0844613150d33020de534a4d0f8df10bd8d057b5da175ecaa5b0304
7
+ data.tar.gz: 92e1e1b7f08aaac94d441cee476e870372fe7ab01e6f570acd478370603e494474847da8e9c59504f1b3729e27aa1971828464a6d638d19809b5698cc241540d
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.0.41
1
+ 0.2.0.43
data/shared_rubocop.yml CHANGED
@@ -44,8 +44,11 @@ Style/CollectionMethods:
44
44
  find_all: select
45
45
  inject: reduce
46
46
 
47
+ # The default {} is not in our styleguide, but we need a default to use this cop: https://github.com/rubocop/rubocop/issues/12029
48
+ # And we've mostly used {} consistently anyway, so we might as well enforce it.
47
49
  Style/PercentLiteralDelimiters:
48
50
  PreferredDelimiters:
51
+ 'default': '{}'
49
52
  '%w': '[]'
50
53
  '%W': '[]'
51
54
  '%i': '[]'
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.41
4
+ version: 0.2.0.43
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tomas Skogberg