ibandit 1.25.0 → 1.26.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/.rubocop_todo.yml +10 -3
- data/CHANGELOG.md +4 -0
- data/data/german_iban_rules.yml +13 -61
- data/data/raw/BLZ2.xml +1 -1
- data/lib/ibandit/version.rb +1 -1
- data/spec/ibandit/german_details_converter_spec.rb +2 -2
- metadata +2 -2
data/lib/ibandit/version.rb
CHANGED
@@ -59,7 +59,7 @@ describe Ibandit::GermanDetailsConverter do
|
|
59
59
|
end
|
60
60
|
|
61
61
|
describe "integration tests" do
|
62
|
-
|
62
|
+
it_behaves_like "json based fixture", "germany_integration_test_cases" do
|
63
63
|
let(:test_subject) do
|
64
64
|
described_class.
|
65
65
|
convert(bank_code: bank_code, account_number: account_number)
|
@@ -68,7 +68,7 @@ describe Ibandit::GermanDetailsConverter do
|
|
68
68
|
end
|
69
69
|
|
70
70
|
describe "unit tests" do
|
71
|
-
|
71
|
+
it_behaves_like "json based fixture", "germany_unit_test_cases" do
|
72
72
|
let(:test_subject) do
|
73
73
|
klass.new(bank_code, account_number).converted_details
|
74
74
|
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.
|
4
|
+
version: 1.26.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- GoCardless
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date: 2025-
|
10
|
+
date: 2025-07-01 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
13
|
name: i18n
|