konto_check 6.08.0 → 6.15.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.textile +1 -1
- data/ext/konto_check_raw/konto_check.c +422 -288
- data/ext/konto_check_raw/konto_check.h +21 -17
- data/ext/konto_check_raw/konto_check_raw_ruby.c +528 -2
- data/ext/konto_check_raw/retvals.h +7 -7
- data/lib/konto_check.rb +216 -0
- metadata +10 -9
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: db1112b2e2b343a25092f95a784a29de1ad0f7ac5fb3bab3122334b92a893de6
|
4
|
+
data.tar.gz: 5c546c7f8b40517bc65aecde380ca004272cdc6a2e8867c3d7dead6b61436b3d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9513e3f5f3dd65589301b8af7da4c132d959f9d53d45a14e0ca64a625f05ce8bb00b698b09b93f2f4a68f583da2548ca17a4cc2943bf8b7af54d059b91158b5f
|
7
|
+
data.tar.gz: a595b130e65f12c4a207e6dde3e8ac0879046f1e5cb9184be5ec3b62b490ce2db5501273ce20554dcde6236a0f58c9397bb8dc7d250324dc20325a520d416300
|
data/README.textile
CHANGED
@@ -77,7 +77,7 @@ h2. Data file
|
|
77
77
|
To use the library, you need (of course) the current Bank Data. KontoCheck uses an own compressed format
|
78
78
|
to hold the bank data distributed by the Deutsche Bundesbank. You can generate the file yourself using
|
79
79
|
the function KontoCheck::generate_lutfile() or use the file from
|
80
|
-
<a href="http://sourceforge.net/projects/kontocheck/files/konto_check-de/
|
80
|
+
<a href="http://sourceforge.net/projects/kontocheck/files/konto_check-de/6.14/blz.lut2f/download" target="_blank">SourceForge.net</a>.
|
81
81
|
For further information have look at
|
82
82
|
<a href="http://kontocheck.sourceforge.net/?ausgabe=4&sub=5" target="_blank">this page</a>.
|
83
83
|
|