blade_coin 0.1.2 → 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 +17 -9
- data/blade_coin.gemspec +4 -4
- data/lib/blade/coin/version.rb +1 -1
- metadata +10 -7
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,9 +18,23 @@ 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
|
|
25
|
-
|
27
|
+
like `btc`
|
28
|
+
|
29
|
+
```
|
30
|
+
coin btc
|
31
|
+
```
|
32
|
+
|
33
|
+
result:
|
34
|
+
```
|
35
|
+
BTC_USDT
|
36
|
+
66065.69
|
37
|
+
```
|
26
38
|
|
27
39
|
## Development
|
28
40
|
|
@@ -32,12 +44,8 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
|
|
32
44
|
|
33
45
|
## Contributing
|
34
46
|
|
35
|
-
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.
|
36
48
|
|
37
49
|
## License
|
38
50
|
|
39
51
|
The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
|
40
|
-
|
41
|
-
## Code of Conduct
|
42
|
-
|
43
|
-
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.
|
@@ -20,8 +20,8 @@ Gem::Specification.new do |spec|
|
|
20
20
|
spec.files = Dir.chdir(File.expand_path('..', __FILE__)) do
|
21
21
|
`git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
|
22
22
|
end
|
23
|
-
spec.bindir = "
|
24
|
-
spec.executables = spec.files.grep(%r{^
|
23
|
+
spec.bindir = "bin"
|
24
|
+
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
|
25
25
|
spec.require_paths = ["lib"]
|
26
26
|
|
27
27
|
spec.add_development_dependency "bundler", "~> 1.17"
|
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
|
-
bindir:
|
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
|
@@ -55,7 +55,10 @@ dependencies:
|
|
55
55
|
description: blade coin, like query btc price.
|
56
56
|
email:
|
57
57
|
- rubyer1993@gmail.com
|
58
|
-
executables:
|
58
|
+
executables:
|
59
|
+
- coin
|
60
|
+
- console
|
61
|
+
- setup
|
59
62
|
extensions: []
|
60
63
|
extra_rdoc_files: []
|
61
64
|
files:
|
@@ -73,7 +76,7 @@ files:
|
|
73
76
|
- blade_coin.gemspec
|
74
77
|
- lib/blade/coin.rb
|
75
78
|
- lib/blade/coin/version.rb
|
76
|
-
homepage: https://github.com/
|
79
|
+
homepage: https://github.com/gith-u-b/blade_coin
|
77
80
|
licenses:
|
78
81
|
- MIT
|
79
82
|
metadata: {}
|
@@ -92,7 +95,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
92
95
|
- !ruby/object:Gem::Version
|
93
96
|
version: '0'
|
94
97
|
requirements: []
|
95
|
-
rubygems_version: 3.
|
98
|
+
rubygems_version: 3.2.32
|
96
99
|
signing_key:
|
97
100
|
specification_version: 4
|
98
101
|
summary: blade coin, like query btc price.
|