brot 0.1.1

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.
metadata ADDED
@@ -0,0 +1,82 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: brot
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.1
5
+ platform: ruby
6
+ authors:
7
+ - Vincent Garrigues
8
+ bindir: exe
9
+ cert_chain: []
10
+ date: 1980-01-02 00:00:00.000000000 Z
11
+ dependencies:
12
+ - !ruby/object:Gem::Dependency
13
+ name: nokogiri
14
+ requirement: !ruby/object:Gem::Requirement
15
+ requirements:
16
+ - - "~>"
17
+ - !ruby/object:Gem::Version
18
+ version: '1.18'
19
+ type: :runtime
20
+ prerelease: false
21
+ version_requirements: !ruby/object:Gem::Requirement
22
+ requirements:
23
+ - - "~>"
24
+ - !ruby/object:Gem::Version
25
+ version: '1.18'
26
+ description: |
27
+ brot builds SEPA credit transfer XML with Nokogiri::XML::Builder.
28
+ The output targets pain.001.001.12 for DATEV-oriented uploads.
29
+ email:
30
+ - vincent@garriguv.io
31
+ executables: []
32
+ extensions: []
33
+ extra_rdoc_files: []
34
+ files:
35
+ - ".github/workflows/ci.yml"
36
+ - ".github/workflows/release.yml"
37
+ - ".rubocop.yml"
38
+ - Gemfile
39
+ - LICENSE.txt
40
+ - README.md
41
+ - Rakefile
42
+ - brot.gemspec
43
+ - lib/brot.rb
44
+ - lib/brot/pain00100112.rb
45
+ - lib/brot/pain00100112/account.rb
46
+ - lib/brot/pain00100112/document.rb
47
+ - lib/brot/pain00100112/schema.rb
48
+ - lib/brot/pain00100112/serializer.rb
49
+ - lib/brot/pain00100112/serializer_base.rb
50
+ - lib/brot/pain00100112/transfer.rb
51
+ - lib/brot/pain00100112/utils.rb
52
+ - lib/brot/version.rb
53
+ - test/brot_test.rb
54
+ - test/pain00100112_document_test.rb
55
+ - test/test_helper.rb
56
+ - xsd/pain.001.001.12.xsd
57
+ homepage: https://github.com/garriguv/brot
58
+ licenses:
59
+ - MIT
60
+ metadata:
61
+ homepage_uri: https://github.com/garriguv/brot
62
+ source_code_uri: https://github.com/garriguv/brot
63
+ changelog_uri: https://github.com/garriguv/brot/releases
64
+ rubygems_mfa_required: 'true'
65
+ rdoc_options: []
66
+ require_paths:
67
+ - lib
68
+ required_ruby_version: !ruby/object:Gem::Requirement
69
+ requirements:
70
+ - - ">="
71
+ - !ruby/object:Gem::Version
72
+ version: 4.0.0
73
+ required_rubygems_version: !ruby/object:Gem::Requirement
74
+ requirements:
75
+ - - ">="
76
+ - !ruby/object:Gem::Version
77
+ version: '0'
78
+ requirements: []
79
+ rubygems_version: 4.0.3
80
+ specification_version: 4
81
+ summary: Build ISO 20022 pain.001 payment initiation XML for DATEV uploads.
82
+ test_files: []