mk_semi_lattice 0.4.3 → 0.4.4
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/lib/abbrev_checker/abbrev_check.rb +15 -2
- data/lib/abbrev_checker/abbrev_sample.tgz +0 -0
- data/lib/abbrev_checker/abbrev_yamls/.semi_lattice/icons/document.png +0 -0
- data/lib/abbrev_checker/abbrev_yamls/.semi_lattice/icons/folder.png +0 -0
- data/lib/abbrev_checker/abbrev_yamls/.semi_lattice/semi_lattice.yaml +304 -0
- data/lib/abbrev_checker/abbrev_yamls/command_tree.yaml +29 -18
- data/lib/abbrev_checker/abbrev_yamls/command_tree_node_edge.yaml +174 -0
- data/lib/abbrev_checker/docs/abbrev_checker/abbrev_checker.003.png +0 -0
- data/lib/abbrev_checker/docs/abbrev_checker/abbrev_checker.004.png +0 -0
- data/lib/abbrev_checker/docs/abbrev_checker.key +0 -0
- data/lib/abbrev_checker/docs/readme.org +13 -1
- data/lib/docs/short_intro/short_intro.001.png +0 -0
- data/lib/docs/short_intro/short_intro.002.png +0 -0
- data/lib/docs/short_intro/short_intro.003.png +0 -0
- data/lib/docs/short_intro/short_intro.004.png +0 -0
- data/lib/docs/short_intro.html +125 -0
- data/lib/docs/short_intro.key +0 -0
- data/lib/docs/short_intro.org +24 -0
- data/lib/hc.rb +14 -0
- data/lib/mk_semi_lattice/version.rb +1 -1
- data/lib/plot/plot.rb +166 -0
- data/lib/voca_buil/Rakefile_mk_sample_tgz.rake +162 -0
- data/lib/voca_buil/docs/readme.html +87 -36
- data/lib/voca_buil/docs/readme.org +13 -2
- data/lib/voca_buil/docs/voca_buil/voca_buil.001.png +0 -0
- data/lib/voca_buil/docs/voca_buil/voca_buil.002.png +0 -0
- data/lib/voca_buil/docs/voca_buil/voca_buil.003.png +0 -0
- data/lib/voca_buil/docs/voca_buil/voca_buil.004.png +0 -0
- data/lib/voca_buil/docs/voca_buil/voca_buil.005.png +0 -0
- data/lib/voca_buil/docs/voca_buil/voca_buil.006.png +0 -0
- data/lib/voca_buil/docs/voca_buil/voca_buil.007.png +0 -0
- data/lib/voca_buil/docs/voca_buil/voca_buil.008.png +0 -0
- data/lib/voca_buil/docs/voca_buil/voca_buil.009.png +0 -0
- data/lib/voca_buil/docs/voca_buil/voca_buil.010.png +0 -0
- data/lib/voca_buil/docs/voca_buil/voca_buil.011.png +0 -0
- data/lib/voca_buil/docs/voca_buil/voca_buil.012.png +0 -0
- data/lib/voca_buil/docs/voca_buil/voca_buil.013.png +0 -0
- data/lib/voca_buil/docs/voca_buil/voca_buil.014.png +0 -0
- data/lib/voca_buil/docs/voca_buil/voca_buil.015.png +0 -0
- data/lib/voca_buil/docs/voca_buil/voca_buil.016.png +0 -0
- data/lib/voca_buil/docs/voca_buil/voca_buil.017.png +0 -0
- data/lib/voca_buil/docs/voca_buil/voca_buil.018.png +0 -0
- data/lib/voca_buil/docs/voca_buil/voca_buil.019.png +0 -0
- data/lib/voca_buil/docs/voca_buil/voca_buil.020.png +0 -0
- data/lib/voca_buil/docs/voca_buil.key +0 -0
- data/lib/voca_buil/etymological_builder_check_sample.tgz +0 -0
- data/lib/voca_buil/multi_check.rb +53 -27
- data/readme.html +28 -36
- data/{README.org → readme.org} +2 -6
- metadata +18 -7
- data/.DS_Store +0 -0
- data/lib/abbrev_checker/check_log.yaml +0 -13
- data/lib/abbrev_checker/word_log.yaml +0 -18
- data/lib/voca_buil/docs/voca_buil.pdf +0 -0
- data/lib/voca_buil/docs/voca_buil.png +0 -0
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: mk_semi_lattice
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.4.
|
|
4
|
+
version: 0.4.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Shigeto R. Nishitani
|
|
@@ -89,7 +89,6 @@ executables:
|
|
|
89
89
|
extensions: []
|
|
90
90
|
extra_rdoc_files: []
|
|
91
91
|
files:
|
|
92
|
-
- ".DS_Store"
|
|
93
92
|
- ".semi_lattice/icons/document.png"
|
|
94
93
|
- ".semi_lattice/icons/folder.png"
|
|
95
94
|
- ".stack/docs/knowledge_fixer.key"
|
|
@@ -115,7 +114,6 @@ files:
|
|
|
115
114
|
- CHANGELOG.md
|
|
116
115
|
- CODE_OF_CONDUCT.md
|
|
117
116
|
- LICENSE.txt
|
|
118
|
-
- README.org
|
|
119
117
|
- Rakefile
|
|
120
118
|
- app/assets/icons/document.png
|
|
121
119
|
- app/assets/icons/folder.png
|
|
@@ -128,16 +126,26 @@ files:
|
|
|
128
126
|
- lib/Rakefile
|
|
129
127
|
- lib/abbrev_checker/abbrev_check.rb
|
|
130
128
|
- lib/abbrev_checker/abbrev_sample.tgz
|
|
129
|
+
- lib/abbrev_checker/abbrev_yamls/.semi_lattice/icons/document.png
|
|
130
|
+
- lib/abbrev_checker/abbrev_yamls/.semi_lattice/icons/folder.png
|
|
131
|
+
- lib/abbrev_checker/abbrev_yamls/.semi_lattice/semi_lattice.yaml
|
|
131
132
|
- lib/abbrev_checker/abbrev_yamls/command_tree.yaml
|
|
133
|
+
- lib/abbrev_checker/abbrev_yamls/command_tree_node_edge.yaml
|
|
132
134
|
- lib/abbrev_checker/abbrev_yamls/initialism_tree.yaml
|
|
133
|
-
- lib/abbrev_checker/check_log.yaml
|
|
134
135
|
- lib/abbrev_checker/docs/abbrev_checker.key
|
|
135
136
|
- lib/abbrev_checker/docs/abbrev_checker/abbrev_checker.001.png
|
|
136
137
|
- lib/abbrev_checker/docs/abbrev_checker/abbrev_checker.002.png
|
|
137
138
|
- lib/abbrev_checker/docs/abbrev_checker/abbrev_checker.003.png
|
|
139
|
+
- lib/abbrev_checker/docs/abbrev_checker/abbrev_checker.004.png
|
|
138
140
|
- lib/abbrev_checker/docs/readme.html
|
|
139
141
|
- lib/abbrev_checker/docs/readme.org
|
|
140
|
-
- lib/
|
|
142
|
+
- lib/docs/short_intro.html
|
|
143
|
+
- lib/docs/short_intro.key
|
|
144
|
+
- lib/docs/short_intro.org
|
|
145
|
+
- lib/docs/short_intro/short_intro.001.png
|
|
146
|
+
- lib/docs/short_intro/short_intro.002.png
|
|
147
|
+
- lib/docs/short_intro/short_intro.003.png
|
|
148
|
+
- lib/docs/short_intro/short_intro.004.png
|
|
141
149
|
- lib/hc.rb
|
|
142
150
|
- lib/mk_semi_lattice.rb
|
|
143
151
|
- lib/mk_semi_lattice/.semi_lattice/dir_node_edge.yaml
|
|
@@ -167,17 +175,17 @@ files:
|
|
|
167
175
|
- lib/mk_stack/docs/readme.org
|
|
168
176
|
- lib/mk_stack/mk_stack.rb
|
|
169
177
|
- lib/mk_stack/project.code-workspace
|
|
178
|
+
- lib/plot/plot.rb
|
|
170
179
|
- lib/split_pdf/docs/images/split_pdf.001.png
|
|
171
180
|
- lib/split_pdf/docs/readme.html
|
|
172
181
|
- lib/split_pdf/docs/readme.org
|
|
173
182
|
- lib/split_pdf/docs/split_pdf.key
|
|
174
183
|
- lib/split_pdf/split_pdf.rb
|
|
175
184
|
- lib/voca_buil/.vscode/settings.json
|
|
185
|
+
- lib/voca_buil/Rakefile_mk_sample_tgz.rake
|
|
176
186
|
- lib/voca_buil/docs/readme.html
|
|
177
187
|
- lib/voca_buil/docs/readme.org
|
|
178
188
|
- lib/voca_buil/docs/voca_buil.key
|
|
179
|
-
- lib/voca_buil/docs/voca_buil.pdf
|
|
180
|
-
- lib/voca_buil/docs/voca_buil.png
|
|
181
189
|
- lib/voca_buil/docs/voca_buil/voca_buil.001.png
|
|
182
190
|
- lib/voca_buil/docs/voca_buil/voca_buil.002.png
|
|
183
191
|
- lib/voca_buil/docs/voca_buil/voca_buil.003.png
|
|
@@ -196,10 +204,13 @@ files:
|
|
|
196
204
|
- lib/voca_buil/docs/voca_buil/voca_buil.016.png
|
|
197
205
|
- lib/voca_buil/docs/voca_buil/voca_buil.017.png
|
|
198
206
|
- lib/voca_buil/docs/voca_buil/voca_buil.018.png
|
|
207
|
+
- lib/voca_buil/docs/voca_buil/voca_buil.019.png
|
|
208
|
+
- lib/voca_buil/docs/voca_buil/voca_buil.020.png
|
|
199
209
|
- lib/voca_buil/etymological_builder_check_sample.tgz
|
|
200
210
|
- lib/voca_buil/multi_check.rb
|
|
201
211
|
- lib/voca_buil/project.code-workspace
|
|
202
212
|
- readme.html
|
|
213
|
+
- readme.org
|
|
203
214
|
- sig/mk_semi_lattice.rbs
|
|
204
215
|
homepage: https://github.com/daddygongon/mk_semi_lattice
|
|
205
216
|
licenses:
|
data/.DS_Store
DELETED
|
Binary file
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
- - '2026-01-12 12:38:31'
|
|
3
|
-
- "-f abbrev_yamls/command_tree.yaml"
|
|
4
|
-
- 5/5
|
|
5
|
-
- - '2026-01-12 12:39:49'
|
|
6
|
-
- "-f abbrev_yamls/initialism_tree.yaml"
|
|
7
|
-
- 4/5
|
|
8
|
-
- - '2026-01-12 12:42:06'
|
|
9
|
-
- "-f abbrev_yamls/initialism_tree.yaml"
|
|
10
|
-
- 5/5
|
|
11
|
-
- - '2026-01-12 12:42:33'
|
|
12
|
-
- "-f abbrev_yamls/command_tree.yaml"
|
|
13
|
-
- 5/5
|
|
Binary file
|
|
Binary file
|