barsoom_utils 0.1.1.14 → 0.1.1.17

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: 6385dde2f2c79bacbff6edd5e2b754199960a31c79a5ea1c187664746ba1a206
4
- data.tar.gz: 002b11593aab5d9a8903e6b92c35246e3fa640dcfa500d36676cb47cdbd5396c
3
+ metadata.gz: 4cf6e1bb61cb80fd349d3ac75a68aa82d06e692f5dcc7aa89621abbed9d714c6
4
+ data.tar.gz: f3a03da6d535fba57e2f8f7e4b1747847f90f5b820e79c7997dd28f09bc10cf9
5
5
  SHA512:
6
- metadata.gz: eac4e598b06957dfe3d37fe4fd8fda8e0e930964cf313d84b2ef8f9f0c64441dd89d283b0008d05009118ce41b0af1fe61ada9bc47953c5f8aa1d366a10a231b
7
- data.tar.gz: f118ca3df414c9ab90064b3de17907191fbfc734df2c7186e4cb9f5845cecccf7f362e6ae06572b72bf221cd07b3749fa5d1384d79866c223147b757d3d4de06
6
+ metadata.gz: 744073994040289c82437eaf8dede58c52878360f2cbf296fd532a8cd70066fa4b80063b77d378c6b897c1c9722d216571dc08b23a0a577dba44a61aff61ae26
7
+ data.tar.gz: 2c36fb9ecca027f1cf07bad62410dcbc6fe394c663c61f4ed461720163f3210e098bb3ef23d5500deb05287845ead44a5aa29fac812e610b7379da212a4b7907
@@ -14,6 +14,7 @@ jobs:
14
14
  strategy:
15
15
  matrix:
16
16
  ruby-version:
17
+ - "3.1"
17
18
  - "3.0"
18
19
  - "2.7"
19
20
  - "2.6"
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.1.14
1
+ 0.1.1.17
data/shared_rubocop.yml CHANGED
@@ -144,6 +144,12 @@ Layout/EmptyLineAfterGuardClause:
144
144
  Enabled: true
145
145
  StyleGuide: https://github.com/barsoom/devbook/tree/master/styleguide#put-a-blank-line-below-guard-statements
146
146
 
147
+ Layout/ExtraSpacing:
148
+ Enabled: true
149
+ AllowForAlignment: true
150
+ AllowBeforeTrailingComments: true # Henrik likes this
151
+ ForceEqualSignAlignment: false
152
+
147
153
  # Allow:
148
154
  #
149
155
  # Date.new(2019, 1, 2)
@@ -156,6 +162,9 @@ Layout/EmptyLineAfterGuardClause:
156
162
  Layout/SpaceAfterComma:
157
163
  Enabled: true
158
164
 
165
+ Style/ParallelAssignment: # https://rubystyle.guide/#parallel-assignment
166
+ Enabled: true
167
+
159
168
  Style/NumericLiterals:
160
169
  Enabled: false
161
170
 
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.1.1.14
4
+ version: 0.1.1.17
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tomas Skogberg
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-01-12 00:00:00.000000000 Z
11
+ date: 2022-02-25 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description:
14
14
  email: