wealthforge-ruby 2.2.1 → 2.2.2

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: afc102e953da2cca4fe96e62d2af7d181f885595
4
- data.tar.gz: 33bd2b75d9e2ae8629912c9e76e7c8ac4ea731ed
3
+ metadata.gz: f32dde536206f21e2428342f36cfde6cc009b23d
4
+ data.tar.gz: bb2d5d7a99297958f5f4b13836b803529a412206
5
5
  SHA512:
6
- metadata.gz: d331338bad4fed189730efb90039afb71c4c5e1608ccf98438b022ae1e39c11f934b594443553c600c7212a66377318779472b548e76497cb7f9e4625c44ce0a
7
- data.tar.gz: cc869ec3983322675c70b598fba9d65900474ff67894521b89398dd71467a4d716b95ff9f265218c7f89fd79e98d32649cb6c5e164da49d40d35b2aeddcc12a1
6
+ metadata.gz: a591cc41c66770fe36905c4e17d7c0bd7732164d6734317b8f468b5763d8cf20f78bcd7dc02dd24d4d93e68fbb421b47dffccd973501d29b0364596a5a856737
7
+ data.tar.gz: 7368b7c3ceb7496b9126ca5a96ddc384471bc1b7d38f2f4ba0d70ba12d5ddc5fabe0758bf6097e02d2f553ebb33e4141df8014068174a35d8469816bf6f3a44a
@@ -18,7 +18,7 @@ module WealthForge
18
18
  @api_url = nil
19
19
  @token_url = nil
20
20
  @production_url = 'https://api.wealthforge.com/v1'
21
- @staging_url = 'https://api.wealthforge.org/v1'
21
+ @sandbox_url = 'https://api.wealthforge.org/v1'
22
22
  @version = 'v1'
23
23
  end
24
24
 
@@ -1,3 +1,3 @@
1
1
  module WealthForge
2
- VERSION = '2.2.1'
2
+ VERSION = '2.2.2'
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.1
4
+ version: 2.2.2
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-08-14 00:00:00.000000000 Z
11
+ date: 2018-08-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday