trustev 0.4.0.pre.alpha → 0.4.0.pre.alpha1

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: 7d80eedb1e622b67a06154a915d1afe37a2e8f23
4
- data.tar.gz: 934015dc9d7fdbf540e65aa1d29113a9eb9a3876
3
+ metadata.gz: c818d08746c98ffdf6298e854092974f575acc50
4
+ data.tar.gz: 1f4ea28ddc9f84106337ca9c7e52a86bed4f0638
5
5
  SHA512:
6
- metadata.gz: 87c4044fcaa0aa35377fd9e0af4ed11577ff1c28062ce984bb3523fa0200a50dadc19610dd68d714754ba6684572769bda171ae185abfeecb14dfa9c5eb92e27
7
- data.tar.gz: 9383f68be6fd2a3e51239c24ee6ec8a29ee213b44ae5ab34c940058266a33b2a56d382c5521608ac82f8c8222fefdc146472bab975679809fa6bed2e771dc09e
6
+ metadata.gz: bd93b1f833cae2f1ff75ced23dbafcc8a9e5611bc82397c87a17bd4896e5c57a7683075e496350e2052da16021d4d20d902f44ff326f6d3a6209fc1981476e66
7
+ data.tar.gz: 50bf4980efd913ed32d816b83593e51ba8b62234612ca3da7ee0a753f8e9d871cdad186d9145d8ce527cc7600bc6e86e5e0a7496e643f9737e5b93fd3aec669b
@@ -23,7 +23,8 @@ module Trustev
23
23
  PhoneNumber: @opts[:phone_number],
24
24
  DateOfBirth: @opts[:dob],
25
25
  Addresses: @opts[:addresses],
26
- SocialAccounts: @opts[:social_accounts]
26
+ SocialAccounts: @opts[:social_accounts],
27
+ AccountNumber: @opts[:account_number]
27
28
  }
28
29
  customer[:id] = @opts[:id] unless @opts[:id].nil?
29
30
  customer
@@ -1,3 +1,3 @@
1
1
  module Trustev
2
- VERSION = '0.4.0-alpha'
2
+ VERSION = '0.4.0-alpha1'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: trustev
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0.pre.alpha
4
+ version: 0.4.0.pre.alpha1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jonah Hirsch
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-10-18 00:00:00.000000000 Z
11
+ date: 2015-10-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler