epics 2.3.0 → 2.5.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (69) hide show
  1. checksums.yaml +4 -4
  2. data/.semaphore/semaphore.yml +3 -12
  3. data/CHANGELOG.md +13 -0
  4. data/epics.gemspec +5 -4
  5. data/lib/epics/azv.rb +9 -26
  6. data/lib/epics/b2b.rb +11 -3
  7. data/lib/epics/c2s.rb +11 -7
  8. data/lib/epics/c52.rb +12 -37
  9. data/lib/epics/c53.rb +12 -37
  10. data/lib/epics/c54.rb +12 -37
  11. data/lib/epics/c5n.rb +17 -0
  12. data/lib/epics/ccs.rb +11 -7
  13. data/lib/epics/cct.rb +9 -34
  14. data/lib/epics/cd1.rb +9 -26
  15. data/lib/epics/cdb.rb +9 -34
  16. data/lib/epics/cdd.rb +9 -34
  17. data/lib/epics/cds.rb +11 -7
  18. data/lib/epics/cdz.rb +12 -41
  19. data/lib/epics/client.rb +44 -19
  20. data/lib/epics/crz.rb +12 -41
  21. data/lib/epics/generic_request.rb +8 -3
  22. data/lib/epics/generic_upload_request.rb +2 -2
  23. data/lib/epics/haa.rb +8 -25
  24. data/lib/epics/hac.rb +12 -41
  25. data/lib/epics/header_request.rb +60 -0
  26. data/lib/epics/hia.rb +6 -16
  27. data/lib/epics/hkd.rb +8 -25
  28. data/lib/epics/hpb.rb +8 -18
  29. data/lib/epics/hpd.rb +8 -25
  30. data/lib/epics/htd.rb +8 -25
  31. data/lib/epics/ini.rb +6 -16
  32. data/lib/epics/letter_renderer.rb +22 -0
  33. data/lib/epics/ptk.rb +12 -41
  34. data/lib/epics/sta.rb +12 -41
  35. data/lib/epics/version.rb +1 -1
  36. data/lib/epics/vmk.rb +12 -41
  37. data/lib/epics/wss.rb +13 -0
  38. data/lib/epics/xct.rb +9 -26
  39. data/lib/epics/xds.rb +11 -3
  40. data/lib/epics/xe2.rb +13 -0
  41. data/lib/epics/xe3.rb +13 -0
  42. data/lib/epics/z52.rb +12 -37
  43. data/lib/epics/z53.rb +12 -37
  44. data/lib/epics/z54.rb +12 -37
  45. data/lib/epics.rb +9 -0
  46. data/lib/letter/ini.erb +260 -150
  47. data/lib/letter/locales/de.yml +19 -0
  48. data/lib/letter/locales/en.yml +19 -0
  49. data/lib/letter/locales/fr.yml +19 -0
  50. data/spec/fixtures/xml/swiss_credit_transfer.xml +69 -0
  51. data/spec/fixtures/xml/swiss_direct_debit.xml +104 -0
  52. data/spec/hpb_spec.rb +4 -4
  53. data/spec/orders/c52_spec.rb +1 -1
  54. data/spec/orders/c53_spec.rb +1 -1
  55. data/spec/orders/c54_spec.rb +1 -1
  56. data/spec/orders/c5n_spec.rb +9 -0
  57. data/spec/orders/cdz_spec.rb +1 -1
  58. data/spec/orders/crz_spec.rb +1 -1
  59. data/spec/orders/hac_spec.rb +1 -1
  60. data/spec/orders/ptk_spec.rb +1 -1
  61. data/spec/orders/sta_spec.rb +1 -1
  62. data/spec/orders/vmk_spec.rb +1 -1
  63. data/spec/orders/wss_spec.rb +9 -0
  64. data/spec/orders/xe2_spec.rb +17 -0
  65. data/spec/orders/xe3_spec.rb +17 -0
  66. data/spec/orders/z52_spec.rb +1 -1
  67. data/spec/orders/z53_spec.rb +1 -1
  68. data/spec/orders/z54_spec.rb +1 -1
  69. metadata +45 -10
