ibandit 1.30.0 → 1.32.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.30.0"
4
+ VERSION = "1.32.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.30.0
4
+ version: 1.32.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - GoCardless
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2026-03-16 00:00:00.000000000 Z
10
+ date: 2026-07-02 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: i18n