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.
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Ibandit
4
- VERSION = "1.25.0"
4
+ VERSION = "1.26.0"
5
5
  end
@@ -59,7 +59,7 @@ describe Ibandit::GermanDetailsConverter do
59
59
  end
60
60
 
61
61
  describe "integration tests" do
62
- include_examples "json based fixture", "germany_integration_test_cases" do
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
- include_examples "json based fixture", "germany_unit_test_cases" do
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.25.0
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-02-18 00:00:00.000000000 Z
10
+ date: 2025-07-01 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: i18n