@@ -0,0 +1,104 @@
1
+ <?xml version="1.0"?>
2
+ <Document xmlns="http://www.six-interbank-clearing.com/de/pain.008.001.02.ch.03.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.six-interbank-clearing.com/de/pain.008.001.02.ch.03.xsd pain.008.001.02.ch.03.xsd">
3
+ <CstmrDrctDbtInitn>
4
+ <GrpHdr>
5
+ <MsgId>SPS-KING/c1e3bcc1a22c941e6c631b</MsgId>
6
+ <CreDtTm>2024-06-20T17:43:31+02:00</CreDtTm>
7
+ <NbOfTxs>1</NbOfTxs>
8
+ <CtrlSum>39.99</CtrlSum>
9
+ <InitgPty>
10
+ <Nm>Glaubiger GmbH</Nm>
11
+ <Id>
12
+ <OrgId>
13
+ <Othr>
14
+ <Id>ABC1W</Id>
15
+ </Othr>
16
+ </OrgId>
17
+ </Id>
18
+ </InitgPty>
19
+ </GrpHdr>
20
+ <PmtInf>
21
+ <PmtInfId>SPS-KING/c1e3bcc1a22c941e6c631b/1</PmtInfId>
22
+ <PmtMtd>DD</PmtMtd>
23
+ <PmtTpInf>
24
+ <SvcLvl>
25
+ <Prtry>CHTA</Prtry>
26
+ </SvcLvl>
27
+ <LclInstrm>
28
+ <Prtry>LSV+</Prtry>
29
+ </LclInstrm>
30
+ </PmtTpInf>
31
+ <ReqdColltnDt>1999-01-01</ReqdColltnDt>
32
+ <Cdtr>
33
+ <Nm>Glaubiger GmbH</Nm>
34
+ </Cdtr>
35
+ <CdtrAcct>
36
+ <Id>
37
+ <IBAN>CH7081232000001998736</IBAN>
38
+ </Id>
39
+ </CdtrAcct>
40
+ <CdtrAgt>
41
+ <FinInstnId>
42
+ <ClrSysMmbId>
43
+ <MmbId>81232</MmbId>
44
+ </ClrSysMmbId>
45
+ <Othr>
46
+ <Id>010001456</Id>
47
+ </Othr>
48
+ </FinInstnId>
49
+ </CdtrAgt>
50
+ <CdtrSchmeId>
51
+ <Id>
52
+ <PrvtId>
53
+ <Othr>
54
+ <Id>ABC1W</Id>
55
+ <SchmeNm>
56
+ <Prtry>CHLS</Prtry>
57
+ </SchmeNm>
58
+ </Othr>
59
+ </PrvtId>
60
+ </Id>
61
+ </CdtrSchmeId>
62
+ <DrctDbtTxInf>
63
+ <PmtId>
64
+ <InstrId>12345</InstrId>
65
+ <EndToEndId>XYZ/2013-08-ABO/6789</EndToEndId>
66
+ </PmtId>
67
+ <InstdAmt Ccy="CHF">39.99</InstdAmt>
68
+ <DbtrAgt>
69
+ <FinInstnId>
70
+ <ClrSysMmbId>
71
+ <MmbId>4835</MmbId>
72
+ </ClrSysMmbId>
73
+ </FinInstnId>
74
+ </DbtrAgt>
75
+ <Dbtr>
76
+ <Nm>Zahlemann Soehne GbR</Nm>
77
+ <PstlAdr>
78
+ <StrtNm>Mustergasse</StrtNm>
79
+ <PstCd>1234</PstCd>
80
+ <TwnNm>Musterstadt</TwnNm>
81
+ <Ctry>CH</Ctry>
82
+ </PstlAdr>
83
+ </Dbtr>
84
+ <DbtrAcct>
85
+ <Id>
86
+ <IBAN>CH9804835011062385295</IBAN>
87
+ </Id>
88
+ </DbtrAcct>
89
+ <RmtInf>
90
+ <Strd>
91
+ <CdtrRefInf>
92
+ <Tp>
93
+ <CdOrPrtry>
94
+ <Prtry>ESR</Prtry>
95
+ </CdOrPrtry>
96
+ </Tp>
97
+ <Ref>609323234234234353453423423</Ref>
98
+ </CdtrRefInf>
99
+ </Strd>
100
+ </RmtInf>
101
+ </DrctDbtTxInf>
102
+ </PmtInf>
103
+ </CstmrDrctDbtInitn>
104
+ </Document>
data/spec/hpb_spec.rb CHANGED
@@ -1,14 +1,14 @@
1
1
  RSpec.describe Epics::HPB do
