taichi 1.0.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.
Files changed (4) hide show
  1. checksums.yaml +7 -0
  2. data/lib/taichi/version.rb +3 -0
  3. data/lib/taichi.rb +2 -0
  4. metadata +44 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 8d04cf6f5d94035c909f478f5618e1c26ee4359c00d1baaf64ce19663452c3f3
4
+ data.tar.gz: 9a3335e0c76d4f70c9eec83d08c704c96cc88cd13b2c156f682493d9d6c2d99a
5
+ SHA512:
6
+ metadata.gz: 07cb133eb3a07c75883343e6d456f9112b6a6fe2093a931a1cffd8db7eee71ac6e35cc2fe855af73e9defaf2d7ea54685d7ee8ac33947e2dede29149b57056f5
7
+ data.tar.gz: e526979fcec0f083b80333f97c370714b5c7d18700088e6c68164c6766042a9d80ff48831108007b35f3cfa57c2c47e1438fccaa9e1b4dd51bf7910172ce200a
@@ -0,0 +1,3 @@
1
+ module TaiChi
2
+ VERSION = '1.0.1'
3
+ end
data/lib/taichi.rb ADDED
@@ -0,0 +1,2 @@
1
+ module TaiChi
2
+ end
metadata ADDED
@@ -0,0 +1,44 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: taichi
3
+ version: !ruby/object:Gem::Version
4
+ version: 1.0.1
5
+ platform: ruby
6
+ authors:
7
+ - oneureka
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2025-12-26 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description:
14
+ email:
15
+ executables: []
16
+ extensions: []
17
+ extra_rdoc_files: []
18
+ files:
19
+ - lib/taichi.rb
20
+ - lib/taichi/version.rb
21
+ homepage:
22
+ licenses:
23
+ - MIT
24
+ metadata: {}
25
+ post_install_message:
26
+ rdoc_options: []
27
+ require_paths:
28
+ - lib
29
+ required_ruby_version: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - ">="
32
+ - !ruby/object:Gem::Version
33
+ version: '0'
34
+ required_rubygems_version: !ruby/object:Gem::Requirement
35
+ requirements:
36
+ - - ">="
37
+ - !ruby/object:Gem::Version
38
+ version: '0'
39
+ requirements: []
40
+ rubygems_version: 3.5.22
41
+ signing_key:
42
+ specification_version: 4
43
+ summary: TaiChi command line tool
44
+ test_files: []