furion 1.0.0 → 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 (3) hide show
  1. checksums.yaml +4 -4
  2. data/bin/furion +4 -0
  3. metadata +4 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1dacb367f0bc87ee6b8c709be23d755ad82dce49ced15b314b93e5548ec2851b
4
- data.tar.gz: 28c046007425ea4d693500cabd0e0a5936ba8cd46ee4eeef857d2be0533854e5
3
+ metadata.gz: 01ed1b9cc7376c3a30c294fc9fc58eabc7d7a575a700c0130f538363c00aaf52
4
+ data.tar.gz: cbe54595f6d851b755c708fe47d2d569d0dd1d1060001e9f960773c396cc27ce
5
5
  SHA512:
6
- metadata.gz: 96e19e4bee95a36ecc35bf3e55f35be3f57b3259312a2406d1350e9e12fed027c5008c1b4e9f89c37fdba52919275c72a71b3412855d8517b8160bfbd1f11321
7
- data.tar.gz: 156855a6ed5ec3ee843ba33dd368c6887eb7e206753532b54c674e28c3d7a3959e2edd40c577773f31f580c472c00f20ff70341c78c0e983797d817e1b109c5a
6
+ metadata.gz: b987978dfca29f8f8753227ddd19796d5881d1d1c837ad1d9182ef6783c0a3051dffe647903481792012c3d928d899cc9e69ac6b8d0d3e8b083cb8fc3c5bb91c
7
+ data.tar.gz: 62111fab36dc57e1104b183f4cbcc1078b7b29084f3d43e0e65dfa37afe275cb64dc44a798420a7b7d41571827de3cc88b7da75b6bb7cd58653f1e09b5289740
@@ -0,0 +1,4 @@
1
+ #!/usr/bin/env ruby
2
+
3
+ require 'furion'
4
+ puts Furion.hi
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: furion
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - MTP Huya
@@ -12,10 +12,12 @@ date: 2019-10-16 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: A simple hello world gem
14
14
  email: mtphuya@yandex.com
15
- executables: []
15
+ executables:
16
+ - furion
16
17
  extensions: []
17
18
  extra_rdoc_files: []
18
19
  files:
20
+ - bin/furion
19
21
  - lib/furion.rb
20
22
  homepage: https://rubygems.org/gems/furion
21
23
  licenses: