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 +4 -4
- data/README.md +1 -1
- data/data/valacdos.txt +1 -0
- data/features/modulus11.feature +3 -0
- data/lib/uk_account_validator/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 72c9a0ad1d2060616cecd95633d65e00465cc5c3
|
|
4
|
+
data.tar.gz: e000a86c002c5c869e70594fd6df4d00e73e8a00
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
|
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
|
-----
|
data/data/valacdos.txt
CHANGED
|
@@ -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
|
data/features/modulus11.feature
CHANGED
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
|
+
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:
|
|
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.
|
|
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
|