barsoom_utils 0.1.1.19 → 0.1.1.20
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.
- checksums.yaml +4 -4
- data/VERSION +1 -1
- data/shared_rubocop.yml +0 -6
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8a9d9d936980d3e0cab4dc064368e398d1ea7dadb5a8244a42b2dbdaf49155bf
|
|
4
|
+
data.tar.gz: 3931d23a734c47a960942b5ccc5c05ec6e251a46900bfdcbd05bf6f4171a3f3c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a4c50cf5b7f5915da3a7a4aabe822c972f4a66618050884fcc2233ff44b3850355ef3f5a6a3de7ecc2394ee8d6a276a96851be10019accc4c1c24e443da313a0
|
|
7
|
+
data.tar.gz: 5da6258d39fe440cdc25bf572ddd1648ccbdca1955bb4f85cfbfb210c5ac58e246956821c87aab40bb098dd305c06883ad8fe66d9db16f1da9cccc0a45310511
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.1.1.
|
|
1
|
+
0.1.1.20
|
data/shared_rubocop.yml
CHANGED
|
@@ -252,12 +252,6 @@ Style/HashSyntax:
|
|
|
252
252
|
Enabled: true
|
|
253
253
|
EnforcedStyle: ruby19
|
|
254
254
|
|
|
255
|
-
Security/IoMethods: # new in 1.22
|
|
256
|
-
Enabled: true
|
|
257
|
-
|
|
258
|
-
Security/CompoundHash: # new in 1.28
|
|
259
|
-
Enabled: true
|
|
260
|
-
|
|
261
255
|
# https://docs.rubocop.org/rubocop/cops_gemspec.html#gemspecduplicatedassignment
|
|
262
256
|
Gemspec/DuplicatedAssignment:
|
|
263
257
|
Enabled: true
|