ibandit 1.0.2 → 1.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/data/german_iban_rules.yml +3 -21
- data/data/raw/BLZ2.txt +314 -395
- data/lib/ibandit/german_details_converter.rb +2 -2
- data/lib/ibandit/version.rb +1 -1
- metadata +2 -2
@@ -1045,8 +1045,8 @@ module Ibandit
|
|
1045
1045
|
end
|
1046
1046
|
end
|
1047
1047
|
|
1048
|
-
class
|
1049
|
-
# Rule 0049
|
1048
|
+
class Rule004901 < BaseRule
|
1049
|
+
# Rule 0049 01 is actually about modulus checking, not IBAN construction
|
1050
1050
|
end
|
1051
1051
|
|
1052
1052
|
class Rule005000 < BaseRule
|
data/lib/ibandit/version.rb
CHANGED
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.0
|
4
|
+
version: 1.1.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- GoCardless
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-
|
11
|
+
date: 2020-06-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: gc_ruboconfig
|