yoshiki 3.2.0 → 4.0.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/.gitlab-ci.yml +0 -60
- data/README.md +8 -1
- data/lib/yoshiki/version.rb +1 -1
- data/yoshiki.gemspec +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c27cfa89a3d83e04b5f546ced771961c00356321
|
|
4
|
+
data.tar.gz: 3ff4821aa51400de0cac5e052d1b112ee7e40518
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a79999ccd4506906ce6f037ad7cc8e934c6d1d671cae08189fc7501125d29b181594041a895b51a479931ef7dc6fbba3f6a71182220974e6b58efe42007f2913
|
|
7
|
+
data.tar.gz: 0013d81daf96cbee9da4c58775271052ec59c8637912084cba9bbfbb7c996eafbabee6d0ea9593de46fb52d42bcccb4b583421e3fb730af6d2020426dc3cdebd
|
data/.gitlab-ci.yml
CHANGED
|
@@ -1,66 +1,6 @@
|
|
|
1
1
|
before_script:
|
|
2
2
|
- bundle install --clean --jobs $(nproc) --path=/vendor/bundle --retry=3
|
|
3
3
|
|
|
4
|
-
ruby 2.3.1 1:
|
|
5
|
-
cache:
|
|
6
|
-
key: "$CI_BUILD_REF_NAME/2.3.1"
|
|
7
|
-
paths:
|
|
8
|
-
- vendor/bundle
|
|
9
|
-
image: devfu/ci:2.3.1
|
|
10
|
-
script:
|
|
11
|
-
- bundle exec rake spec rubocop
|
|
12
|
-
stage: test
|
|
13
|
-
tags:
|
|
14
|
-
- 1gb
|
|
15
|
-
|
|
16
|
-
ruby 2.3.2 2:
|
|
17
|
-
cache:
|
|
18
|
-
key: "$CI_BUILD_REF_NAME/2.3.2"
|
|
19
|
-
paths:
|
|
20
|
-
- vendor/bundle
|
|
21
|
-
image: devfu/ci:2.3.2
|
|
22
|
-
script:
|
|
23
|
-
- bundle exec rake spec rubocop
|
|
24
|
-
stage: test
|
|
25
|
-
tags:
|
|
26
|
-
- 1gb
|
|
27
|
-
|
|
28
|
-
ruby 2.3.3 3:
|
|
29
|
-
cache:
|
|
30
|
-
key: "$CI_BUILD_REF_NAME/2.3.3"
|
|
31
|
-
paths:
|
|
32
|
-
- vendor/bundle
|
|
33
|
-
image: devfu/ci:2.3.3
|
|
34
|
-
script:
|
|
35
|
-
- bundle exec rake spec rubocop
|
|
36
|
-
stage: test
|
|
37
|
-
tags:
|
|
38
|
-
- 1gb
|
|
39
|
-
|
|
40
|
-
ruby 2.3.4 4:
|
|
41
|
-
cache:
|
|
42
|
-
key: "$CI_BUILD_REF_NAME/2.3.4"
|
|
43
|
-
paths:
|
|
44
|
-
- vendor/bundle
|
|
45
|
-
image: devfu/ci:2.3.4
|
|
46
|
-
script:
|
|
47
|
-
- bundle exec rake spec rubocop
|
|
48
|
-
stage: test
|
|
49
|
-
tags:
|
|
50
|
-
- 1gb
|
|
51
|
-
|
|
52
|
-
ruby 2.3.5 5:
|
|
53
|
-
cache:
|
|
54
|
-
key: "$CI_BUILD_REF_NAME/2.3.5"
|
|
55
|
-
paths:
|
|
56
|
-
- vendor/bundle
|
|
57
|
-
image: devfu/ci:2.3.5
|
|
58
|
-
script:
|
|
59
|
-
- bundle exec rake spec rubocop
|
|
60
|
-
stage: test
|
|
61
|
-
tags:
|
|
62
|
-
- 1gb
|
|
63
|
-
|
|
64
4
|
ruby 2.4.0 0:
|
|
65
5
|
cache:
|
|
66
6
|
key: "$CI_BUILD_REF_NAME/2.4.0"
|
data/README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Yōshiki
|
|
2
2
|
=======
|
|
3
3
|
|
|
4
|
-
Dev Fu! Style for rubocop 0.
|
|
4
|
+
Dev Fu! Style for rubocop 0.49.1
|
|
5
5
|
|
|
6
6
|
[![rubygems][gem-image]][gem]
|
|
7
7
|
[![build status][ci-image]][ci]
|
|
@@ -33,9 +33,16 @@ inherit_gem:
|
|
|
33
33
|
yoshiki: .devfu-rubocop.yml
|
|
34
34
|
```
|
|
35
35
|
|
|
36
|
+
## Ruby support
|
|
37
|
+
|
|
38
|
+
- ruby 2.3, use [~> 3.2][3.2]
|
|
39
|
+
- ruby 2.4, use [~> 4.0][4.0]
|
|
40
|
+
|
|
36
41
|
<!-- links -->
|
|
37
42
|
[ci]: https://gitlab.devfu.com/devfu/yoshiki/builds "build history"
|
|
38
43
|
[gem]: https://rubygems.org/gems/yoshiki
|
|
44
|
+
[3.2]: https://gitlab.devfu.com/devfu/yoshiki/tags/v3.2.0
|
|
45
|
+
[4.0]: https://gitlab.devfu.com/devfu/yoshiki/tags/v4.0.0
|
|
39
46
|
|
|
40
47
|
<!-- images -->
|
|
41
48
|
[ci-image]: https://gitlab.devfu.com/devfu/yoshiki/badges/master/build.svg
|
data/lib/yoshiki/version.rb
CHANGED
data/yoshiki.gemspec
CHANGED
|
@@ -18,7 +18,7 @@ Gem::Specification.new do |spec|
|
|
|
18
18
|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename f }
|
|
19
19
|
spec.require_paths = %w[ lib ]
|
|
20
20
|
|
|
21
|
-
spec.required_ruby_version = ['>= 2.
|
|
21
|
+
spec.required_ruby_version = ['>= 2.4.0', '< 2.5.0']
|
|
22
22
|
|
|
23
23
|
spec.add_dependency 'rubocop-rspec', '~> 1.15.0'
|
|
24
24
|
spec.add_dependency 'rubocop', '~> 0.49.1'
|
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:
|
|
4
|
+
version: 4.0.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- BM5k
|
|
@@ -126,7 +126,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
126
126
|
requirements:
|
|
127
127
|
- - ">="
|
|
128
128
|
- !ruby/object:Gem::Version
|
|
129
|
-
version: 2.
|
|
129
|
+
version: 2.4.0
|
|
130
130
|
- - "<"
|
|
131
131
|
- !ruby/object:Gem::Version
|
|
132
132
|
version: 2.5.0
|