coinstats 0.0.2 → 0.0.3
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/coinstats.gemspec +2 -2
- data/lib/coinstats/version.rb +1 -1
- metadata +4 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 99dc2a02be6dd9f5c30a96c4d6d28c5569c2a959
|
|
4
|
+
data.tar.gz: a0b1285790e4b92c7b67bc1f18ea6203e8c9cc48
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1686557f11abd7f000a49ada3759a628e116e7ad55135a5f15fab1c5ae5fa0bed8d69bf5fb40ecf0ced6e6dd2da7ac981fdc0235034f9c7cebf2bec9cce46905
|
|
7
|
+
data.tar.gz: c303a2135aba493c809dd1b95fb8d71bf7e86f6e0420e8ee88a1c7d00f1d15505a8df1094824f1dd28cd7e7aecc1856e6f25d6971b6ceb24d5ae0205c1abdeb9
|
data/coinstats.gemspec
CHANGED
|
@@ -8,8 +8,8 @@ Gem::Specification.new do |spec|
|
|
|
8
8
|
spec.version = Coinstats::VERSION
|
|
9
9
|
spec.authors = ["Darren Doyle"]
|
|
10
10
|
spec.email = ["darsedoyle@gmail.comm"]
|
|
11
|
-
spec.summary =
|
|
12
|
-
spec.description = "
|
|
11
|
+
spec.summary = "Coinbase API Reference"
|
|
12
|
+
spec.description = "To get started check out the API Overview. Below is the documentation for each type of API call you can make. https://coinbase.com/api/doc "
|
|
13
13
|
spec.homepage = "https://github.com/darse123/coinstats"
|
|
14
14
|
spec.license = "MIT"
|
|
15
15
|
|
data/lib/coinstats/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: coinstats
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Darren Doyle
|
|
@@ -38,7 +38,8 @@ dependencies:
|
|
|
38
38
|
- - '>='
|
|
39
39
|
- !ruby/object:Gem::Version
|
|
40
40
|
version: '0'
|
|
41
|
-
description:
|
|
41
|
+
description: 'To get started check out the API Overview. Below is the documentation
|
|
42
|
+
for each type of API call you can make. https://coinbase.com/api/doc '
|
|
42
43
|
email:
|
|
43
44
|
- darsedoyle@gmail.comm
|
|
44
45
|
executables: []
|
|
@@ -77,5 +78,5 @@ rubyforge_project:
|
|
|
77
78
|
rubygems_version: 2.2.2
|
|
78
79
|
signing_key:
|
|
79
80
|
specification_version: 4
|
|
80
|
-
summary:
|
|
81
|
+
summary: Coinbase API Reference
|
|
81
82
|
test_files: []
|