barsoom_utils 0.2.0.75 → 0.2.0.76

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 +4 -0
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0eed107fea7d4dde93f462fecdf0e7e57587d434b9bb06e0730ea276ebf94942
4
- data.tar.gz: abeea45d82f92b034907d8cf7177f21b234d18d5118365db7f088d6b07c04f25
3
+ metadata.gz: bc8c7ab6a54929794df46c90b1cbe14474f0461989ee071a5917176c057db757
4
+ data.tar.gz: d016e08c7b0b8fe901eaabafa14027bb9da1c533967b69e078b74191c7da9693
5
5
  SHA512:
6
- metadata.gz: 7e83f9581efcc394f9707f33db11d10a4f0b272c729be5e288bd92c198f29db5748992bc7bcc3176cbe8e4c09d823847697fc64f42e7280ff44682975b312e98
7
- data.tar.gz: f7f1b4ddb2abdaaf03dc6c7630bdeca6a1d56d01c15932ae0f722e6e88b38f8360ebcfe76e70ab2e0625386b75d827358ae6e668cf4c84def5993d4019373483
6
+ metadata.gz: 0b126fb0cbb946764f8e2132e27fd8aaf546857a00caf378086ac20caeffaff5cad49a004472e89397c759e5e704d074a54fd61cf8df8277bce7b2694c511664
7
+ data.tar.gz: f8d54ae7b4b409da656cc85af93cb47fc12aa436d8f59e90b39521323f9c76505cf5631713d5ac437fe1488b8c49bd2a576ed1a963d014db73234b21a6571e39
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.0.75
1
+ 0.2.0.76
data/shared_rubocop.yml CHANGED
@@ -362,6 +362,10 @@ Style/HashSyntax:
362
362
  EnforcedStyle: ruby19
363
363
  EnforcedShorthandSyntax: always # https://docs.rubocop.org/rubocop/cops_style.html#enforcedshorthandsyntax_-always-stylehashsyntax
364
364
 
365
+ Style/RescueStandardError:
366
+ Enabled: true
367
+ EnforcedStyle: implicit
368
+
365
369
  # https://docs.rubocop.org/rubocop/cops_gemspec.html#gemspecduplicatedassignment
366
370
  Gemspec/DuplicatedAssignment:
367
371
  Enabled: true
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.75
4
+ version: 0.2.0.76
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tomas Skogberg