wealthforge-ruby 2.2.7 → 2.2.8

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: e7b60c22b7c94d28c9a6b066af5d96272a3d06d6
4
- data.tar.gz: f0097195fc9f525891b32441e3a7821230257c2d
3
+ metadata.gz: dcd8122910f6620bbbc235b951d7185c3237c9f1
4
+ data.tar.gz: 21112526fe39abcd43a61fe5fa66a0246995cff8
5
5
  SHA512:
6
- metadata.gz: e30740771af78db45ecb3755c93929e64f93cce07ee9fc4a9c286b0d4c0449cd808fa189ac028db3713a542fe839dedd9b481bafd17b19130e5555fe5821203b
7
- data.tar.gz: 3f1f7cbb05780f0483aafd9b1432f229528cd3cab899fe258f8d2f3f3bdd6d65233882ce0d9ea05e270a8092269edf03ae80f6b77a672ce8f383c71d3c1c7435
6
+ metadata.gz: d57a41dd0c40ae3273dd6e215e500b7f128a9bd320bf06e163a6608af7915ec2081621c30e6f3f3d394539e2f92f141c4c553f050e623655a712c2df05180094
7
+ data.tar.gz: e90c12a26e768203a99f46604a05fa498fb029c888aab048af7f334414870058166a0754aae1898976b9246e174c168bf2036e33ae47522faf2b2103ae5cb25e
@@ -68,6 +68,8 @@ class WealthForge::Connection
68
68
  set_token
69
69
  return Faraday.new(:url => @api_url) do |faraday|
70
70
  faraday.request :url_encoded
71
+ faraday.options.timeout = 5
72
+ faraday.options.open_timeout = 5
71
73
  faraday.headers['Authorization'] = @wf_token
72
74
  faraday.adapter Faraday.default_adapter
73
75
  faraday.use CustomErrors
@@ -1,3 +1,3 @@
1
1
  module WealthForge
2
- VERSION = '2.2.7'
2
+ VERSION = '2.2.8'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wealthforge-ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.2.7
4
+ version: 2.2.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dino Simone | dinosimone.com
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-09-10 00:00:00.000000000 Z
11
+ date: 2020-07-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday