wealthforge-ruby 1.0.0 → 1.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +2 -2
- data/bin/console +1 -1
- data/fixtures/vcr_cassettes/get_investor.yml +2 -2
- data/fixtures/vcr_cassettes/get_issuer.yml +2 -2
- data/lib/{wealth_forge.rb → wealthforge-ruby.rb} +8 -8
- data/lib/{wealth_forge → wealthforge}/api_exception.rb +0 -0
- data/lib/{wealth_forge → wealthforge}/configuration.rb +0 -0
- data/lib/{wealth_forge → wealthforge}/connection.rb +0 -0
- data/lib/{wealth_forge → wealthforge}/investment.rb +0 -0
- data/lib/{wealth_forge → wealthforge}/investor.rb +0 -0
- data/lib/{wealth_forge → wealthforge}/issuer.rb +0 -0
- data/lib/{wealth_forge → wealthforge}/offering.rb +0 -0
- data/lib/{wealth_forge → wealthforge}/version.rb +1 -1
- data/wealthforge-ruby.gemspec +1 -1
- metadata +10 -10
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4d9861418bd0096a03604085c3e3287bd4fb713c
|
4
|
+
data.tar.gz: 6538ac0ba9020feb902a44249628671cf7305550
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8e2b96e410f02d11779abbb307012feb446f7aa25b352c14ddc94df222353e8fb5e88a548a995baef455e78788a2877c1f1a969635e2ed46c22badac64953198
|
7
|
+
data.tar.gz: 3c08be510ae46219b6724025743fb542a634c7a082b7686f98f6638b646ded0e5605a1587e8411c5c0a7c22b0ffd7be94451e72a6545c0b7d030fd26970a833f
|
data/README.md
CHANGED
@@ -17,7 +17,7 @@ And then execute:
|
|
17
17
|
|
18
18
|
Or install it yourself as:
|
19
19
|
|
20
|
-
$ gem install
|
20
|
+
$ gem install wealthforge-ruby
|
21
21
|
|
22
22
|
|
23
23
|
## Configuration
|
@@ -85,7 +85,7 @@ Please refer to the official WealthForge API [documentation](https://api.wealthf
|
|
85
85
|
|
86
86
|
## Contributing
|
87
87
|
|
88
|
-
Bug reports and pull requests are welcome on GitHub at https://github.com/dinosimone/
|
88
|
+
Bug reports and pull requests are welcome on GitHub at https://github.com/dinosimone/wealthforge-ruby.
|
89
89
|
|
90
90
|
|
91
91
|
## Tests
|
data/bin/console
CHANGED
@@ -21,7 +21,7 @@ http_interactions:
|
|
21
21
|
message: OK
|
22
22
|
headers:
|
23
23
|
Date:
|
24
|
-
- Fri, 09 Jun 2017
|
24
|
+
- Fri, 09 Jun 2017 15:40:53 GMT
|
25
25
|
Server:
|
26
26
|
- Apache/2.4.18 (Amazon) OpenSSL/1.0.1k-fips
|
27
27
|
Cache-Control:
|
@@ -41,5 +41,5 @@ http_interactions:
|
|
41
41
|
Name","logo":" https://cdn0.iconfinder.com/data/icons/Personal_loan-512.png","city":"Richmond","investorUrl":"http://fundroom.com/apitest","address":"123
|
42
42
|
Test Rd.","address2":null,"phone":"(804)-555-1234","zip":"23229","signature":null,"taxId":"112-22-3333","uid":null,"accredited":true,"dob":-867700800000,"income":10000000.00,"netWorth":null,"accreditedOther":null,"eligibleInvestAmount":null,"email":"wealthforge_api_investor@fundroom.com","purchaseRepExists":null,"purchaseRepName":null,"purchaseRepAddress":null,"purchaseRepAddress2":null,"purchaseRepCity":null,"purchaseRepState":null,"purchaseRepZip":null,"existingRelationship":null,"existingRelationshipName":null,"existingRelationshipYears":null,"existingRelationshipNature":null,"yearVerified":null,"accreditationFile":null,"ssn":null},"status":200,"code":null,"errors":[],"messages":[]}'
|
43
43
|
http_version:
|
44
|
-
recorded_at: Fri, 09 Jun 2017
|
44
|
+
recorded_at: Fri, 09 Jun 2017 15:40:53 GMT
|
45
45
|
recorded_with: VCR 3.0.3
|
@@ -21,7 +21,7 @@ http_interactions:
|
|
21
21
|
message: OK
|
22
22
|
headers:
|
23
23
|
Date:
|
24
|
-
- Fri, 09 Jun 2017
|
24
|
+
- Fri, 09 Jun 2017 15:40:54 GMT
|
25
25
|
Server:
|
26
26
|
- Apache/2.4.18 (Amazon) OpenSSL/1.0.1k-fips
|
27
27
|
Cache-Control:
|
@@ -42,5 +42,5 @@ http_interactions:
|
|
42
42
|
Investor Way","address2":null,"phone":"2125551234","city":"Boston","zip":"02139","issuerUrl":null,"accountingFirm":"Accountants,
|
43
43
|
LLC","dateOfFormation":1004572800000},"status":200,"code":null,"errors":[],"messages":[]}'
|
44
44
|
http_version:
|
45
|
-
recorded_at: Fri, 09 Jun 2017
|
45
|
+
recorded_at: Fri, 09 Jun 2017 15:40:54 GMT
|
46
46
|
recorded_with: VCR 3.0.3
|
@@ -1,11 +1,11 @@
|
|
1
|
-
require "
|
2
|
-
require "
|
3
|
-
require "
|
4
|
-
require "
|
5
|
-
require "
|
6
|
-
require "
|
7
|
-
require "
|
8
|
-
require "
|
1
|
+
require "wealthforge/configuration"
|
2
|
+
require "wealthforge/version"
|
3
|
+
require "wealthforge/api_exception"
|
4
|
+
require "wealthforge/connection"
|
5
|
+
require "wealthforge/investment"
|
6
|
+
require "wealthforge/investor"
|
7
|
+
require "wealthforge/issuer"
|
8
|
+
require "wealthforge/offering"
|
9
9
|
|
10
10
|
module WealthForge
|
11
11
|
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
data/wealthforge-ruby.gemspec
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: wealthforge-ruby
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Dino Simone
|
@@ -166,15 +166,15 @@ files:
|
|
166
166
|
- fixtures/vcr_cassettes/update_investment_account.yml
|
167
167
|
- fixtures/vcr_cassettes/update_investor.yml
|
168
168
|
- fixtures/vcr_cassettes/upload_accreditation_files.yml
|
169
|
-
- lib/
|
170
|
-
- lib/
|
171
|
-
- lib/
|
172
|
-
- lib/
|
173
|
-
- lib/
|
174
|
-
- lib/
|
175
|
-
- lib/
|
176
|
-
- lib/
|
177
|
-
- lib/
|
169
|
+
- lib/wealthforge-ruby.rb
|
170
|
+
- lib/wealthforge/api_exception.rb
|
171
|
+
- lib/wealthforge/configuration.rb
|
172
|
+
- lib/wealthforge/connection.rb
|
173
|
+
- lib/wealthforge/investment.rb
|
174
|
+
- lib/wealthforge/investor.rb
|
175
|
+
- lib/wealthforge/issuer.rb
|
176
|
+
- lib/wealthforge/offering.rb
|
177
|
+
- lib/wealthforge/version.rb
|
178
178
|
- wealthforge-ruby.gemspec
|
179
179
|
homepage: https://api.wealthforge.com
|
180
180
|
licenses:
|