ibandit 1.16.0 → 1.17.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Ibandit
4
- VERSION = "1.16.0"
4
+ VERSION = "1.17.0"
5
5
  end
@@ -12,16 +12,6 @@
12
12
  { "bank_code": "10060198", "account_number" : "1" }
13
13
  ]
14
14
  },
15
- {
16
- "convertor": "000200",
17
- "valid": [
18
- { "bank_code": "72020700", "account_number" : "1" }
19
- ],
20
- "invalid": [
21
- { "bank_code": "72020700", "account_number" : "1111111861" },
22
- { "bank_code": "72020700", "account_number" : "1111111611" }
23
- ]
24
- },
25
15
  // {
26
16
  // "convertor": "000300",
27
17
  // "valid": [
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.16.0
4
+ version: 1.17.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - GoCardless
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-04-06 00:00:00.000000000 Z
11
+ date: 2023-06-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gc_ruboconfig
@@ -228,7 +228,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
228
228
  - !ruby/object:Gem::Version
229
229
  version: '0'
230
230
  requirements: []
231
- rubygems_version: 3.2.22
231
+ rubygems_version: 3.4.6
232
232
  signing_key:
233
233
  specification_version: 4
234
234
  summary: Convert national banking details into IBANs, and vice-versa.