ibanizator 0.1.0 → 0.1.1
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.
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.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -16,19 +16,26 @@ dependencies:
|
|
|
16
16
|
requirement: !ruby/object:Gem::Requirement
|
|
17
17
|
none: false
|
|
18
18
|
requirements:
|
|
19
|
+
- - ~>
|
|
20
|
+
- !ruby/object:Gem::Version
|
|
21
|
+
version: '1.3'
|
|
19
22
|
- - ! '>='
|
|
20
23
|
- !ruby/object:Gem::Version
|
|
21
|
-
version:
|
|
24
|
+
version: 1.3.7
|
|
22
25
|
type: :runtime
|
|
23
26
|
prerelease: false
|
|
24
27
|
version_requirements: !ruby/object:Gem::Requirement
|
|
25
28
|
none: false
|
|
26
29
|
requirements:
|
|
30
|
+
- - ~>
|
|
31
|
+
- !ruby/object:Gem::Version
|
|
32
|
+
version: '1.3'
|
|
27
33
|
- - ! '>='
|
|
28
34
|
- !ruby/object:Gem::Version
|
|
29
|
-
version:
|
|
35
|
+
version: 1.3.7
|
|
30
36
|
description: ibanizator generates the correct IBAN for given account number and bank
|
|
31
|
-
number for german accounts.
|
|
37
|
+
number for german accounts. It is possible to validate given international IBANS.
|
|
38
|
+
Calculates also the BIC and bank names for given german bank codes.
|
|
32
39
|
email: christoph.stettner@softwareinmotion.de
|
|
33
40
|
executables: []
|
|
34
41
|
extensions: []
|
|
@@ -62,5 +69,5 @@ rubyforge_project:
|
|
|
62
69
|
rubygems_version: 1.8.24
|
|
63
70
|
signing_key:
|
|
64
71
|
specification_version: 3
|
|
65
|
-
summary: An IBAN generator for german accounts.
|
|
72
|
+
summary: An IBAN generator/validator for german accounts.
|
|
66
73
|
test_files: []
|