2
- let(:client) { instance_double(Epics::Client, host_id: "HOST", user_id: "USER", partner_id: "PARTNER") }
2
+ let(:client) { Epics::Client.new( File.open(File.join( File.dirname(__FILE__), 'fixtures', 'SIZBN001.key')), 'secret' , 'https://194.180.18.30/ebicsweb/ebicsweb', 'SIZBN001', 'EBIX', 'EBICS') }
3
3
  describe '#to_xml' do
4
4
  subject { Nokogiri::XML.parse(described_class.new(client).to_xml) }
5
5
 
6
6
  specify do
7
7
  expect(subject.xpath("//xmlns:Timestamp").first.content).to_not be_nil
8
8
  expect(subject.xpath("//xmlns:Nonce").first.content).to_not be_nil
9
- expect(subject.xpath("//xmlns:HostID").first.content).to eq("HOST")
10
- expect(subject.xpath("//xmlns:UserID").first.content).to eq("USER")
11
- expect(subject.xpath("//xmlns:PartnerID").first.content).to eq("PARTNER")
9
+ expect(subject.xpath("//xmlns:HostID").first.content).to eq("SIZBN001")
10
+ expect(subject.xpath("//xmlns:UserID").first.content).to eq("EBIX")
11
+ expect(subject.xpath("//xmlns:PartnerID").first.content).to eq("EBICS")
12
12
  end
13
13
  end
14
14
 
@@ -2,7 +2,7 @@ RSpec.describe Epics::C52 do
2
2
 
3
3
  let(:client) { Epics::Client.new( File.open(File.join( File.dirname(__FILE__), '..', 'fixtures', 'SIZBN001.key')), 'secret' , 'https://194.180.18.30/ebicsweb/ebicsweb', 'SIZBN001', 'EBIX', 'EBICS') }
4
4
 
5
- subject { described_class.new(client, "2014-09-01", "2014-09-30") }
5
+ subject { described_class.new(client, from: "2014-09-01", to: "2014-09-30") }
6
6
 
7
7
  describe '#to_xml' do
8
8
  specify { expect(subject.to_xml).to be_a_valid_ebics_doc }
@@ -2,7 +2,7 @@ RSpec.describe Epics::C53 do
2
2
 
3
3
  let(:client) { Epics::Client.new( File.open(File.join( File.dirname(__FILE__), '..', 'fixtures', 'SIZBN001.key')), 'secret' , 'https://194.180.18.30/ebicsweb/ebicsweb', 'SIZBN001', 'EBIX', 'EBICS') }
4
4
 
5
- subject { described_class.new(client, "2014-09-01", "2014-09-30") }
5
+ subject { described_class.new(client, from: "2014-09-01", to: "2014-09-30") }
6
6
 
7
7
  describe '#to_xml' do
8
8
  specify { expect(subject.to_xml).to be_a_valid_ebics_doc }
@@ -1,7 +1,7 @@
1
1
  RSpec.describe Epics::C54 do
2
2
  let(:client) { Epics::Client.new( File.open(File.join( File.dirname(__FILE__), '..', 'fixtures', 'SIZBN001.key')), 'secret' , 'https://194.180.18.30/ebicsweb/ebicsweb', 'SIZBN001', 'EBIX', 'EBICS') }
3
3
 
4
- subject { described_class.new(client, "2014-09-01", "2014-09-30") }
4
+ subject { described_class.new(client, from: "2014-09-01", to: "2014-09-30") }
5
5
 
6
6
  describe '#to_xml' do
7
7
  specify { expect(subject.to_xml).to be_a_valid_ebics_doc }
@@ -0,0 +1,9 @@
1
+ RSpec.describe Epics::C5N do
2
+ let(:client) { Epics::Client.new( File.open(File.join( File.dirname(__FILE__), '..', 'fixtures', 'SIZBN001.key')), 'secret' , 'https://194.180.18.30/ebicsweb/ebicsweb', 'SIZBN001', 'EBIX', 'EBICS') }
3
+
4
+ subject { described_class.new(client, from: "2014-09-01", to: "2014-09-01") }
5
+
6
+ describe '#to_xml' do
7
+ specify { expect(subject.to_xml).to be_a_valid_ebics_doc }
8
+ end
9
+ end
@@ -2,7 +2,7 @@ RSpec.describe Epics::CDZ do
2
2
  let(:client) { Epics::Client.new( File.open(File.join( File.dirname(__FILE__), '..', 'fixtures', 'SIZBN001.key')), 'secret' , 'https://194.180.18.30/ebicsweb/ebicsweb', 'SIZBN001', 'EBIX', 'EBICS') }
3
3
 
4
4
  context 'with date range' do
5
- subject { described_class.new(client, "2014-09-01", "2014-09-30") }
5
+ subject { described_class.new(client, from: "2014-09-01", to: "2014-09-30") }
6
6
 
7
7
  describe '#to_xml' do
8
8
  specify { expect(subject.to_xml).to be_a_valid_ebics_doc }
@@ -2,7 +2,7 @@ RSpec.describe Epics::CRZ do
2
2
  let(:client) { Epics::Client.new( File.open(File.join( File.dirname(__FILE__), '..', 'fixtures', 'SIZBN001.key')), 'secret' , 'https://194.180.18.30/ebicsweb/ebicsweb', 'SIZBN001', 'EBIX', 'EBICS') }
3
3
 
4
4
  context 'with date range' do
5
- subject { described_class.new(client, "2014-09-01", "2014-09-30") }
5
+ subject { described_class.new(client, from: "2014-09-01", to: "2014-09-30") }
6
6
 
7
7
  describe '#to_xml' do
8
8
  specify { expect(subject.to_xml).to be_a_valid_ebics_doc }
@@ -2,7 +2,7 @@ RSpec.describe Epics::HAC do
2
2
  let(:client) { Epics::Client.new( File.open(File.join( File.dirname(__FILE__), '..', 'fixtures', 'SIZBN001.key')), 'secret' , 'https://194.180.18.30/ebicsweb/ebicsweb', 'SIZBN001', 'EBIX', 'EBICS') }
3
3
 
4
4
  context 'with date range' do
5
- subject(:order) { described_class.new(client, "2014-09-01", "2014-09-30") }
5
+ subject(:order) { described_class.new(client, from: "2014-09-01", to: "2014-09-30") }
6
6
 
7
7
  describe '#to_xml' do
8
8
  specify { expect(order.to_xml).to be_a_valid_ebics_doc }
@@ -1,7 +1,7 @@
1
1
  RSpec.describe Epics::PTK do
2
2
  let(:client) { Epics::Client.new( File.open(File.join( File.dirname(__FILE__), '..', 'fixtures', 'SIZBN001.key')), 'secret' , 'https://194.180.18.30/ebicsweb/ebicsweb', 'SIZBN001', 'EBIX', 'EBICS') }
3
3
 
4
- subject { described_class.new(client, "2014-09-01", "2014-09-30") }
4
+ subject { described_class.new(client, from: "2014-09-01", to: "2014-09-30") }
5
5
 
6
6
  describe '#to_xml' do
7
7
  specify { expect(subject.to_xml).to be_a_valid_ebics_doc }
@@ -2,7 +2,7 @@ RSpec.describe Epics::STA do
2
2
  let(:client) { Epics::Client.new( File.open(File.join( File.dirname(__FILE__), '..', 'fixtures', 'SIZBN001.key')), 'secret' , 'https://194.180.18.30/ebicsweb/ebicsweb', 'SIZBN001', 'EBIX', 'EBICS') }
3
3
 
4
4
  context 'with date range' do
5
- subject(:order) { described_class.new(client, "2014-09-01", "2014-09-30") }
5
+ subject(:order) { described_class.new(client, from: "2014-09-01", to: "2014-09-30") }
6
6
 
7
7
  describe '#to_xml' do
8
8
  specify { expect(order.to_xml).to be_a_valid_ebics_doc }
@@ -1,7 +1,7 @@
1
1
  RSpec.describe Epics::VMK do
2
2
  let(:client) { Epics::Client.new( File.open(File.join( File.dirname(__FILE__), '..', 'fixtures', 'SIZBN001.key')), 'secret' , 'https://194.180.18.30/ebicsweb/ebicsweb', 'SIZBN001', 'EBIX', 'EBICS') }
3
3
 
4
- subject { described_class.new(client, "2014-09-01", "2014-09-30") }
4
+ subject { described_class.new(client, from: "2014-09-01", to: "2014-09-30") }
5
5
 
6
6
  describe '#to_xml' do
7
7
  specify { expect(subject.to_xml).to be_a_valid_ebics_doc }
@@ -0,0 +1,9 @@
1
+ RSpec.describe Epics::WSS do
2
+ let(:client) { Epics::Client.new( File.open(File.join( File.dirname(__FILE__), '..', 'fixtures', 'SIZBN001.key')), 'secret' , 'https://194.180.18.30/ebicsweb/ebicsweb', 'SIZBN001', 'EBIX', 'EBICS') }
3
+
4
+ subject { described_class.new(client) }
5
+
6
+ describe '#to_xml' do
7
+ specify { expect(subject.to_xml).to be_a_valid_ebics_doc }
8
+ end
9
+ end
@@ -0,0 +1,17 @@
1
+ RSpec.describe Epics::XE2 do
2
+
3
+ let(:client) { Epics::Client.new( File.open(File.join( File.dirname(__FILE__), '..', 'fixtures', 'SIZBN001.key')), 'secret' , 'https://194.180.18.30/ebicsweb/ebicsweb', 'SIZBN001', 'EBIX', 'EBICS') }
4
+ let(:document) { File.read( File.join( File.dirname(__FILE__), '..', 'fixtures', 'xml', 'swiss_credit_transfer.xml') ) }
5
+ subject { described_class.new(client, document) }
6
+
7
+ describe '#to_xml' do
8
+ specify { expect(subject.to_xml).to be_a_valid_ebics_doc }
9
+ end
10
+
11
+ describe '#to_transfer_xml' do
12
+ before { subject.transaction_id = SecureRandom.hex(16) }
13
+
14
+ specify { expect(subject.to_transfer_xml).to be_a_valid_ebics_doc }
15
+ end
16
+
17
+ end
@@ -0,0 +1,17 @@
1
+ RSpec.describe Epics::XE3 do
2
+
3
+ let(:client) { Epics::Client.new( File.open(File.join( File.dirname(__FILE__), '..', 'fixtures', 'SIZBN001.key')), 'secret' , 'https://194.180.18.30/ebicsweb/ebicsweb', 'SIZBN001', 'EBIX', 'EBICS') }
4
+ let(:document) { File.read( File.join( File.dirname(__FILE__), '..', 'fixtures', 'xml', 'swiss_direct_debit.xml') ) }
5
+ subject { described_class.new(client, document) }
6
+
7
+ describe '#to_xml' do
8
+ specify { expect(subject.to_xml).to be_a_valid_ebics_doc }
9
+ end
10
+
11
+ describe '#to_transfer_xml' do
12
+ before { subject.transaction_id = SecureRandom.hex(16) }
13
+
14
+ specify { expect(subject.to_transfer_xml).to be_a_valid_ebics_doc }
15
+ end
16
+
17
+ end
@@ -2,7 +2,7 @@ RSpec.describe Epics::Z52 do
2
2
 
3
3
  let(:client) { Epics::Client.new( File.open(File.join( File.dirname(__FILE__), '..', 'fixtures', 'SIZBN001.key')), 'secret' , 'https://194.180.18.30/ebicsweb/ebicsweb', 'SIZBN001', 'EBIX', 'EBICS') }
4
4
 
5
- subject { described_class.new(client, "2014-09-01", "2014-09-30") }
5
+ subject { described_class.new(client, from: "2014-09-01", to: "2014-09-30") }
6
6
 
7
7
  describe '#to_xml' do
8
8
  specify { expect(subject.to_xml).to be_a_valid_ebics_doc }
@@ -2,7 +2,7 @@ RSpec.describe Epics::Z53 do
2
2
 
3
3
  let(:client) { Epics::Client.new( File.open(File.join( File.dirname(__FILE__), '..', 'fixtures', 'SIZBN001.key')), 'secret' , 'https://194.180.18.30/ebicsweb/ebicsweb', 'SIZBN001', 'EBIX', 'EBICS') }
4
4
 
5
- subject { described_class.new(client, "2014-09-01", "2014-09-30") }
5
+ subject { described_class.new(client, from: "2014-09-01", to: "2014-09-30") }
6
6
 
7
7
  describe '#to_xml' do
8
8
  specify { expect(subject.to_xml).to be_a_valid_ebics_doc }
@@ -1,7 +1,7 @@
1
1
  RSpec.describe Epics::Z54 do
2
2
  let(:client) { Epics::Client.new( File.open(File.join( File.dirname(__FILE__), '..', 'fixtures', 'SIZBN001.key')), 'secret' , 'https://194.180.18.30/ebicsweb/ebicsweb', 'SIZBN001', 'EBIX', 'EBICS') }
3
3
 
4
- subject { described_class.new(client, "2014-09-01", "2014-09-30") }
4
+ subject { described_class.new(client, from: "2014-09-01", to: "2014-09-30") }
5
5
 
6
6
  describe '#to_xml' do
7
7
  specify { expect(subject.to_xml).to be_a_valid_ebics_doc }
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: epics
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.3.0
4
+ version: 2.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lars Brillert
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-06-19 00:00:00.000000000 Z
11
+ date: 2024-11-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday
@@ -24,20 +24,34 @@ dependencies:
24
24
  - - ">="
25
25
  - !ruby/object:Gem::Version
26
26
  version: 1.10.0
27
+ - !ruby/object:Gem::Dependency
28
+ name: i18n
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - ">="
32
+ - !ruby/object:Gem::Version
33
+ version: 1.1.0
34
+ type: :runtime
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - ">="
39
+ - !ruby/object:Gem::Version
40
+ version: 1.1.0
27
41
  - !ruby/object:Gem::Dependency
28
42
  name: nokogiri
29
43
  requirement: !ruby/object:Gem::Requirement
30
44
  requirements:
31
45
  - - ">="
32
46
  - !ruby/object:Gem::Version
33
- version: 1.16.5
47
+ version: 1.16.7
34
48
  type: :runtime
35
49
  prerelease: false
36
50
  version_requirements: !ruby/object:Gem::Requirement
37
51
  requirements:
38
52
  - - ">="
39
53
  - !ruby/object:Gem::Version
40
- version: 1.16.5
54
+ version: 1.16.7
41
55
  - !ruby/object:Gem::Dependency
42
56
  name: rubyzip
43
57
  requirement: !ruby/object:Gem::Requirement
@@ -58,28 +72,28 @@ dependencies:
58
72
  requirements:
59
73
  - - ">="
60
74
  - !ruby/object:Gem::Version
61
- version: 3.2.8
75
+ version: 3.3.7
62
76
  type: :runtime
63
77
  prerelease: false
64
78
  version_requirements: !ruby/object:Gem::Requirement
65
79
  requirements:
66
80
  - - ">="
67
81
  - !ruby/object:Gem::Version
68
- version: 3.2.8
82
+ version: 3.3.7
69
83
  - !ruby/object:Gem::Dependency
70
84
  name: bundler
71
85
  requirement: !ruby/object:Gem::Requirement
72
86
  requirements:
73
87
  - - ">="
74
88
  - !ruby/object:Gem::Version
75
- version: 2.4.12
89
+ version: 2.5.19
76
90
  type: :development
77
91
  prerelease: false
78
92
  version_requirements: !ruby/object:Gem::Requirement
79
93
  requirements:
80
94
  - - ">="
81
95
  - !ruby/object:Gem::Version
82
- version: 2.4.12
96
+ version: 2.5.19
83
97
  - !ruby/object:Gem::Dependency
84
98
  name: equivalent-xml
85
99
  requirement: !ruby/object:Gem::Requirement
@@ -184,6 +198,7 @@ files:
184
198
  - lib/epics/c52.rb
185
199
  - lib/epics/c53.rb
186
200
  - lib/epics/c54.rb
201
+ - lib/epics/c5n.rb
187
202
  - lib/epics/ccs.rb
188
203
  - lib/epics/cct.rb
189
204
  - lib/epics/cd1.rb
@@ -198,6 +213,7 @@ files:
198
213
  - lib/epics/generic_upload_request.rb
199
214
  - lib/epics/haa.rb
200
215
  - lib/epics/hac.rb
216
+ - lib/epics/header_request.rb
201
217
  - lib/epics/hia.rb
202
218
  - lib/epics/hkd.rb
203
219
  - lib/epics/hpb.rb
@@ -205,6 +221,7 @@ files:
205
221
  - lib/epics/htd.rb
206
222
  - lib/epics/ini.rb
207
223
  - lib/epics/key.rb
224
+ - lib/epics/letter_renderer.rb
208
225
  - lib/epics/middleware/parse_ebics.rb
209
226
  - lib/epics/middleware/xmlsig.rb
210
227
  - lib/epics/ptk.rb
@@ -213,12 +230,18 @@ files:
213
230
  - lib/epics/sta.rb
214
231
  - lib/epics/version.rb
215
232
  - lib/epics/vmk.rb
233
+ - lib/epics/wss.rb
216
234
  - lib/epics/xct.rb
