zairyo 0.0.1 → 0.0.2
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/zairyo/material_list.rb +18 -0
- data/lib/zairyo/zairyo_version.rb +1 -1
- data/lib/zairyo.rb +6 -6
- metadata +3 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7aa5c0635234e886596aaa52dd36bf96d49971c95856e045e0b235b6ab30577b
|
|
4
|
+
data.tar.gz: b5a323d50dfb208ceb0cd9bdb5d97440f2c0aab87de464f1ac9ab709c432181a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bdba00ce1497ffe139abff360803a222b49657e7bbb79bb5c168eab4f68eb246f8428364861dc2768b3d1bf055156c2c7ebe659cd6da2050c982824c42d4289d
|
|
7
|
+
data.tar.gz: 58962d2ce23551e707dce396556f4c0263bce29b2ad688d35ca957adb2d36b3cde766fe1bf8ded770d64d0d4b6eb988c3476891e25e74b999af71f6a00920f79
|
data/lib/zairyo.rb
CHANGED
|
@@ -1,3 +1,8 @@
|
|
|
1
|
+
require_relative "zairyo/material_graph"
|
|
2
|
+
require_relative "zairyo/material_tree"
|
|
3
|
+
require_relative "zairyo/material_list"
|
|
4
|
+
require_relative "zairyo/zairyo_version"
|
|
5
|
+
|
|
1
6
|
module Zairyo
|
|
2
7
|
class << self
|
|
3
8
|
def new(m_id, m_name)
|
|
@@ -8,9 +13,4 @@ module Zairyo
|
|
|
8
13
|
puts "\nMaterial Name:\t#{@material_name}"
|
|
9
14
|
end
|
|
10
15
|
end
|
|
11
|
-
end
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
require_relative "zairyo/material_graph"
|
|
15
|
-
require_relative "zairyo/material_tree"
|
|
16
|
-
require_relative "zairyo/version"
|
|
16
|
+
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: zairyo
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- M1TE5H
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-
|
|
11
|
+
date: 2021-12-14 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: |
|
|
14
14
|
Zairyo (材料 | zairyō) provides Natural Language Processing functionality
|
|
@@ -20,6 +20,7 @@ extra_rdoc_files: []
|
|
|
20
20
|
files:
|
|
21
21
|
- lib/zairyo.rb
|
|
22
22
|
- lib/zairyo/material_graph.rb
|
|
23
|
+
- lib/zairyo/material_list.rb
|
|
23
24
|
- lib/zairyo/material_tree.rb
|
|
24
25
|
- lib/zairyo/zairyo_version.rb
|
|
25
26
|
homepage: https://github.com/M1TE5H/zairyo.git
|