coretool 0.0.0 → 0.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 (3) hide show
  1. checksums.yaml +4 -4
  2. data/bin/coretool +4 -0
  3. metadata +4 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 98d0d005bd3a836e8c6249b60f1ee42a678c8d21f1864cf317b3725cab0c3520
4
- data.tar.gz: 3bb47fbba3aa14dc4e115dafe7e090053922d641123b50710135af5c81f8dd4d
3
+ metadata.gz: '09adaa91401f56911a8d77ffb3f44ebc7e132c372152922a1aea68278cf8f8e7'
4
+ data.tar.gz: f83e8420cd9f84c32e08cc867e5c44ef49cc160c7ab24e676f9111b6a69d0e74
5
5
  SHA512:
6
- metadata.gz: 490a778b7e9bb9c0a244b02e94204b9b992d0648b833e68d566f6589be8a264f957f6a6390cc70b9406d3381c91fc34734b8402b12598e74e4e7bd0a262f72c3
7
- data.tar.gz: 33a0178af8401e16a34db3d5ba0e6f395b386ee81add32c438eb38a59bb861e1ad691244a77409599ca700f04659b7b764541302d4f182d800737825e2d02f7b
6
+ metadata.gz: 959807bc75aa00a4724a0c6a688dcb633ef3b5e8061f946b77896d8cf98b4c9a7fbf8b430597f7229c7560bec59b70085447706d69c3350b0e81fc0c41b864ce
7
+ data.tar.gz: f5a190d02838dbbe097d1910791f364ce19903984d2fc2fe426a753a0ac73143dafa213509d4bf7f5216017a4477ecb0e24eb304e79d0ce41a3b7a00fecf8866
data/bin/coretool ADDED
@@ -0,0 +1,4 @@
1
+ #!/usr/bin/env ruby
2
+
3
+ require 'coretool'
4
+ CoreTool.hi
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: coretool
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.0
4
+ version: 0.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael Chen
@@ -12,10 +12,12 @@ date: 2021-08-12 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description:
14
14
  email: xychen@msn.com
15
- executables: []
15
+ executables:
16
+ - coretool
16
17
  extensions: []
17
18
  extra_rdoc_files: []
18
19
  files:
20
+ - bin/coretool
19
21
  - lib/coretool.rb
20
22
  homepage:
21
23
  licenses: