ibandit 1.2.2 → 1.2.3
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/CHANGELOG.md +4 -0
- data/data/german_iban_rules.yml +265 -178
- data/data/raw/BLZ2.txt +2170 -2410
- data/lib/ibandit/errors.rb +1 -0
- data/lib/ibandit/version.rb +1 -1
- data/spec/fixtures/germany_integration_test_cases.json +1 -1
- metadata +6 -6
data/lib/ibandit/errors.rb
CHANGED
data/lib/ibandit/version.rb
CHANGED
|
@@ -134,7 +134,7 @@
|
|
|
134
134
|
{
|
|
135
135
|
"convertor": "001400",
|
|
136
136
|
"valid": [
|
|
137
|
-
{ "bank_code": "
|
|
137
|
+
{ "bank_code": "30060601", "account_number": "60624", "converted_bank_code": "30060601" }
|
|
138
138
|
]
|
|
139
139
|
},
|
|
140
140
|
{
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ibandit
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.2.
|
|
4
|
+
version: 1.2.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- GoCardless
|
|
8
|
-
autorequire:
|
|
8
|
+
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-
|
|
11
|
+
date: 2020-12-11 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: gc_ruboconfig
|
|
@@ -209,7 +209,7 @@ homepage: https://github.com/gocardless/ibandit
|
|
|
209
209
|
licenses:
|
|
210
210
|
- MIT
|
|
211
211
|
metadata: {}
|
|
212
|
-
post_install_message:
|
|
212
|
+
post_install_message:
|
|
213
213
|
rdoc_options: []
|
|
214
214
|
require_paths:
|
|
215
215
|
- lib
|
|
@@ -224,8 +224,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
224
224
|
- !ruby/object:Gem::Version
|
|
225
225
|
version: '0'
|
|
226
226
|
requirements: []
|
|
227
|
-
rubygems_version: 3.
|
|
228
|
-
signing_key:
|
|
227
|
+
rubygems_version: 3.0.3
|
|
228
|
+
signing_key:
|
|
229
229
|
specification_version: 4
|
|
230
230
|
summary: Convert national banking details into IBANs, and vice-versa.
|
|
231
231
|
test_files: []
|