quovo 1.0.6 → 1.0.7
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/lib/quovo/models/portfolio.rb +2 -0
- data/lib/quovo/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d1c43e1715da7a4a1e1c7c2daf375d66a8ae8534
|
|
4
|
+
data.tar.gz: e44792819a5d09e9337be364d9dc2164ec943849
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f26586a0205b4550ad88b29e6172ca5a7b51ff29c160bc9f3a6f041fb1b7d423ba6f4e66456365d186d6a73a04706f494491f130271abf4bd5fb28f9182bb11a
|
|
7
|
+
data.tar.gz: 7f511ffdda539258920b8dea196543dcba9bf3a11b048153a6a6aa62de3518b4a3719fd9dc1503159cff48fc34355a229926632265aa05d6775bc18896bcade2
|
|
@@ -14,6 +14,8 @@ module Quovo
|
|
|
14
14
|
Roth\ IRA Roth\ 401k Simple\ IRA SEP\ IRA
|
|
15
15
|
Thrift\ Savings\ Plan
|
|
16
16
|
Profit\ Sharing\ Plan
|
|
17
|
+
Stock\ Plan
|
|
18
|
+
Minor\ Custodial\ Account
|
|
17
19
|
),
|
|
18
20
|
'Banking' => %w(Checking Credit\ Card Savings),
|
|
19
21
|
'Insurance' => %w(Annuity Fixed\ Annuity Insurance Variable\ Annuity),
|
data/lib/quovo/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: quovo
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.7
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Alex Gorkunov
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2016-
|
|
12
|
+
date: 2016-11-07 00:00:00.000000000 Z
|
|
13
13
|
dependencies: []
|
|
14
14
|
description: Quovo RESTful API client, configurable, thread-safe and well-tested
|
|
15
15
|
email:
|