217
235
  - lib/epics/xds.rb
236
+ - lib/epics/xe2.rb
237
+ - lib/epics/xe3.rb
218
238
  - lib/epics/z52.rb
219
239
  - lib/epics/z53.rb
220
240
  - lib/epics/z54.rb
221
241
  - lib/letter/ini.erb
242
+ - lib/letter/locales/de.yml
243
+ - lib/letter/locales/en.yml
244
+ - lib/letter/locales/fr.yml
222
245
  - spec/.DS_Store
223
246
  - spec/client_spec.rb
224
247
  - spec/error_spec.rb
@@ -255,6 +278,8 @@ files:
255
278
  - spec/fixtures/xml/signature_pub_key_order_data.xml
256
279
  - spec/fixtures/xml/sta_response.xml
257
280
  - spec/fixtures/xml/sta_response_continued.xml
281
+ - spec/fixtures/xml/swiss_credit_transfer.xml
282
+ - spec/fixtures/xml/swiss_direct_debit.xml
258
283
  - spec/fixtures/xml/upload_init_response.xml
259
284
  - spec/generic_upload_spec.rb
260
285
  - spec/hpb_spec.rb
@@ -266,6 +291,7 @@ files:
266
291
  - spec/orders/c52_spec.rb
267
292
  - spec/orders/c53_spec.rb
268
293
  - spec/orders/c54_spec.rb
294
+ - spec/orders/c5n_spec.rb
269
295
  - spec/orders/ccs_spec.rb
270
296
  - spec/orders/cct_spec.rb
271
297
  - spec/orders/cd1_spec.rb
@@ -284,7 +310,10 @@ files:
284
310
  - spec/orders/ptk_spec.rb
285
311
  - spec/orders/sta_spec.rb
286
312
  - spec/orders/vmk_spec.rb
313
+ - spec/orders/wss_spec.rb
287
314
  - spec/orders/xds_spec.rb
315
+ - spec/orders/xe2_spec.rb
316
+ - spec/orders/xe3_spec.rb
288
317
  - spec/orders/z52_spec.rb
289
318
  - spec/orders/z53_spec.rb
290
319
  - spec/orders/z54_spec.rb
@@ -320,14 +349,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
320
349
  requirements:
321
350
  - - ">="
322
351
  - !ruby/object:Gem::Version
323
- version: '2.7'
352
+ version: '3.1'
324
353
  required_rubygems_version: !ruby/object:Gem::Requirement
325
354
  requirements:
326
355
  - - ">="
327
356
  - !ruby/object:Gem::Version
328
357
  version: '0'
329
358
  requirements: []
330
- rubygems_version: 3.5.11
359
+ rubygems_version: 3.5.23
331
360
  signing_key:
332
361
  specification_version: 4
333
362
  summary: a ruby implementation of the EBICS protocol
@@ -368,6 +397,8 @@ test_files:
368
397
  - spec/fixtures/xml/signature_pub_key_order_data.xml
369
398
  - spec/fixtures/xml/sta_response.xml
370
399
  - spec/fixtures/xml/sta_response_continued.xml
400
+ - spec/fixtures/xml/swiss_credit_transfer.xml
401
+ - spec/fixtures/xml/swiss_direct_debit.xml
371
402
  - spec/fixtures/xml/upload_init_response.xml
372
403
  - spec/generic_upload_spec.rb
373
404
  - spec/hpb_spec.rb
@@ -379,6 +410,7 @@ test_files:
379
410
  - spec/orders/c52_spec.rb
380
411
  - spec/orders/c53_spec.rb
381
412
  - spec/orders/c54_spec.rb
413
+ - spec/orders/c5n_spec.rb
382
414
  - spec/orders/ccs_spec.rb
383
415
  - spec/orders/cct_spec.rb
384
416
  - spec/orders/cd1_spec.rb
@@ -397,7 +429,10 @@ test_files:
397
429
  - spec/orders/ptk_spec.rb
398
430
  - spec/orders/sta_spec.rb
399
431
  - spec/orders/vmk_spec.rb
432
+ - spec/orders/wss_spec.rb
400
433
  - spec/orders/xds_spec.rb
434
+ - spec/orders/xe2_spec.rb
435
+ - spec/orders/xe3_spec.rb
401
436
  - spec/orders/z52_spec.rb
402
437
  - spec/orders/z53_spec.rb
403
438
  - spec/orders/z54_spec.rb