yoshiki 7.0.0.pre.alpha.5 → 7.0.0.pre.alpha.6
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/.devfu-rubocop.yml +2 -5
- data/.gitlab-ci.yml +1 -0
- data/Gemfile.lock +1 -1
- data/lib/yoshiki/version.rb +1 -1
- 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: 117f2384ae2ea3dfd457a61a52e5d6ca00d864b66b151f109520f57ad1a6e71e
|
|
4
|
+
data.tar.gz: bd328bf757694168f4a7cea5bd920b7fe21e4dcec7f6488c608737e1efde3ffc
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 50c1ebf6695f4d365b10ee99f9f626834b736f71ceaed098faa606c81a3297fa3a2343742df36f7df4d2e4a98209178504ff32693e80da834d99606cf788254f
|
|
7
|
+
data.tar.gz: 74975c2625de18303f9ab99759d6d549d18d81bf212818ad0ef841dbb5e3dc4db78e988de44cc6a8ad1697ef945e55025ae5339131e575e03dc7689546342417
|
data/.devfu-rubocop.yml
CHANGED
|
@@ -145,16 +145,13 @@ Lint/LambdaWithoutLiteralBlock: # new in 1.8
|
|
|
145
145
|
Lint/NoReturnInBeginEndBlocks: # new in 1.2
|
|
146
146
|
Enabled: true
|
|
147
147
|
|
|
148
|
+
# Required Ruby version: 3.1
|
|
148
149
|
Lint/NumberedParameterAssignment: # new in 1.9
|
|
149
|
-
Enabled:
|
|
150
|
+
Enabled: false
|
|
150
151
|
|
|
151
152
|
Lint/OrAssignmentToConstant: # new in 1.9
|
|
152
153
|
Enabled: true
|
|
153
154
|
|
|
154
|
-
# Required Ruby version: 3.1
|
|
155
|
-
Lint/NumberedParameterAssignment: # new in 1.9
|
|
156
|
-
Enabled: false
|
|
157
|
-
|
|
158
155
|
Lint/RedundantDirGlobSort: # new in 1.8
|
|
159
156
|
Enabled: true
|
|
160
157
|
|
data/.gitlab-ci.yml
CHANGED
data/Gemfile.lock
CHANGED
data/lib/yoshiki/version.rb
CHANGED