barsoom_utils 0.1.1.14 → 0.1.1.16

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: 171c801d7728e06af6aa9501349ea50ead665a4a5e5a5c70b725a574789a857e
4
+ data.tar.gz: 8949fa3f2f2bbe431f74de71b8c491ae4a157a4b4bbbd64c5d0b3b403c48de4c
5
5
  SHA512:
6
- metadata.gz: eac4e598b06957dfe3d37fe4fd8fda8e0e930964cf313d84b2ef8f9f0c64441dd89d283b0008d05009118ce41b0af1fe61ada9bc47953c5f8aa1d366a10a231b
7
- data.tar.gz: f118ca3df414c9ab90064b3de17907191fbfc734df2c7186e4cb9f5845cecccf7f362e6ae06572b72bf221cd07b3749fa5d1384d79866c223147b757d3d4de06
6
+ metadata.gz: c20db3c5fad7bde0d44ae0c9058b065dcbe24d19a1df6c3915bee468c869bd3141b632d75a5ad7136c016474a49b57e85b1c81a7f266619fc84017a48e046d0c
7
+ data.tar.gz: ce181f246a449f86c01077ba38b347b85e46db8931ce7477630407beaf9bd31de7f8c0b62bf3403a88d45ea80f709747498565553dfb3979dcd2342c55e49bc2
@@ -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.16
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)
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.16
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-24 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description:
14
14
  email: