cryptostats-cli 0.2.0 → 0.2.1
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/README.md +1 -1
- data/cryptostats-cli.gemspec +1 -1
- data/lib/services/api.rb +0 -2
- data/lib/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5ba171ee523fae2d20df4baeb3dc539f69386fe08b3122fb761d02b627f015ab
|
4
|
+
data.tar.gz: d3bbd5b6a3fc19baba6aad04c8b1dfa57038dbfc2bc9c8d4f9a92d04130d4249
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3d959b1ef92050619e441214686807ce386bb2962e9e7e0b2bebeeae53d9e4d48e258d21c95bad498ab9e1fdb46dc72f51cf8fa051fe192d7103e0de2d73be5f
|
7
|
+
data.tar.gz: 49f52788a16aa5cb8eb3a05029b1262c936d63d517821aa6e32509f725ba09a8f6a6b86efa567c6fb49cf76ae1cc5b03e12e146d59dc88ae9c9c20ce6ffa3f0e
|
data/README.md
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
# Cryptostats CLI
|
2
2
|
|
3
3
|
Welcome to Cryptostats!
|
4
|
-
Cryptostats is a CLI ruby gem that fetches meta data of the top 100 cryptocurrencies from the CoinGecko API and displays updated
|
4
|
+
Cryptostats is a CLI ruby gem that fetches meta data of the top 100 cryptocurrencies from the CoinGecko API and displays updated statistics regarding the current prices, market cap, volume, price change, etc.
|
5
5
|
|
6
6
|
## Installation
|
7
7
|
|
data/cryptostats-cli.gemspec
CHANGED
@@ -5,7 +5,7 @@ Gem::Specification.new do |spec|
|
|
5
5
|
spec.authors = ["Charles Lai"]
|
6
6
|
spec.email = ["charlesangeloplai@gmail.com"]
|
7
7
|
spec.summary = %q{Cryptocurrency Statistics}
|
8
|
-
spec.description = %q{Welcome to Cryptostats! Cryptostats is a CLI ruby gem that fetches meta data of the top 100 cryptocurrencies from the CoinGecko API and displays updated
|
8
|
+
spec.description = %q{Welcome to Cryptostats! Cryptostats is a CLI ruby gem that fetches meta data of the top 100 cryptocurrencies from the CoinGecko API and displays updated statistics regarding the current prices, market cap, volume, price change, etc.}
|
9
9
|
spec.license = "MIT"
|
10
10
|
spec.required_ruby_version = Gem::Requirement.new(">= 2.3.0")
|
11
11
|
|
data/lib/services/api.rb
CHANGED
data/lib/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: cryptostats-cli
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Charles Lai
|
@@ -68,7 +68,7 @@ dependencies:
|
|
68
68
|
version: '0'
|
69
69
|
description: Welcome to Cryptostats! Cryptostats is a CLI ruby gem that fetches meta
|
70
70
|
data of the top 100 cryptocurrencies from the CoinGecko API and displays updated
|
71
|
-
|
71
|
+
statistics regarding the current prices, market cap, volume, price change, etc.
|
72
72
|
email:
|
73
73
|
- charlesangeloplai@gmail.com
|
74
74
|
executables: []
|