uk_account_validator 0.0.4 → 0.0.5

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: 23894d58e4469aba7454ac64a533f23b97907c94
4
- data.tar.gz: 02606a90ad2a6b843dafc047bc1a91cac3ceb5e6
3
+ metadata.gz: 72c9a0ad1d2060616cecd95633d65e00465cc5c3
4
+ data.tar.gz: e000a86c002c5c869e70594fd6df4d00e73e8a00
5
5
  SHA512:
6
- metadata.gz: 85b8b0a4c85180a6075b417be05f6872dc3fe69fa3e55da71847a31ad6d7a57bac64fbafb02c042f06c7e172a14e3cdbf3949953ac5949ba264d71ca80bedd63
7
- data.tar.gz: a96a205ec4b4d47d3fb139d5c2b496f63e483e127725fd975429969cfda5e153dda948a93e339e1e3b37b116e282d9794595757e13176c48ecde39ea635dd1d7
6
+ metadata.gz: cce9293340964b404053561439ca77ce80d99e3df787269f00920b22cd8e3f27a0286483d348b5de3021c65a6b4939e416396cdade37159391d35194ea7acb8a
7
+ data.tar.gz: a4ae9458a37d0bd2c3164fa13574c65bd924c5b53259e114c8f46eac814164d8c84bb0723aea6fa36e9783f3eb8525315372f22f328176077eb774fe26be1e5d
data/README.md CHANGED
@@ -11,7 +11,7 @@ NB the resource text files valacdos.txt and scsubtab.txt are produced and releas
11
11
 
12
12
  Requires Ruby > 2.0.0
13
13
 
14
- Modulus weight table data can be found [here](https://www.vocalink.com/customer-support/modulus-checking/). (Last verified data was downloaded 2016-11-25).
14
+ Modulus weight table data can be found [here](https://www.vocalink.com/customer-support/modulus-checking/). (Last verified data was downloaded 2017-02-03).
15
15
 
16
16
  Usage
17
17
  -----
@@ -889,6 +889,7 @@
889
889
  601403 608028 MOD11 0 0 0 0 0 0 8 7 6 5 4 3 2 1
890
890
  608301 608301 MOD10 0 0 0 0 0 0 7 1 3 7 1 3 7 1
891
891
  608316 608316 MOD10 0 0 0 0 0 0 8 7 6 5 4 3 2 1
892
+ 608370 608370 MOD11 0 0 0 0 0 0 8 7 6 5 4 3 2 1
892
893
  608371 608371 MOD11 0 0 0 0 0 0 2 8 4 3 7 5 6 1
893
894
  609593 609593 MOD10 0 0 0 0 0 0 7 1 3 7 1 3 7 1
894
895
  609599 609599 MOD10 0 0 0 0 0 0 0 5 7 5 2 1 2 1
@@ -13,3 +13,6 @@ Feature: Modulus 11 Checking
13
13
  Scenario: 30) Fail modulus 11 check
14
14
  Given I have a sort code 107999
15
15
  And I have an account number 88837493
16
+
17
+ Then the modulus is MOD11
18
+ And the combination is invalid
@@ -1,3 +1,3 @@
1
1
  module UkAccountValidator
2
- VERSION = '0.0.4'
2
+ VERSION = '0.0.5'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: uk_account_validator
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Hayden Ball
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-11-24 00:00:00.000000000 Z
11
+ date: 2017-02-14 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Validate UK Account Numbers and Sort Codes
14
14
  email:
@@ -82,7 +82,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
82
82
  version: '0'
83
83
  requirements: []
84
84
  rubyforge_project:
85
- rubygems_version: 2.4.8
85
+ rubygems_version: 2.5.2
86
86
  signing_key:
87
87
  specification_version: 4
88
88
  summary: Validate UK Account Numbers and Sort Codes