cashbox 0.0.7 → 0.0.8

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: 71ce789cccd67d7acd0cca2a6080c8d68c6f8e38
4
- data.tar.gz: 64f9af0d098aec554b698f6954a83ea0f63a8e4a
3
+ metadata.gz: 1adfc9dcdaf771c9c803499b25138fd72166c11b
4
+ data.tar.gz: 4e8fb07ff7c379cd3a60fca42928e66c50e1462f
5
5
  SHA512:
6
- metadata.gz: 599df992ed92219c333ce0a58b50929ddb01c90bc89030391442839f8f7af2804c15f347d8cc4bb432e79b874ea250f34fba69600803c6d2ea0ff514ee48c6e2
7
- data.tar.gz: 1694b313d9b0379d5ac22354286aa723c63a86a3abfaf4d7f0319d676dc42e78e38648588f6bf3331e20d83ade89c86241aad67140346a19e0919e7dde6e8fb7
6
+ metadata.gz: da2e03cab821d9517a06f0404647702a95f5b4e24aca5c96976329ab8970a4795b116136be5a6ea1023f30fe6dda667b3858a3fd3516d75bf118203b58164efc
7
+ data.tar.gz: bf6c913dac795f71404927d80b2330ec56cf91a5a913af3568da110dd88d7eee04124cb21a5291525093732b833ee6887d622570772325d4cadd9afb91c585f7
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- cashbox (0.0.7)
4
+ cashbox (0.0.8)
5
5
  activesupport
6
6
  addressable
7
7
  hashie
@@ -1,4 +1,4 @@
1
1
  module Cashbox
2
- class Error < Exception
2
+ class Error < RuntimeError
3
3
  end
4
4
  end
@@ -7,5 +7,7 @@ module Cashbox
7
7
  property :account_length
8
8
  property :bank_sort_code
9
9
  property :country_code
10
+ property :last_digits
11
+ property :rib_code
10
12
  end
11
13
  end
@@ -14,5 +14,6 @@ module Cashbox
14
14
  property :type
15
15
  property :account_holder
16
16
  property :billing_address
17
+ property :validation_status
17
18
  end
18
19
  end
@@ -1,3 +1,3 @@
1
1
  module Cashbox
2
- VERSION = "0.0.7"
2
+ VERSION = "0.0.8"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cashbox
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.7
4
+ version: 0.0.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jonathon Storer
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-05-01 00:00:00.000000000 Z
11
+ date: 2018-05-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler