quovo 1.0.10 → 1.0.11

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 09a8cfc538c8e460996dc322c7b8b4f5e1efb0ad
4
- data.tar.gz: 936f507f4b0adf1b7d0072a57b3820336cb6834a
3
+ metadata.gz: f8dfb4c4fd4beadf9ab5e9d8141e9c8a026fa8ed
4
+ data.tar.gz: 90fbbbb9cb1c50087109951c8121bec02138e96d
5
5
  SHA512:
6
- metadata.gz: 618dada8fe0248c21e33b07a80e8c82b073ef58bdd57c2846fb8c1b84a5e4528d65d6ca59fde82a43841ec0eaae26769e242c98b1701457a8179c62ac85964a2
7
- data.tar.gz: fcd3a88ad9e0c90368cb54afb2baf5bb16062ec8f9724b0f3d5887e9541b04e7e1032851bb8270ff937997d59831963435466245b0622c726da515560baa1f78
6
+ metadata.gz: 9f3a198a19b9a39bad570d32b8427dabae349a0f052775ea8aa355ad3edd4c341a6f7cbd35271753c688dd5b656256c917fac8727d320b24a68867c85992afe8
7
+ data.tar.gz: f6a782776e1c9ca1de590b187822749debd7ba9f5dfe9d6781085256a23b5323526a80b3832726d08c6128be58072a28319c8fdca859ea0f3658e88caf9fad86
@@ -10,6 +10,7 @@ module Quovo
10
10
  username
11
11
  website
12
12
  popularity_score
13
+ status
13
14
  )
14
15
  end
15
16
  end
@@ -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
@@ -17,6 +17,8 @@ module Quovo
17
17
  portfolio
18
18
  portfolio_name
19
19
  price
20
+ proxy_ticker
21
+ proxy_confidence
20
22
  quantity
21
23
  sector
22
24
  security_type
@@ -1,3 +1,3 @@
1
1
  module Quovo
2
- VERSION = '1.0.10'.freeze
2
+ VERSION = '1.0.11'.freeze
3
3
  end
@@ -1,5 +1,3 @@
1
- # coding: utf-8
2
-
3
1
  lib = File.expand_path('../lib', __FILE__)
4
2
  $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
5
3
  require 'quovo/version'
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.10
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-08-18 00:00:00.000000000 Z
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: