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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: fad40a350e22403bea67c5c8d4364b3d9572f7d3
4
- data.tar.gz: 2371eaaf008f5f3189646da93d399ef3f12fcaf9
3
+ metadata.gz: 6b32838ca463b3b218395a0bcd5d6b0d636be4c4
4
+ data.tar.gz: 6ee78e2b6b9966836a61a329b80fbe85359c670f
5
5
  SHA512:
6
- metadata.gz: 56724ee7fff60f70d1b0b310ede0fbffaef76b2f89f5cf26608e092110bdb2d769baea1a01d8743bbc9dd9af119cd157eec6c231fa0b3f7fd06eac436fb8144b
7
- data.tar.gz: e8fc7dbdecdd7b42c851625cbebfc93c879cce834a47cb9ab11cbdd3335b69790552945012c39aa32df291fec499f213de917b5f94b37b7589042662c63acb42
6
+ metadata.gz: c88354afc93d13210e70dc5b0447ac9485a77eaad02b587a69a6c77d02c819f98e6f5835f91f902933ce4eb25baef098e112c37de82b1afdd6ca6dfed8325e9e
7
+ data.tar.gz: 7d1089454c5dfde1c3625d10e4329e4ed6d99e72355cd1a66f7d03ad5898390bcf12457b2d1f313fb54958c210fb0e8592c844891bc087806d489ac38b30e33d
@@ -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 100 cryptocurrencies, it will let you sort data based on price and most postivive/negative changed coins}
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
 
@@ -1,3 +1,3 @@
1
1
  module CryptoMarket
2
- VERSION = "0.1.8"
2
+ VERSION = "0.1.9"
3
3
  end
data/notes.md CHANGED
@@ -1,9 +1,9 @@
1
1
  #### About
2
2
  Crypto-Currency Market CLI Gem
3
3
 
4
- *Price updated every 30 minutes*
4
+ *Price updated every 5 minutes*
5
5
 
6
- - Docs: https://coinmarketcap-nexuist.rhcloud.com/api/all
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.8
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 100 cryptocurrencies,
84
- it will let you sort data based on price and most postivive/negative changed coins
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: