ibandit 1.31.0 → 1.33.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.
@@ -444,4 +444,12 @@
444
444
  :serial_number_length: 7
445
445
  :zerofill_serial_number: false
446
446
  :include_clearing_code: true
447
+ :validation_scheme: '1.2'
448
+ - :range: [9780, 9789]
449
+ :bank: Klarna Bank
450
+ :bank_code: 978
451
+ :clearing_code_length: 4
452
+ :serial_number_length: 7
453
+ :zerofill_serial_number: false
454
+ :include_clearing_code: true
447
455
  :validation_scheme: '1.2'
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Ibandit
4
- VERSION = "1.31.0"
4
+ VERSION = "1.33.0"
5
5
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ibandit
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.31.0
4
+ version: 1.33.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - GoCardless
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2026-06-08 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: i18n
@@ -114,7 +114,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
114
114
  - !ruby/object:Gem::Version
115
115
  version: '0'
116
116
  requirements: []
117
- rubygems_version: 3.6.2
117
+ rubygems_version: 3.6.9
118
118
  specification_version: 4
119
119
  summary: Convert national banking details into IBANs, and vice-versa.
120
120
  test_files: []