coingecko 0.1.0 → 0.1.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: 483e415b673c3e495f3e42fb9e8c614233d0262fb380f2e2d6e305f924f5b57f
4
- data.tar.gz: 1963282232d6bce5012aef417a8111bab0910840a40254474070f214444d03e3
3
+ metadata.gz: 48b4397bf74ea4b535260bce5ecd1a588443416781e84694e946d41c2107c39a
4
+ data.tar.gz: 511e1abc7b062248975bafd5e5156ca745a37480454b3b7a1a8a17cc07042825
5
5
  SHA512:
6
- metadata.gz: d018739632ddcf99b87a227ebf1fe5d1546fbf6cf1e4293d74c2ca7a8ce72f6e291555992259550455338a6925019ccfa48e526940d66719333b223e696139a8
7
- data.tar.gz: 761def3d5ac1745ef25a14bee3e71c246735d021843e555c26416d2453e16dfa0f6cd95553e56e97310964b4d0e7b0a8f7b1403d538b7270e6cdf818503d486e
6
+ metadata.gz: 6c3e74300d862708ac2b2e523de55fc937f577468218f965e52e2e4499f7bdd34540109155cb0ed8183d19947ad28ad81217c16f38558cb3c9fd80e2367c7f18
7
+ data.tar.gz: 26e7fd0f781ab207e60fed0e23783cd147f521bf26953032ebda3602d194265acd65ccc8ec4cab2fb1b9cb4a8b7a4401aafda4b37a68c24275782f775c999cc6
Binary file
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ["''"]
11
11
 
12
12
  spec.summary = "tbd"
13
- spec.description = "tbd"
13
+ spec.description = "Pushes all coin data from Coingecko API. Also lists top 100 coins. This is my first Ruby gem so any feedback is greatly welcomed!"
14
14
  spec.homepage = "https://github.com/fbohz/coingecko.git"
15
15
  spec.license = "MIT"
16
16
 
@@ -1,3 +1,3 @@
1
1
  module Coingecko
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: coingecko
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - "'Felipe Bohorquez'"
@@ -108,7 +108,8 @@ dependencies:
108
108
  - - "~>"
109
109
  - !ruby/object:Gem::Version
110
110
  version: '1.8'
111
- description: tbd
111
+ description: Pushes all coin data from Coingecko API. Also lists top 100 coins. This
112
+ is my first Ruby gem so any feedback is greatly welcomed!
112
113
  email:
113
114
  - "''"
114
115
  executables: []
@@ -124,6 +125,7 @@ files:
124
125
  - bin/coingecko
125
126
  - bin/console
126
127
  - bin/setup
128
+ - coingecko-0.1.0.gem
127
129
  - coingecko.gemspec
128
130
  - lib/coingecko/api.rb
129
131
  - lib/coingecko/cli.rb