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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0f7ae14cc9e1f003c3fe8623725030a7f242ad1e36f6782e2e8dba2ba671eb9a
4
- data.tar.gz: 155a814e5f41861b4c88077f4443d96dbe9309d4259c42480d07ce79f64308b0
3
+ metadata.gz: 117f2384ae2ea3dfd457a61a52e5d6ca00d864b66b151f109520f57ad1a6e71e
4
+ data.tar.gz: bd328bf757694168f4a7cea5bd920b7fe21e4dcec7f6488c608737e1efde3ffc
5
5
  SHA512:
6
- metadata.gz: 9631a5bc9576f967a3d4aa0b69cef8d96e8280d6109887a962946854854d9b593d42f62c7c59de2d04c68a7942ebac0026e46ca2a2b58f53ea1a95c205e022fd
7
- data.tar.gz: 80be2c79dc241d9e3970200532856428485b3d6efefe67de487e6467739bb822ea13ed1df0a2a8774a9551e9be9ae0cd3ddfd7af0fec710f7872cf507f5a9fce
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: true
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
@@ -4,6 +4,7 @@ variables:
4
4
 
5
5
  before_script:
6
6
  - apk upgrade --update && apk add --no-cache git build-base
7
+ - gem update bundler
7
8
  - bundle install --clean --jobs $(nproc) --retry=3
8
9
 
9
10
  ruby 3.1:
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- yoshiki (7.0.0.pre.alpha.5)
4
+ yoshiki (7.0.0.pre.alpha.6)
5
5
  rubocop (= 1.30.1)
6
6
  rubocop-rails (= 2.14.2)
7
7
  rubocop-rake (= 0.6.0)
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Yoshiki
4
4
 
5
- VERSION = '7.0.0-alpha.5'
5
+ VERSION = '7.0.0-alpha.6'
6
6
 
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: yoshiki
3
3
  version: !ruby/object:Gem::Version
4
- version: 7.0.0.pre.alpha.5
4
+ version: 7.0.0.pre.alpha.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - BM5k