etoji 0.2.0 → 0.2.1
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/.github/workflows/test.yml +2 -1
- data/Steepfile +0 -12
- data/lib/etoji/version.rb +1 -1
- metadata +3 -4
- data/sig/patch/data.rbs +0 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0b28cd30ad8f3111e91d658dfba76ca4768f9cccdb7806add1475fbc7ebe3c04
|
|
4
|
+
data.tar.gz: 9e0fe3f93d5f679dc583f30eb8dd68a5fdcc27988f826ad40e8a5a562da1f102
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c28f3236bbb35df7b395ac2f28019a230c2abbf439e39b4898368690b7e1b72e975024ab7535e36d415936840f670a25d218b28ee37217b974131edc964e28f4
|
|
7
|
+
data.tar.gz: 8afc27bcc0922d3bc5211af8a2e0e79e800d9832243c53694df18db258f88a485b90a9aae5efcad02cffa9866be74ec4f297ad46f368fe51b04eaf9dc4a30764
|
data/.github/workflows/test.yml
CHANGED
data/Steepfile
CHANGED
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
D = Steep::Diagnostic
|
|
2
|
-
|
|
3
1
|
target :lib do
|
|
4
2
|
signature "sig"
|
|
5
3
|
|
|
@@ -8,14 +6,4 @@ target :lib do
|
|
|
8
6
|
library(
|
|
9
7
|
"json"
|
|
10
8
|
)
|
|
11
|
-
|
|
12
|
-
# NOTE: Unexpected error occured like below.
|
|
13
|
-
# lib/etoji.rb:16:4: [error] Syntax `case_match` is not supported in Steep
|
|
14
|
-
# │ Diagnostic ID: Ruby::UnsupportedSyntax
|
|
15
|
-
# │
|
|
16
|
-
# └ case [with_prev, with_next]
|
|
17
|
-
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
18
|
-
configure_code_diagnostics do |hash|
|
|
19
|
-
hash[D::Ruby::UnsupportedSyntax] = :information
|
|
20
|
-
end
|
|
21
9
|
end
|
data/lib/etoji/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: etoji
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- mitsubosh
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2024-01-04 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: json
|
|
@@ -54,7 +54,6 @@ files:
|
|
|
54
54
|
- sig/lib/etoji/jikkan.rbs
|
|
55
55
|
- sig/lib/etoji/jyunishi.rbs
|
|
56
56
|
- sig/lib/etoji/version.rbs
|
|
57
|
-
- sig/patch/data.rbs
|
|
58
57
|
homepage: https://github.com/MITSUBOSHI/etoji
|
|
59
58
|
licenses:
|
|
60
59
|
- MIT
|
|
@@ -76,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
76
75
|
- !ruby/object:Gem::Version
|
|
77
76
|
version: '0'
|
|
78
77
|
requirements: []
|
|
79
|
-
rubygems_version: 3.
|
|
78
|
+
rubygems_version: 3.5.3
|
|
80
79
|
signing_key:
|
|
81
80
|
specification_version: 4
|
|
82
81
|
summary: Simple 干支(eto) library
|
data/sig/patch/data.rbs
DELETED