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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1c075fcf3e50b0f32079d1297356cdf4fdb83bb1c66d5ebf551876bffe1a597c
4
- data.tar.gz: ac7f991bfd170049d996fae074f88fa64ec932ebae2fbac91f12673d6cce9085
3
+ metadata.gz: b9aa5fb1920b1f37da206bcaefd234a47ec50636a4325c038f9d3a1144414092
4
+ data.tar.gz: cc9ca4737659577b831f44026f5d23f7425e4c7da11e5b1759d537e345859ba9
5
5
  SHA512:
6
- metadata.gz: 8b5f99d22b853eb8eed0625995f5e7310e7299590a2a529aedb7da7894c48e4a2c1ae88c7476e1bd1371f7f81618076013bbb4436089f68f8801c1c744d9bccd
7
- data.tar.gz: a1a7ec568d6e9132bd72be80a159b87f64076dd25e76f1586ffe7db095ab9d654e6c3a2ae1da9f5b0228c141d9d2134c90d17cc0104e1de3fe465de5d860317c
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,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
- TODO: Write usage instructions here
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/[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.
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 = ["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.
@@ -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 = "exe"
24
- spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
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"
@@ -1,5 +1,5 @@
1
1
  module Blade
2
2
  module Coin
3
- VERSION = "0.1.2"
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.2
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
- - sai1024
7
+ - sai
8
8
  autorequire:
9
- bindir: exe
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
@@ -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/sai1024/blade_coin
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.0.9
98
+ rubygems_version: 3.2.32
96
99
  signing_key:
97
100
  specification_version: 4
98
101
  summary: blade coin, like query btc price.