quovo 1.0.10 → 1.0.11
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/brokerage.rb +1 -0
- data/lib/quovo/models/portfolio.rb +3 -2
- data/lib/quovo/models/position.rb +2 -0
- data/lib/quovo/version.rb +1 -1
- data/quovo.gemspec +0 -2
- 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: f8dfb4c4fd4beadf9ab5e9d8141e9c8a026fa8ed
|
|
4
|
+
data.tar.gz: 90fbbbb9cb1c50087109951c8121bec02138e96d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9f3a198a19b9a39bad570d32b8427dabae349a0f052775ea8aa355ad3edd4c341a6f7cbd35271753c688dd5b656256c917fac8727d320b24a68867c85992afe8
|
|
7
|
+
data.tar.gz: f6a782776e1c9ca1de590b187822749debd7ba9f5dfe9d6781085256a23b5323526a80b3832726d08c6128be58072a28319c8fdca859ea0f3658e88caf9fad86
|
|
@@ -10,16 +10,16 @@ module Quovo
|
|
|
10
10
|
Health\ Reimbursement\ Arrangement
|
|
11
11
|
Health\ Savings\ Account
|
|
12
12
|
IRA
|
|
13
|
-
Minor\ Custodial\ Account
|
|
14
13
|
Non-Taxable\ Brokerage\ Account
|
|
15
14
|
Pension
|
|
16
15
|
Profit\ Sharing\ Plan
|
|
17
16
|
Roth\ 401k Roth\ IRA SEP\ IRA Simple\ IRA
|
|
18
17
|
Stock\ Plan
|
|
19
18
|
Thrift\ Savings\ Plan
|
|
19
|
+
UGMA UTMA
|
|
20
20
|
Variable\ Annuity
|
|
21
21
|
),
|
|
22
|
-
'Banking' => %w(Checking Credit\ Card Savings),
|
|
22
|
+
'Banking' => %w(Certificate\ of\ Deposit Checking Credit\ Card Savings),
|
|
23
23
|
'Insurance' => %w(
|
|
24
24
|
Annuity Fixed\ Annuity Insurance
|
|
25
25
|
Term\ Life\ Insurance
|
|
@@ -45,6 +45,7 @@ module Quovo
|
|
|
45
45
|
owner_type
|
|
46
46
|
portfolio_name
|
|
47
47
|
portfolio_type
|
|
48
|
+
portfolio_subtype
|
|
48
49
|
portfolio_category
|
|
49
50
|
update_count
|
|
50
51
|
user
|
data/lib/quovo/version.rb
CHANGED
data/quovo.gemspec
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.11
|
|
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: 2017-
|
|
12
|
+
date: 2017-09-25 00:00:00.000000000 Z
|
|
13
13
|
dependencies: []
|
|
14
14
|
description: Quovo RESTful API client, configurable, thread-safe and well-tested
|
|
15
15
|
email:
|