crypto_market 0.1.8 → 0.1.9
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 +4 -4
- data/crypto_market.gemspec +1 -1
- data/lib/crypto_market/version.rb +1 -1
- data/notes.md +2 -2
- metadata +4 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6b32838ca463b3b218395a0bcd5d6b0d636be4c4
|
|
4
|
+
data.tar.gz: 6ee78e2b6b9966836a61a329b80fbe85359c670f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c88354afc93d13210e70dc5b0447ac9485a77eaad02b587a69a6c77d02c819f98e6f5835f91f902933ce4eb25baef098e112c37de82b1afdd6ca6dfed8325e9e
|
|
7
|
+
data.tar.gz: 7d1089454c5dfde1c3625d10e4329e4ed6d99e72355cd1a66f7d03ad5898390bcf12457b2d1f313fb54958c210fb0e8592c844891bc087806d489ac38b30e33d
|
data/crypto_market.gemspec
CHANGED
|
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
|
|
|
10
10
|
spec.email = ["s.ojling@gmail.com"]
|
|
11
11
|
|
|
12
12
|
spec.summary = %q{CLI that display data from coinmarketcap.com}
|
|
13
|
-
spec.description = %q{Crypto Market CLI will display data from the top
|
|
13
|
+
spec.description = %q{Crypto Market CLI will display data from the top cryptocurrencies. It can sort and give you specific information about a selected coin. This is my first published gem so any feedback is appreciated.}
|
|
14
14
|
spec.homepage = "https://github.com/scarsam/crypto_market"
|
|
15
15
|
spec.license = "MIT"
|
|
16
16
|
|
data/notes.md
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
#### About
|
|
2
2
|
Crypto-Currency Market CLI Gem
|
|
3
3
|
|
|
4
|
-
*Price updated every
|
|
4
|
+
*Price updated every 5 minutes*
|
|
5
5
|
|
|
6
|
-
- Docs: https://coinmarketcap
|
|
6
|
+
- New Docs: https://coinmarketcap.com/api/
|
|
7
7
|
|
|
8
8
|
#### User Interface
|
|
9
9
|
1. List Crypto-Currencies
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: crypto_market
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.9
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Sam Ojling
|
|
@@ -80,8 +80,9 @@ dependencies:
|
|
|
80
80
|
- - "~>"
|
|
81
81
|
- !ruby/object:Gem::Version
|
|
82
82
|
version: '1.8'
|
|
83
|
-
description: Crypto Market CLI will display data from the top
|
|
84
|
-
|
|
83
|
+
description: Crypto Market CLI will display data from the top cryptocurrencies. It
|
|
84
|
+
can sort and give you specific information about a selected coin. This is my first
|
|
85
|
+
published gem so any feedback is appreciated.
|
|
85
86
|
email:
|
|
86
87
|
- s.ojling@gmail.com
|
|
87
88
|
executables:
|