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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d2095fb0da51f71db65b441fae9cbc57dd99b351
4
- data.tar.gz: b2e20fad4a0aabfe96958131e88b7ce1c15c53db
3
+ metadata.gz: 4d9861418bd0096a03604085c3e3287bd4fb713c
4
+ data.tar.gz: 6538ac0ba9020feb902a44249628671cf7305550
5
5
  SHA512:
6
- metadata.gz: 511317b1560759e65f944d308364513636cea14167bded72d8226b9d0fefd1093f8bc1605647e742fb8abb32d7b6847582f88a3b6ef08c219215bbaddb12b09a
7
- data.tar.gz: 1a714aba2913b899dff2c78257a8c3920d04a2d0e544dfddd3c9d34174f383702c5065257532e66abf2bb29e8200e104f125b15d0cf8bd1e3560fc742ea13528
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 wealth_forge
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/wealth_forge.
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
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env ruby
2
2
 
3
3
  require "bundler/setup"
4
- require "wealth_forge"
4
+ require "wealthforge-ruby"
5
5
 
6
6
  # You can add fixtures and/or initialization code here to make experimenting
7
7
  # with your gem easier. You can also use a different console, if you like.
@@ -21,7 +21,7 @@ http_interactions:
21
21
  message: OK
22
22
  headers:
23
23
  Date:
24
- - Fri, 09 Jun 2017 14:33:57 GMT
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 14:33:57 GMT
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 14:33:58 GMT
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 14:33:58 GMT
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 "wealth_forge/configuration"
2
- require "wealth_forge/version"
3
- require "wealth_forge/api_exception"
4
- require "wealth_forge/connection"
5
- require "wealth_forge/investment"
6
- require "wealth_forge/investor"
7
- require "wealth_forge/issuer"
8
- require "wealth_forge/offering"
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
@@ -1,3 +1,3 @@
1
1
  module WealthForge
2
- VERSION = "1.0.0"
2
+ VERSION = "1.0.1"
3
3
  end
@@ -1,7 +1,7 @@
1
1
  # coding: utf-8
2
2
  lib = File.expand_path('../lib', __FILE__)
3
3
  $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
- require 'wealth_forge/version'
4
+ require 'wealthforge/version'
5
5
 
6
6
  Gem::Specification.new do |spec|
7
7
  spec.name = "wealthforge-ruby"
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.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/wealth_forge.rb
170
- - lib/wealth_forge/api_exception.rb
171
- - lib/wealth_forge/configuration.rb
172
- - lib/wealth_forge/connection.rb
173
- - lib/wealth_forge/investment.rb
174
- - lib/wealth_forge/investor.rb
175
- - lib/wealth_forge/issuer.rb
176
- - lib/wealth_forge/offering.rb
177
- - lib/wealth_forge/version.rb
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: