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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 925d3a08828d5c136b03a1a65f74672f17ebe463adbd18068ff3dbd619e7f9cd
4
- data.tar.gz: 39270b66dd0cf2f5ad0f42d4bacd97f7aa28304e3a6da193ae1b31da5f7d5725
3
+ metadata.gz: 7aa5c0635234e886596aaa52dd36bf96d49971c95856e045e0b235b6ab30577b
4
+ data.tar.gz: b5a323d50dfb208ceb0cd9bdb5d97440f2c0aab87de464f1ac9ab709c432181a
5
5
  SHA512:
6
- metadata.gz: c2eb4654b815b8bb7255fbd62b9048fe525dadd40c567a7948f22c2a9e9532bdc5f1857e04111efdbfba61d74ad0f3271bced2f66f5b17e735caff84ad1713cd
7
- data.tar.gz: 68945436437d7851d450e8ffda7ea01e78b4f742245aaf870c1515547401d0cb57006be9490877dbd67f7c98dbb32b077461bff54f1cc376ea5e3b2aef5c4816
6
+ metadata.gz: bdba00ce1497ffe139abff360803a222b49657e7bbb79bb5c168eab4f68eb246f8428364861dc2768b3d1bf055156c2c7ebe659cd6da2050c982824c42d4289d
7
+ data.tar.gz: 58962d2ce23551e707dce396556f4c0263bce29b2ad688d35ca957adb2d36b3cde766fe1bf8ded770d64d0d4b6eb988c3476891e25e74b999af71f6a00920f79
@@ -0,0 +1,18 @@
1
+ $material_list =
2
+ [
3
+ ["fundamental field",
4
+ ["matter fermion",
5
+ [
6
+ ["quark",
7
+ ["first-generation quark"
8
+ ]
9
+ ],
10
+ ["lepton"
11
+ ]
12
+ ]
13
+ ],
14
+ ["force boson"
15
+ ]
16
+ ]
17
+
18
+ ]
@@ -1,3 +1,3 @@
1
1
  module Zairyo
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
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.1
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-10-29 00:00:00.000000000 Z
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