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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c8a5baf933f9ab3ad1b9c32e8fad3c351dfb299eb6c3f38edee1209f15fc1c0b
4
- data.tar.gz: 9b867b0873cd2c3d56e97e553da6cc5dd1ca602cf106b1ad522b12b45157c7d0
3
+ metadata.gz: 5ba171ee523fae2d20df4baeb3dc539f69386fe08b3122fb761d02b627f015ab
4
+ data.tar.gz: d3bbd5b6a3fc19baba6aad04c8b1dfa57038dbfc2bc9c8d4f9a92d04130d4249
5
5
  SHA512:
6
- metadata.gz: bc870dd9069f35ffba81783d01e63fde920576cba46e56395bccf7e57b8e6fbbf1bb18cb969564dd39a8a7481e9104d9f601655a7b1480f4be73c5fe73966a94
7
- data.tar.gz: 9f450dc043886c45fdfe71a685ab1c30fce0fa5e8937550ed3cd700dd65c29ace16da19f52c2fe03dbb56cd97a45e125d9ca2be498c73bf9f5ffcd8b9fd6d7ce
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 statistis regarding the current prices, market cap, volume, price change, etc.
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
 
@@ -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 statistis regarding the current prices, market cap, volume, price change, etc.}
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
 
@@ -1,5 +1,3 @@
1
- # https://pro-api.coinmarketcap.com/v1/cryptocurrency/listings/latest?CMC_PRO_API_KEY=dff57c31-f1ac-4e58-ac07-74bd976ede24
2
-
3
1
  class Api
4
2
 
5
3
  def self.base_url
@@ -1,3 +1,3 @@
1
1
  module CryptoStats
2
- VERSION = "0.2.0"
2
+ VERSION = "0.2.1"
3
3
  end
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.0
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
- statistis regarding the current prices, market cap, volume, price change, etc.
71
+ statistics regarding the current prices, market cap, volume, price change, etc.
72
72
  email:
73
73
  - charlesangeloplai@gmail.com
74
74
  executables: []