barsoom_utils 0.2.0.42 → 0.2.0.44

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: edf180958066fe6dc3bf10bfdd6b272f1f7fb96543867659dd8f99cc881ad021
4
- data.tar.gz: c0eabfe12d7fa48bf726f0d694a433eec05d26ec89dab11e1b7fabe08d83b396
3
+ metadata.gz: d567bb3968fb1168448d6595288a385e35ab259644b8f113598f067f3c6004e0
4
+ data.tar.gz: d10e2e50544a0bdf1ddca7366461e5dc41bbcd8cfbfcaf1b260b8a29b679c8b0
5
5
  SHA512:
6
- metadata.gz: 7f6163633a4ecde1a387ea380c0f4392ad0916d8c9036c9d0fa99b5afca51dfe668a95027497ae90af6e047a219cd17b62af6f1709afd79f7d39f6768eb11460
7
- data.tar.gz: e56a5859d75d9b0051015fec229e1772ced48269009f6f1dff4f87b67e1c86aaf43adfd82960c370c83ab892633e3d08fc2fee4f7ec348170275e4b58557c1f6
6
+ metadata.gz: 789fa03a604077caff9b792032a18e4a7d48a93a3c70a38211430a6d206e812b67cd77a7e0dfae817cd418ff0d8382ef042b3dbe867fb1311e2060b9d1d9fd65
7
+ data.tar.gz: 7599db3c1b209e48091f5f07df982046f435fd7d6fefb02e2fb077896236634f7261539f068b62e25ac65a0e777b9d93acc5a271fec40c217d0da707b1d6a6a9
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.0.42
1
+ 0.2.0.44
data/shared_rubocop.yml CHANGED
@@ -44,6 +44,17 @@ 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.
49
+ Style/PercentLiteralDelimiters:
50
+ PreferredDelimiters:
51
+ 'default': '{}'
52
+ '%w': '[]'
53
+ '%W': '[]'
54
+ '%i': '[]'
55
+ '%I': '[]'
56
+ StyleGuide: https://github.com/barsoom/devbook/tree/master/styleguide#use-square-brackets-for-w-and-friends
57
+
47
58
  # Allow e.g. `numbers.map(&:to_s)` and disallow e.g. `numbers.map { _1.to_s }`.
48
59
  Style/SymbolProc:
49
60
  Enabled: true
@@ -3,3 +3,7 @@
3
3
  # Allow e.g. `list.compact_blank` and disallow `list.reject(&:blank)`.
4
4
  Rails/CompactBlank:
5
5
  Enabled: true
6
+
7
+ # Allow e.g. `String#end_with?` and disallow `String#ends_with?`.
8
+ Rails/ActiveSupportAliases:
9
+ Enabled: true
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: barsoom_utils
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0.42
4
+ version: 0.2.0.44
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tomas Skogberg
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-07-04 00:00:00.000000000 Z
11
+ date: 2024-04-29 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description:
14
14
  email: