ibanizator 0.4.2 → 0.4.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/README.md +1 -1
- data/db/blz.txt +466 -615
- metadata +3 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7177f1120a40c0bf411354fd2459a0cfeef0996bd3fd517e188a1357a89b833e
|
|
4
|
+
data.tar.gz: 84eb9bef597cb577a292c45ce89edae6ed305ad9277dbdcb5e0339f370b4a7e7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bddb3be64f249103b504ef819f24efbbce1c779189c12020065ad81530a41db12f666d0ec3d241e1a7b855c9133c01e5232ed5e28733fdc50415e6a388a5796c
|
|
7
|
+
data.tar.gz: 5d1e75a438d0d8b6642d67a82a49ef935252f554dd7c7129ec4634b07bcf862d10ba0dffa22c5644d21eb8b8757f084d441ce52ef3c0f279f626b7393e9e1e3f
|
data/README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# ibanizator [](https://travis-ci.org/softwareinmotion/ibanizator)
|
|
2
2
|
|
|
3
3
|
ibanizator calculates the iban for german accounts. The database that is used to convert a bank number to a
|
|
4
|
-
BIC is taken from [Deutsche Bundesbank](
|
|
4
|
+
BIC is taken from [Deutsche Bundesbank](https://www.bundesbank.de/en/tasks/payment-systems/services/bank-sort-codes/download---bank-sort-codes-626218).
|
|
5
5
|
|
|
6
6
|
## Installation
|
|
7
7
|
|