blade_coin 0.1.3 → 0.1.4

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: a1eaaf988e207c8348d4b6533f7b6058ad5fed35964d383a4accc789b8c2f701
4
- data.tar.gz: 5778270f385d4e3394cdc8a9afbe49e9efc519251a1d234ec96269806677ef38
3
+ metadata.gz: b9aa5fb1920b1f37da206bcaefd234a47ec50636a4325c038f9d3a1144414092
4
+ data.tar.gz: cc9ca4737659577b831f44026f5d23f7425e4c7da11e5b1759d537e345859ba9
5
5
  SHA512:
6
- metadata.gz: c6ca09ff562468cde44c6435205763d98ac12f2d41f921ab5d60920bcc1cfb4b9c9e573faea50bf4723e18c8cfcd6ceaadeea222704c92c2af8858531a8c9c63
7
- data.tar.gz: 01b7391ce789345588f35600a9fe556e5932178f77ebc97ce39cb3497abc4ca4870085b871be00ace4c4bc258f6a9bf31504de1948cd0706ec7a3a5ca0627ad7
6
+ metadata.gz: 86378bdcb31a3c7fb9031b78022d7a7105c156140fe6244728689ae5fd8a6eb70fd4495f59aecb8c5aebaa5cb1b56c148e5049c1099765216cab8a381c429d09
7
+ data.tar.gz: 76eaf2912cb79830d69e4c13acc848b241fd86be0c02eae0d0e16a30f784e54a1610eabca3ffe6430ea8043f102c38581cc0188461e4810d32464dd781c38818
data/README.md CHANGED
@@ -1,8 +1,6 @@
1
1
  # BladeCoin
2
2
 
3
- Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/blade_coin`. To experiment with that code, run `bin/console` for an interactive prompt.
4
-
5
- TODO: Delete this and the text above, and describe your gem
3
+ command line coin
6
4
 
7
5
  ## Installation
8
6
 
@@ -20,10 +18,22 @@ Or install it yourself as:
20
18
 
21
19
  $ gem install blade_coin
22
20
 
21
+ If there is an error, execute:
22
+
23
+ $ gem install rainbow
24
+
23
25
  ## Usage
24
26
 
27
+ like `btc`
28
+
25
29
  ```
26
- coin btc
30
+ coin btc
31
+ ```
32
+
33
+ result:
34
+ ```
35
+ BTC_USDT
36
+ 66065.69
27
37
  ```
28
38
 
29
39
  ## Development
@@ -34,12 +44,8 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
34
44
 
35
45
  ## Contributing
36
46
 
37
- Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/blade_coin. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
47
+ Bug reports and pull requests are welcome on GitHub at https://github.com/sai1024/blade_coin. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
38
48
 
39
49
  ## License
40
50
 
41
51
  The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
42
-
43
- ## Code of Conduct
44
-
45
- Everyone interacting in the BladeCoin project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/[USERNAME]/blade_coin/blob/master/CODE_OF_CONDUCT.md).
data/blade_coin.gemspec CHANGED
@@ -6,12 +6,12 @@ require "blade/coin/version"
6
6
  Gem::Specification.new do |spec|
7
7
  spec.name = "blade_coin"
8
8
  spec.version = Blade::Coin::VERSION
9
- spec.authors = ["sai1024"]
9
+ spec.authors = ["sai"]
10
10
  spec.email = ["rubyer1993@gmail.com"]
11
11
 
12
12
  spec.summary = "blade coin, like query btc price."
13
13
  spec.description = "blade coin, like query btc price."
14
- spec.homepage = "https://github.com/sai1024/blade_coin"
14
+ spec.homepage = "https://github.com/gith-u-b/blade_coin"
15
15
  spec.license = "MIT"
16
16
 
17
17
  # Specify which files should be added to the gem when it is released.
@@ -1,5 +1,5 @@
1
1
  module Blade
2
2
  module Coin
3
- VERSION = "0.1.3"
3
+ VERSION = "0.1.4"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: blade_coin
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
- - sai1024
7
+ - sai
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-10-21 00:00:00.000000000 Z
11
+ date: 2023-09-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -76,7 +76,7 @@ files:
76
76
  - blade_coin.gemspec
77
77
  - lib/blade/coin.rb
78
78
  - lib/blade/coin/version.rb
79
- homepage: https://github.com/sai1024/blade_coin
79
+ homepage: https://github.com/gith-u-b/blade_coin
80
80
  licenses:
81
81
  - MIT
82
82
  metadata: {}
@@ -95,7 +95,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
95
95
  - !ruby/object:Gem::Version
96
96
  version: '0'
97
97
  requirements: []
98
- rubygems_version: 3.0.9
98
+ rubygems_version: 3.2.32
99
99
  signing_key:
100
100
  specification_version: 4
101
101
  summary: blade coin, like query btc price.