yoshiki 5.0.0 → 5.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/README.md +8 -6
- data/lib/yoshiki/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c3862197a55f50ca713cb245c6c45e2022aab49f
|
4
|
+
data.tar.gz: 1505c9174c9cafbda5c63e21992f6d0bb8556a19
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1850682bbba9f791cc88cd23bcf591a05c8905c7833bc5e78d83bae80e8ab3a9343c0dba03c7a2fc773848b40cb73d23f2047e684d90fee413f16a8c0f736a4c
|
7
|
+
data.tar.gz: a8b4e755ac99bc82d77d908f5b6eb4a31caf5307c27c0adc9ba4d48d46e85e1fcda5d1a25a281fe4175a6a88931b682e55d3f301582b03cf3c921989cc0532c0
|
data/Gemfile.lock
CHANGED
data/README.md
CHANGED
@@ -4,7 +4,7 @@ Yōshiki (様式)
|
|
4
4
|
Dev Fu! Style
|
5
5
|
-------------
|
6
6
|
|
7
|
-
For rubocop
|
7
|
+
For rubocop v0.57.2 & ruby 2.5.1
|
8
8
|
|
9
9
|
[![rubygems][gem-image]][gem]
|
10
10
|
[![build status][ci-image]][ci]
|
@@ -39,14 +39,16 @@ inherit_gem:
|
|
39
39
|
## Ruby support
|
40
40
|
|
41
41
|
- ruby 2.3, use [~> 3.2][3.2]
|
42
|
-
- ruby 2.4, use [
|
42
|
+
- ruby 2.4, use [=> 4.0][4.0]
|
43
|
+
- ruby 2.5, use [=> 4.3][4.3]
|
43
44
|
|
44
45
|
<!-- links -->
|
45
|
-
[ci]: https://gitlab.
|
46
|
+
[ci]: https://gitlab.com/devfu/yoshiki/pipelines?scope=branches "build history"
|
46
47
|
[gem]: https://rubygems.org/gems/yoshiki
|
47
|
-
[3.2]: https://gitlab.
|
48
|
-
[4.0]: https://gitlab.
|
48
|
+
[3.2]: https://gitlab.com/devfu/yoshiki/tags/v3.2.0
|
49
|
+
[4.0]: https://gitlab.com/devfu/yoshiki/tags/v4.0.0
|
50
|
+
[4.3]: https://gitlab.com/devfu/yoshiki/tags/v4.3.0
|
49
51
|
|
50
52
|
<!-- images -->
|
51
|
-
[ci-image]: https://gitlab.
|
53
|
+
[ci-image]: https://gitlab.com/devfu/yoshiki/badges/master/pipeline.svg
|
52
54
|
[gem-image]: https://badge.fury.io/rb/yoshiki.svg
|
data/lib/yoshiki/version.rb
CHANGED