blade_coin 0.1.3 → 0.1.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +15 -9
- data/blade_coin.gemspec +2 -2
- data/lib/blade/coin/version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b9aa5fb1920b1f37da206bcaefd234a47ec50636a4325c038f9d3a1144414092
|
4
|
+
data.tar.gz: cc9ca4737659577b831f44026f5d23f7425e4c7da11e5b1759d537e345859ba9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 86378bdcb31a3c7fb9031b78022d7a7105c156140fe6244728689ae5fd8a6eb70fd4495f59aecb8c5aebaa5cb1b56c148e5049c1099765216cab8a381c429d09
|
7
|
+
data.tar.gz: 76eaf2912cb79830d69e4c13acc848b241fd86be0c02eae0d0e16a30f784e54a1610eabca3ffe6430ea8043f102c38581cc0188461e4810d32464dd781c38818
|
data/README.md
CHANGED
@@ -1,8 +1,6 @@
|
|
1
1
|
# BladeCoin
|
2
2
|
|
3
|
-
|
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/
|
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 = ["
|
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/
|
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.
|
data/lib/blade/coin/version.rb
CHANGED
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.
|
4
|
+
version: 0.1.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
|
-
-
|
7
|
+
- sai
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
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/
|
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.
|
98
|
+
rubygems_version: 3.2.32
|
99
99
|
signing_key:
|
100
100
|
specification_version: 4
|
101
101
|
summary: blade coin, like query btc price.
|