blade_coin 0.1.3 → 0.1.5

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: 4df8a430869db6a54ce2766261f5fd8b4b6a785d1709c854d45730b5822715e7
4
+ data.tar.gz: ee3507db16d010ad63cda2f3e2f0a7de092613028b68cb72a218469f69e2ac62
5
5
  SHA512:
6
- metadata.gz: c6ca09ff562468cde44c6435205763d98ac12f2d41f921ab5d60920bcc1cfb4b9c9e573faea50bf4723e18c8cfcd6ceaadeea222704c92c2af8858531a8c9c63
7
- data.tar.gz: 01b7391ce789345588f35600a9fe556e5932178f77ebc97ce39cb3497abc4ca4870085b871be00ace4c4bc258f6a9bf31504de1948cd0706ec7a3a5ca0627ad7
6
+ metadata.gz: 849e2a566b7cc5051407a6fca6400d6e0dd8a109ff47c392395146bd68921889f8ec74b5de2233e86f27ab2908892ca063a81af57b69fc233970cdc5321dd598
7
+ data.tar.gz: 86efdbb9831d6f56ab202e115f0d4bcff26f2d0078ed9043a99a8c64ed09603e135b47cb7ef3d079f7b9a53e6b5199ee60148ff6897eed77fbb8f43c0105c117
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
 
@@ -22,8 +20,16 @@ Or install it yourself as:
22
20
 
23
21
  ## Usage
24
22
 
23
+ like `btc`
24
+
25
25
  ```
26
- coin btc
26
+ coin btc
27
+ ```
28
+
29
+ result:
30
+ ```
31
+ BTC_USDT
32
+ 66065.69
27
33
  ```
28
34
 
29
35
  ## Development
@@ -34,12 +40,8 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
34
40
 
35
41
  ## Contributing
36
42
 
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.
43
+ 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
44
 
39
45
  ## License
40
46
 
41
47
  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,13 +6,14 @@ 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
+ spec.add_dependency 'rainbow'
16
17
 
17
18
  # Specify which files should be added to the gem when it is released.
18
19
  # The `git ls-files -z` loads the files in the RubyGem that have been added into git.
@@ -1,5 +1,5 @@
1
1
  module Blade
2
2
  module Coin
3
- VERSION = "0.1.3"
3
+ VERSION = "0.1.5"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,15 +1,29 @@
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.5
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-10-08 00:00:00.000000000 Z
12
12
  dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: rainbow
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - ">="
18
+ - !ruby/object:Gem::Version
19
+ version: '0'
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - ">="
25
+ - !ruby/object:Gem::Version
26
+ version: '0'
13
27
  - !ruby/object:Gem::Dependency
14
28
  name: bundler
15
29
  requirement: !ruby/object:Gem::Requirement
@@ -76,7 +90,7 @@ files:
76
90
  - blade_coin.gemspec
77
91
  - lib/blade/coin.rb
78
92
  - lib/blade/coin/version.rb
79
- homepage: https://github.com/sai1024/blade_coin
93
+ homepage: https://github.com/gith-u-b/blade_coin
80
94
  licenses:
81
95
  - MIT
82
96
  metadata: {}
@@ -95,7 +109,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
95
109
  - !ruby/object:Gem::Version
96
110
  version: '0'
97
111
  requirements: []
98
- rubygems_version: 3.0.9
112
+ rubygems_version: 3.2.32
99
113
  signing_key:
100
114
  specification_version: 4
101
115
  summary: blade coin, like query btc price.