ibanizator 0.4.6 → 0.4.7
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/db/blz.txt +632 -789
- data/lib/ibanizator/iban/lengths.rb +12 -1
- metadata +8 -8
@@ -7,16 +7,19 @@ class Ibanizator
|
|
7
7
|
:AT => 20,
|
8
8
|
:AZ => 28,
|
9
9
|
:BH => 22,
|
10
|
+
:BY => 28,
|
10
11
|
:BE => 16,
|
11
12
|
:BA => 20,
|
12
13
|
:BR => 29,
|
13
14
|
:BG => 22,
|
14
|
-
:CR =>
|
15
|
+
:CR => 22,
|
15
16
|
:HR => 21,
|
16
17
|
:CY => 28,
|
17
18
|
:CZ => 24,
|
18
19
|
:DK => 18,
|
19
20
|
:DO => 28,
|
21
|
+
:TL => 23,
|
22
|
+
:EG => 27,
|
20
23
|
:EE => 20,
|
21
24
|
:FO => 18,
|
22
25
|
:FI => 18,
|
@@ -29,10 +32,13 @@ class Ibanizator
|
|
29
32
|
:GT => 28,
|
30
33
|
:HU => 28,
|
31
34
|
:IS => 26,
|
35
|
+
:IQ => 23,
|
32
36
|
:IE => 22,
|
33
37
|
:IL => 23,
|
34
38
|
:IT => 27,
|
39
|
+
:JO => 30,
|
35
40
|
:KZ => 20,
|
41
|
+
:XK => 20,
|
36
42
|
:KW => 30,
|
37
43
|
:LV => 21,
|
38
44
|
:LB => 28,
|
@@ -52,10 +58,13 @@ class Ibanizator
|
|
52
58
|
:PS => 29,
|
53
59
|
:PL => 28,
|
54
60
|
:PT => 25,
|
61
|
+
:QA => 29,
|
55
62
|
:RO => 24,
|
63
|
+
:LC => 32,
|
56
64
|
:SM => 27,
|
57
65
|
:SA => 24,
|
58
66
|
:RS => 22,
|
67
|
+
:SC => 31,
|
59
68
|
:SK => 24,
|
60
69
|
:SI => 19,
|
61
70
|
:ES => 24,
|
@@ -63,8 +72,10 @@ class Ibanizator
|
|
63
72
|
:CH => 21,
|
64
73
|
:TN => 24,
|
65
74
|
:TR => 26,
|
75
|
+
:UA => 29,
|
66
76
|
:AE => 23,
|
67
77
|
:GB => 22,
|
78
|
+
:VA => 22,
|
68
79
|
:VG => 24
|
69
80
|
}.freeze
|
70
81
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ibanizator
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.4.
|
4
|
+
version: 0.4.7
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Julien Gantner
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date:
|
12
|
+
date: 2020-07-10 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: adamantium
|
@@ -45,14 +45,14 @@ dependencies:
|
|
45
45
|
requirements:
|
46
46
|
- - "~>"
|
47
47
|
- !ruby/object:Gem::Version
|
48
|
-
version: '2.
|
48
|
+
version: '2.1'
|
49
49
|
type: :development
|
50
50
|
prerelease: false
|
51
51
|
version_requirements: !ruby/object:Gem::Requirement
|
52
52
|
requirements:
|
53
53
|
- - "~>"
|
54
54
|
- !ruby/object:Gem::Version
|
55
|
-
version: '2.
|
55
|
+
version: '2.1'
|
56
56
|
- !ruby/object:Gem::Dependency
|
57
57
|
name: rake
|
58
58
|
requirement: !ruby/object:Gem::Requirement
|
@@ -73,14 +73,14 @@ dependencies:
|
|
73
73
|
requirements:
|
74
74
|
- - "~>"
|
75
75
|
- !ruby/object:Gem::Version
|
76
|
-
version: '3.
|
76
|
+
version: '3.9'
|
77
77
|
type: :development
|
78
78
|
prerelease: false
|
79
79
|
version_requirements: !ruby/object:Gem::Requirement
|
80
80
|
requirements:
|
81
81
|
- - "~>"
|
82
82
|
- !ruby/object:Gem::Version
|
83
|
-
version: '3.
|
83
|
+
version: '3.9'
|
84
84
|
description: |2
|
85
85
|
ibanizator generates the correct IBAN for given account number and bank number
|
86
86
|
for german accounts. It is possible to validate given international IBANS.
|
@@ -117,14 +117,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
117
117
|
requirements:
|
118
118
|
- - ">="
|
119
119
|
- !ruby/object:Gem::Version
|
120
|
-
version: 2.
|
120
|
+
version: 2.5.0
|
121
121
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
122
122
|
requirements:
|
123
123
|
- - ">="
|
124
124
|
- !ruby/object:Gem::Version
|
125
125
|
version: '0'
|
126
126
|
requirements: []
|
127
|
-
rubygems_version: 3.
|
127
|
+
rubygems_version: 3.1.2
|
128
128
|
signing_key:
|
129
129
|
specification_version: 4
|
130
130
|
summary: An IBAN generator/validator and BIC generator for german accounts.
|