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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 08d96eda82d78a4265ce9cca3a8fec228720bc7b
4
- data.tar.gz: d3780438046a9ca599fee45677996ab97bb2bcf2
3
+ metadata.gz: 99dc2a02be6dd9f5c30a96c4d6d28c5569c2a959
4
+ data.tar.gz: a0b1285790e4b92c7b67bc1f18ea6203e8c9cc48
5
5
  SHA512:
6
- metadata.gz: c4db15063b3b5bad6d1091dce7333587528f959f622587464048e5ec1beb3dfdfc73f04145b38fe6f77535db8c4553f1ec0341144389f0af7074ec992bfc6527
7
- data.tar.gz: bbbeb2a11f032b1f6cdf2d9afc5b3ec17800907ea98b34fdb3596ead086bb20f307bee221680e8eace78fb216fa932b065fd36e55fcf1a22a9a526c99d85e39e
6
+ metadata.gz: 1686557f11abd7f000a49ada3759a628e116e7ad55135a5f15fab1c5ae5fa0bed8d69bf5fb40ecf0ced6e6dd2da7ac981fdc0235034f9c7cebf2bec9cce46905
7
+ data.tar.gz: c303a2135aba493c809dd1b95fb8d71bf7e86f6e0420e8ee88a1c7d00f1d15505a8df1094824f1dd28cd7e7aecc1856e6f25d6971b6ceb24d5ae0205c1abdeb9
@@ -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 = spec.description
12
- spec.description = "Checks strings"
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
 
@@ -1,3 +1,3 @@
1
1
  module Coinstats
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
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.2
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: Checks strings
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: []