wetransfer_style 2.0.0 → 2.1.0
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/CHANGELOG.md +6 -0
- data/ruby/default.yml +1 -5
- 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: 566ddcd007db7b688f8eaf71a345e2eac031345d21f7747287486e4b5053ae17
|
|
4
|
+
data.tar.gz: 7fd1de0bd7235225084dd261f95d965809332ae81b51f53f6a999aab39b464c1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b9c311f7b2e3e1f9593c2d34865c9a00266fa1cede092e9e8d62b9a72f6823095309cf64c095fbff33d8ce554b5a3c9bd318e91578e57ff3adb29e715082f67b
|
|
7
|
+
data.tar.gz: 84e13e428fb818adfed3d5b0e2d9893e0e4da50375624cbc0e247bc5b06a02515294590b2bf2592401b82a37d5885b3d6ad3d2eb9d0924b83783f711507d0b20
|
data/CHANGELOG.md
CHANGED
data/ruby/default.yml
CHANGED
|
@@ -359,8 +359,6 @@ Style/EnvHome:
|
|
|
359
359
|
Enabled: True
|
|
360
360
|
Style/EvenOdd:
|
|
361
361
|
Enabled: True
|
|
362
|
-
Style/FetchEnvVar:
|
|
363
|
-
Enabled: True
|
|
364
362
|
Style/FileRead:
|
|
365
363
|
Enabled: True
|
|
366
364
|
Style/FileWrite:
|
|
@@ -371,6 +369,7 @@ Style/GlobalVars:
|
|
|
371
369
|
Enabled: True
|
|
372
370
|
Style/HashSyntax:
|
|
373
371
|
Enabled: True
|
|
372
|
+
EnforcedShorthandSyntax: either
|
|
374
373
|
Style/IdenticalConditionalBranches:
|
|
375
374
|
Enabled: True
|
|
376
375
|
Style/IfInsideElse:
|
|
@@ -409,15 +408,12 @@ Style/MinMax:
|
|
|
409
408
|
Enabled: True
|
|
410
409
|
Style/MinMaxComparison:
|
|
411
410
|
Enabled: True
|
|
412
|
-
Style/MissingElse:
|
|
413
|
-
Enabled: True
|
|
414
411
|
Style/MixinGrouping:
|
|
415
412
|
Enabled: True
|
|
416
413
|
Style/MixinUsage:
|
|
417
414
|
Enabled: True
|
|
418
415
|
Style/ModuleFunction:
|
|
419
416
|
Enabled: True
|
|
420
|
-
EnforcedStyle: extend_self
|
|
421
417
|
Style/MultilineIfThen:
|
|
422
418
|
Enabled: True
|
|
423
419
|
Style/MultilineMemoization:
|