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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 47a05d641f6a46bee697a2f85ae26e034f16febd
4
- data.tar.gz: 04cc3b63315c5bfbee7c2782afc917b506b79b25
3
+ metadata.gz: 386cd897ccb0d6fa59f8c7b6b4ca238dbf538713
4
+ data.tar.gz: 2d23bf7a9bddbaf99152e1c0bef5619b3e0b81b3
5
5
  SHA512:
6
- metadata.gz: 1a8eaecc5d0b069e49573f37d9b58426a5c5f6579992a367d146ee8f25743a60df8632f49d227837258b18781e5b664f9da7ffd673cd3fb6f04fb3f888260433
7
- data.tar.gz: a56415b3d8cb258e7bef9f5a3b6c83a0c3baeb991a601913ccba290d5b7c50f46db9edc81f370c33a9433b45580cb06484a3eed4ab6be4264c97d234bcf07879
6
+ metadata.gz: 0be4909e31e0db8f9d3fb691cb8f02704f84a0f9065b824ce145fff842ef72b4427facfc2e4e088ed0c02d165dbd9b133585a9c9dc6edc5ef2f1f85feafc678b
7
+ data.tar.gz: 83b7e70b8b0c6fb74083285f871a7e2e2913992013fa0223a926606fd9647fddb81e7e3ba0d08178e846ff30049e5bf1d049507f6cc44f25c8e331e03420b0f5
@@ -1,3 +1,8 @@
1
+ ## 0.4.0 - April 24, 2015
2
+
3
+ - Update length of national ID for Spain from 8 characters to 4, in line with
4
+ SWIFT change
5
+
1
6
  ## 0.3.8 - April 8, 2015
2
7
 
3
8
  - Add Portuguese translation by [@nlopes](https://github.com/nlopes)
@@ -1,5 +1,5 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <dataexport filedate="20141128" filetype="full" product="ibanstructure">
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>8</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>
@@ -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: 8
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}
@@ -1,3 +1,3 @@
1
1
  module Ibandit
2
- VERSION = '0.3.8'.freeze
2
+ VERSION = '0.4.0'.freeze
3
3
  end
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.3.8
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-08 00:00:00.000000000 Z
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.4.1
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: