ibandit 0.3.8 → 0.4.0
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/CHANGELOG.md +5 -0
- data/data/raw/IBANSTRUCTURE.xml +2 -2
- data/data/structures.yml +1 -1
- data/lib/ibandit/version.rb +1 -1
- metadata +3 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 386cd897ccb0d6fa59f8c7b6b4ca238dbf538713
|
|
4
|
+
data.tar.gz: 2d23bf7a9bddbaf99152e1c0bef5619b3e0b81b3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0be4909e31e0db8f9d3fb691cb8f02704f84a0f9065b824ce145fff842ef72b4427facfc2e4e088ed0c02d165dbd9b133585a9c9dc6edc5ef2f1f85feafc678b
|
|
7
|
+
data.tar.gz: 83b7e70b8b0c6fb74083285f871a7e2e2913992013fa0223a926606fd9647fddb81e7e3ba0d08178e846ff30049e5bf1d049507f6cc44f25c8e331e03420b0f5
|
data/CHANGELOG.md
CHANGED
data/data/raw/IBANSTRUCTURE.xml
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<dataexport filedate="
|
|
2
|
+
<dataexport filedate="20150425" filetype="full" product="ibanstructure">
|
|
3
3
|
<ibanstructure>
|
|
4
4
|
<tag>IS</tag>
|
|
5
5
|
<modification_flag>U</modification_flag>
|
|
@@ -324,7 +324,7 @@
|
|
|
324
324
|
<bank_identifier_length>4</bank_identifier_length>
|
|
325
325
|
<branch_identifier_position>9</branch_identifier_position>
|
|
326
326
|
<branch_identifier_length>4</branch_identifier_length>
|
|
327
|
-
<iban_national_id_length>
|
|
327
|
+
<iban_national_id_length>4</iban_national_id_length>
|
|
328
328
|
<account_number_position>13</account_number_position>
|
|
329
329
|
<account_number_length>12</account_number_length>
|
|
330
330
|
<iban_total_length>24</iban_total_length>
|
data/data/structures.yml
CHANGED
|
@@ -233,7 +233,7 @@ ES:
|
|
|
233
233
|
:account_number_position: 13
|
|
234
234
|
:account_number_length: 12
|
|
235
235
|
:total_length: 24
|
|
236
|
-
:iban_national_id_length:
|
|
236
|
+
:iban_national_id_length: 4
|
|
237
237
|
:bban_format: \d{4}\d{4}\d{1}\d{1}\d{10}
|
|
238
238
|
:bank_code_format: \d{4}
|
|
239
239
|
:branch_code_format: \d{4}
|
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: 0.
|
|
4
|
+
version: 0.4.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Grey Baker
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-04-
|
|
11
|
+
date: 2015-04-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rspec
|
|
@@ -163,9 +163,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
163
163
|
version: '0'
|
|
164
164
|
requirements: []
|
|
165
165
|
rubyforge_project:
|
|
166
|
-
rubygems_version: 2.
|
|
166
|
+
rubygems_version: 2.2.2
|
|
167
167
|
signing_key:
|
|
168
168
|
specification_version: 4
|
|
169
169
|
summary: Convert national banking details into IBANs, and vice-versa.
|
|
170
170
|
test_files: []
|
|
171
|
-
has_rdoc:
|