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 +4 -4
- data/coingecko-0.1.0.gem +0 -0
- data/coingecko.gemspec +1 -1
- data/lib/coingecko/cli/version.rb +1 -1
- metadata +4 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 48b4397bf74ea4b535260bce5ecd1a588443416781e84694e946d41c2107c39a
|
|
4
|
+
data.tar.gz: 511e1abc7b062248975bafd5e5156ca745a37480454b3b7a1a8a17cc07042825
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6c3e74300d862708ac2b2e523de55fc937f577468218f965e52e2e4499f7bdd34540109155cb0ed8183d19947ad28ad81217c16f38558cb3c9fd80e2367c7f18
|
|
7
|
+
data.tar.gz: 26e7fd0f781ab207e60fed0e23783cd147f521bf26953032ebda3602d194265acd65ccc8ec4cab2fb1b9cb4a8b7a4401aafda4b37a68c24275782f775c999cc6
|
data/coingecko-0.1.0.gem
ADDED
|
Binary file
|
data/coingecko.gemspec
CHANGED
|
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
|
|
|
10
10
|
spec.email = ["''"]
|
|
11
11
|
|
|
12
12
|
spec.summary = "tbd"
|
|
13
|
-
spec.description = "
|
|
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
|
|
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.
|
|
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:
|
|
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
|