mk_semi_lattice 0.4.2 → 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 +17 -2
- 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} +3 -7
- metadata +60 -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
|
|
@@ -37,6 +37,48 @@ dependencies:
|
|
|
37
37
|
- - ">="
|
|
38
38
|
- !ruby/object:Gem::Version
|
|
39
39
|
version: '0'
|
|
40
|
+
- !ruby/object:Gem::Dependency
|
|
41
|
+
name: thor
|
|
42
|
+
requirement: !ruby/object:Gem::Requirement
|
|
43
|
+
requirements:
|
|
44
|
+
- - ">="
|
|
45
|
+
- !ruby/object:Gem::Version
|
|
46
|
+
version: '0'
|
|
47
|
+
type: :runtime
|
|
48
|
+
prerelease: false
|
|
49
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
50
|
+
requirements:
|
|
51
|
+
- - ">="
|
|
52
|
+
- !ruby/object:Gem::Version
|
|
53
|
+
version: '0'
|
|
54
|
+
- !ruby/object:Gem::Dependency
|
|
55
|
+
name: rake
|
|
56
|
+
requirement: !ruby/object:Gem::Requirement
|
|
57
|
+
requirements:
|
|
58
|
+
- - ">="
|
|
59
|
+
- !ruby/object:Gem::Version
|
|
60
|
+
version: '0'
|
|
61
|
+
type: :development
|
|
62
|
+
prerelease: false
|
|
63
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
64
|
+
requirements:
|
|
65
|
+
- - ">="
|
|
66
|
+
- !ruby/object:Gem::Version
|
|
67
|
+
version: '0'
|
|
68
|
+
- !ruby/object:Gem::Dependency
|
|
69
|
+
name: minitest-reporters
|
|
70
|
+
requirement: !ruby/object:Gem::Requirement
|
|
71
|
+
requirements:
|
|
72
|
+
- - ">="
|
|
73
|
+
- !ruby/object:Gem::Version
|
|
74
|
+
version: '0'
|
|
75
|
+
type: :development
|
|
76
|
+
prerelease: false
|
|
77
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
78
|
+
requirements:
|
|
79
|
+
- - ">="
|
|
80
|
+
- !ruby/object:Gem::Version
|
|
81
|
+
version: '0'
|
|
40
82
|
description: make semi lattice graph from directory structure
|
|
41
83
|
email:
|
|
42
84
|
- shigeto_nishitani@me.com
|
|
@@ -47,7 +89,6 @@ executables:
|
|
|
47
89
|
extensions: []
|
|
48
90
|
extra_rdoc_files: []
|
|
49
91
|
files:
|
|
50
|
-
- ".DS_Store"
|
|
51
92
|
- ".semi_lattice/icons/document.png"
|
|
52
93
|
- ".semi_lattice/icons/folder.png"
|
|
53
94
|
- ".stack/docs/knowledge_fixer.key"
|
|
@@ -73,7 +114,6 @@ files:
|
|
|
73
114
|
- CHANGELOG.md
|
|
74
115
|
- CODE_OF_CONDUCT.md
|
|
75
116
|
- LICENSE.txt
|
|
76
|
-
- README.org
|
|
77
117
|
- Rakefile
|
|
78
118
|
- app/assets/icons/document.png
|
|
79
119
|
- app/assets/icons/folder.png
|
|
@@ -86,16 +126,26 @@ files:
|
|
|
86
126
|
- lib/Rakefile
|
|
87
127
|
- lib/abbrev_checker/abbrev_check.rb
|
|
88
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
|
|
89
132
|
- lib/abbrev_checker/abbrev_yamls/command_tree.yaml
|
|
133
|
+
- lib/abbrev_checker/abbrev_yamls/command_tree_node_edge.yaml
|
|
90
134
|
- lib/abbrev_checker/abbrev_yamls/initialism_tree.yaml
|
|
91
|
-
- lib/abbrev_checker/check_log.yaml
|
|
92
135
|
- lib/abbrev_checker/docs/abbrev_checker.key
|
|
93
136
|
- lib/abbrev_checker/docs/abbrev_checker/abbrev_checker.001.png
|
|
94
137
|
- lib/abbrev_checker/docs/abbrev_checker/abbrev_checker.002.png
|
|
95
138
|
- lib/abbrev_checker/docs/abbrev_checker/abbrev_checker.003.png
|
|
139
|
+
- lib/abbrev_checker/docs/abbrev_checker/abbrev_checker.004.png
|
|
96
140
|
- lib/abbrev_checker/docs/readme.html
|
|
97
141
|
- lib/abbrev_checker/docs/readme.org
|
|
98
|
-
- 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
|
|
99
149
|
- lib/hc.rb
|
|
100
150
|
- lib/mk_semi_lattice.rb
|
|
101
151
|
- lib/mk_semi_lattice/.semi_lattice/dir_node_edge.yaml
|
|
@@ -125,17 +175,17 @@ files:
|
|
|
125
175
|
- lib/mk_stack/docs/readme.org
|
|
126
176
|
- lib/mk_stack/mk_stack.rb
|
|
127
177
|
- lib/mk_stack/project.code-workspace
|
|
178
|
+
- lib/plot/plot.rb
|
|
128
179
|
- lib/split_pdf/docs/images/split_pdf.001.png
|
|
129
180
|
- lib/split_pdf/docs/readme.html
|
|
130
181
|
- lib/split_pdf/docs/readme.org
|
|
131
182
|
- lib/split_pdf/docs/split_pdf.key
|
|
132
183
|
- lib/split_pdf/split_pdf.rb
|
|
133
184
|
- lib/voca_buil/.vscode/settings.json
|
|
185
|
+
- lib/voca_buil/Rakefile_mk_sample_tgz.rake
|
|
134
186
|
- lib/voca_buil/docs/readme.html
|
|
135
187
|
- lib/voca_buil/docs/readme.org
|
|
136
188
|
- lib/voca_buil/docs/voca_buil.key
|
|
137
|
-
- lib/voca_buil/docs/voca_buil.pdf
|
|
138
|
-
- lib/voca_buil/docs/voca_buil.png
|
|
139
189
|
- lib/voca_buil/docs/voca_buil/voca_buil.001.png
|
|
140
190
|
- lib/voca_buil/docs/voca_buil/voca_buil.002.png
|
|
141
191
|
- lib/voca_buil/docs/voca_buil/voca_buil.003.png
|
|
@@ -154,10 +204,13 @@ files:
|
|
|
154
204
|
- lib/voca_buil/docs/voca_buil/voca_buil.016.png
|
|
155
205
|
- lib/voca_buil/docs/voca_buil/voca_buil.017.png
|
|
156
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
|
|
157
209
|
- lib/voca_buil/etymological_builder_check_sample.tgz
|
|
158
210
|
- lib/voca_buil/multi_check.rb
|
|
159
211
|
- lib/voca_buil/project.code-workspace
|
|
160
212
|
- readme.html
|
|
213
|
+
- readme.org
|
|
161
214
|
- sig/mk_semi_lattice.rbs
|
|
162
215
|
homepage: https://github.com/daddygongon/mk_semi_lattice
|
|
163
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
|