sepa_parser 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 1518ade1950f27ee4157ff5be9759b52088e9f78256362055956198275140538
4
+ data.tar.gz: 0f08eae3954efaa6731237a9b83aec66837a7fc9ae7f5ae5c441ffee207e0f8c
5
+ SHA512:
6
+ metadata.gz: c6eefc5a147ca76ba9e82fc6c6575dacc4dcc2c0758b24e91b570c73c478cef153f3c0e5e1b0b7371787ef7943a91a65d4fefe07f54ec163b98c89b4dc4a3c47
7
+ data.tar.gz: 02b1ccca330cc420b3cae0efc5ecbf9852b838bd569465f99d4352810d244f3f43ea6cfc873073b378cf16604b7541a1930c0bc86a55a5cde8caaedac4ec6ff7
data/.gitignore ADDED
@@ -0,0 +1,11 @@
1
+ /.bundle/
2
+ /.yardoc
3
+ /_yardoc/
4
+ /coverage/
5
+ /doc/
6
+ /pkg/
7
+ /spec/reports/
8
+ /tmp/
9
+
10
+ #JetBrains IDEs
11
+ /.idea/
data/.rubocop.yml ADDED
@@ -0,0 +1,61 @@
1
+ require:
2
+ - rubocop-performance
3
+ - rubocop-rails
4
+
5
+ AllCops:
6
+ TargetRailsVersion: 5.1
7
+ Exclude:
8
+ - 'vendor/**/*'
9
+ DisplayCopNames: true
10
+ DisplayStyleGuide: true
11
+
12
+ Rails/UnknownEnv:
13
+ Environments:
14
+ - production
15
+ - development
16
+ - test
17
+
18
+ Rails/RefuteMethods:
19
+ Enabled: false
20
+
21
+ Metrics/BlockLength:
22
+ Exclude:
23
+ - '**/Guardfile'
24
+ - '**/*.rake'
25
+ - 'config/environments/*'
26
+ - 'config/routes.rb'
27
+ - 'test/**/*'
28
+
29
+ Metrics/LineLength:
30
+ Max: 120
31
+
32
+ Metrics/MethodLength:
33
+ Exclude:
34
+ - 'db/migrate/*'
35
+
36
+ Rails/HttpPositionalArguments:
37
+ Enabled: false
38
+
39
+ Rails/HasManyOrHasOneDependent:
40
+ Enabled: false
41
+
42
+ Rails/ReversibleMigration:
43
+ Enabled: false
44
+
45
+ Rails/InverseOf:
46
+ Enabled: false
47
+
48
+ Rails/LexicallyScopedActionFilter:
49
+ Enabled: false
50
+
51
+ Style/Documentation:
52
+ Enabled: false
53
+
54
+ Style/FrozenStringLiteralComment:
55
+ Enabled: false
56
+
57
+ # Enable cops that are disabled by default, but are useful nonetheless
58
+ # See https://github.com/bbatsov/rubocop/blob/master/config/disabled.yml
59
+
60
+ Rails:
61
+ Enabled: true
data/.travis.yml ADDED
@@ -0,0 +1,19 @@
1
+ language: ruby
2
+ cache: bundler
3
+ before_install: gem install bundler # https://github.com/travis-ci/travis-ci/issues/9333#issuecomment-373042916
4
+ sudo: required
5
+
6
+ jobs:
7
+ include:
8
+ - stage: test
9
+ name: "test"
10
+ script: ./bin/ci.sh test
11
+ - stage: lint
12
+ name: "lint"
13
+ script: ./bin/ci.sh lint
14
+
15
+
16
+ branches:
17
+ only:
18
+ - master
19
+ - development
data/CHANGELOG.md ADDED
File without changes
@@ -0,0 +1,75 @@
1
+ # Contributor Covenant Code of Conduct
2
+
3
+ ## Our Pledge
4
+
5
+ In the interest of fostering an open and welcoming environment, we as
6
+ contributors and maintainers pledge to making participation in our project and
7
+ our community a harassment-free experience for everyone, regardless of age, body
8
+ size, disability, ethnicity, gender identity and expression, level of experience,
9
+ nationality, personal appearance, race, religion, or sexual identity and
10
+ orientation.
11
+
12
+ ## Our Standards
13
+
14
+ Examples of behavior that contributes to creating a positive environment
15
+ include:
16
+
17
+ * Using welcoming and inclusive language
18
+ * Being respectful of differing viewpoints and experiences
19
+ * Gracefully accepting constructive criticism
20
+ * Focusing on what is best for the community
21
+ * Showing empathy towards other community members
22
+
23
+ Examples of unacceptable behavior by participants include:
24
+
25
+ * The use of sexualized language or imagery and unwelcome sexual attention or
26
+ advances
27
+ * Trolling, insulting/derogatory comments, and personal or political attacks
28
+ * Public or private harassment
29
+ * Publishing others' private information, such as a physical or electronic
30
+ address, without explicit permission
31
+ * Other conduct which could reasonably be considered inappropriate in a
32
+ professional setting
33
+
34
+ ## Our Responsibilities
35
+
36
+ Project maintainers are responsible for clarifying the standards of acceptable
37
+ behavior and are expected to take appropriate and fair corrective action in
38
+ response to any instances of unacceptable behavior.
39
+
40
+ Project maintainers have the right and responsibility to remove, edit, or
41
+ reject comments, commits, code, wiki edits, issues, and other contributions
42
+ that are not aligned to this Code of Conduct, or to ban temporarily or
43
+ permanently any contributor for other behaviors that they deem inappropriate,
44
+ threatening, offensive, or harmful.
45
+
46
+ ## Scope
47
+
48
+ This Code of Conduct applies both within project spaces and in public spaces
49
+ when an individual is representing the project or its community. Examples of
50
+ representing a project or community include using an official project e-mail
51
+ address, posting via an official social media account, or acting as an appointed
52
+ representative at an online or offline event. Representation of a project may be
53
+ further defined and clarified by project maintainers.
54
+
55
+ ## Enforcement
56
+
57
+ Instances of abusive, harassing, or otherwise unacceptable behavior may be
58
+ reported by contacting the project team at [developers@compliance-innovations.com][email]. All
59
+ complaints will be reviewed and investigated and will result in a response that
60
+ is deemed necessary and appropriate to the circumstances. The project team is
61
+ obligated to maintain confidentiality with regard to the reporter of an incident.
62
+ Further details of specific enforcement policies may be posted separately.
63
+
64
+ Project maintainers who do not follow or enforce the Code of Conduct in good
65
+ faith may face temporary or permanent repercussions as determined by other
66
+ members of the project's leadership.
67
+
68
+ ## Attribution
69
+
70
+ This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4,
71
+ available at [http://contributor-covenant.org/version/1/4][version]
72
+
73
+ [homepage]: http://contributor-covenant.org
74
+ [version]: http://contributor-covenant.org/version/1/4/
75
+ [email]: mailto:developers@compliance-innovations.com
data/Gemfile ADDED
@@ -0,0 +1,6 @@
1
+ # frozen_string_literal: true
2
+
3
+ source 'https://rubygems.org'
4
+
5
+ # Specify your gem's dependencies in sepa_parser.gemspec
6
+ gemspec
data/Gemfile.lock ADDED
@@ -0,0 +1,48 @@
1
+ PATH
2
+ remote: .
3
+ specs:
4
+ sepa_parser (0.1.0)
5
+ rexml
6
+
7
+ GEM
8
+ remote: https://rubygems.org/
9
+ specs:
10
+ ast (2.4.0)
11
+ jaro_winkler (1.5.3)
12
+ minitest (5.11.3)
13
+ parallel (1.17.0)
14
+ parser (2.6.3.0)
15
+ ast (~> 2.4.0)
16
+ rack (2.0.7)
17
+ rainbow (3.0.0)
18
+ rake (10.5.0)
19
+ rexml (3.2.2)
20
+ rubocop (0.74.0)
21
+ jaro_winkler (~> 1.5.1)
22
+ parallel (~> 1.10)
23
+ parser (>= 2.6)
24
+ rainbow (>= 2.2.2, < 4.0)
25
+ ruby-progressbar (~> 1.7)
26
+ unicode-display_width (>= 1.4.0, < 1.7)
27
+ rubocop-performance (1.3.0)
28
+ rubocop (>= 0.68.0)
29
+ rubocop-rails (2.2.1)
30
+ rack (>= 1.1)
31
+ rubocop (>= 0.72.0)
32
+ ruby-progressbar (1.10.1)
33
+ unicode-display_width (1.6.0)
34
+
35
+ PLATFORMS
36
+ ruby
37
+
38
+ DEPENDENCIES
39
+ bundler (~> 2.0)
40
+ minitest (~> 5.0)
41
+ rake (~> 10.0)
42
+ rubocop (~> 0.69)
43
+ rubocop-performance (~> 1.3.0)
44
+ rubocop-rails (~> 2.1)
45
+ sepa_parser!
46
+
47
+ BUNDLED WITH
48
+ 2.0.2
data/LICENSE.txt ADDED
@@ -0,0 +1,21 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2019 Compliance Innovations B.V.
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in
13
+ all copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
+ THE SOFTWARE.
data/README.md ADDED
@@ -0,0 +1,45 @@
1
+ # SepaParser
2
+
3
+ Parse ISO20022 XML messages containing SEPA Customer Credit Transfer Initiation messages. Currently pain.001.001.03 is supported.
4
+
5
+ ## Installation
6
+
7
+ Add this line to your application's Gemfile:
8
+
9
+ ```ruby
10
+ gem 'sepa_parser'
11
+ ```
12
+
13
+ And then execute:
14
+
15
+ $ bundle
16
+
17
+ Or install it yourself as:
18
+
19
+ $ gem install sepa_parser
20
+
21
+ ## Usage
22
+
23
+ ```ruby
24
+ file = File.new('pain.001.001.03.xml')
25
+ result = SepaParser::SEPA.parse(file)
26
+ ```
27
+ Returns a array with `CreditTransfer` objects containing all information relevant for each credit transfer.
28
+
29
+ ## Development
30
+
31
+ After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake test` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
32
+
33
+ To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
34
+
35
+ ## Contributing
36
+
37
+ Bug reports and pull requests are welcome on GitHub at https://github.com/compliance-innovations/sepa_parser. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
38
+
39
+ ## License
40
+
41
+ The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
42
+
43
+ ## Code of Conduct
44
+
45
+ Everyone interacting in the SepaParser project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/[USERNAME]/sepa_parser/blob/master/CODE_OF_CONDUCT.md).
data/Rakefile ADDED
@@ -0,0 +1,12 @@
1
+ # frozen_string_literal: true
2
+
3
+ require 'bundler/gem_tasks'
4
+ require 'rake/testtask'
5
+
6
+ Rake::TestTask.new(:test) do |t|
7
+ t.libs << 'test'
8
+ t.libs << 'lib'
9
+ t.test_files = FileList['test/**/*_test.rb']
10
+ end
11
+
12
+ task default: :test
data/bin/ci.sh ADDED
@@ -0,0 +1,12 @@
1
+ #!/bin/bash
2
+ set -e
3
+
4
+ TYPE=$1
5
+
6
+ if [ "$TYPE" = "lint" ] || [ "$TYPE" = "" ]; then
7
+ bundle exec rubocop
8
+ fi
9
+
10
+ if [ "$TYPE" = "test" ] || [ "$TYPE" = "" ]; then
11
+ ruby -Ilib:test ./test/sepa_parser_test.rb
12
+ fi
data/bin/console ADDED
@@ -0,0 +1,15 @@
1
+ #!/usr/bin/env ruby
2
+ # frozen_string_literal: true
3
+
4
+ require 'bundler/setup'
5
+ require 'sepa_parser'
6
+
7
+ # You can add fixtures and/or initialization code here to make experimenting
8
+ # with your gem easier. You can also use a different console, if you like.
9
+
10
+ # (If you use this, don't forget to add pry to your Gemfile!)
11
+ # require "pry"
12
+ # Pry.start
13
+
14
+ require 'irb'
15
+ IRB.start(__FILE__)
data/bin/setup ADDED
@@ -0,0 +1,8 @@
1
+ #!/usr/bin/env bash
2
+ set -euo pipefail
3
+ IFS=$'\n\t'
4
+ set -vx
5
+
6
+ bundle install
7
+
8
+ # Do any other automated setup that you need to do here
@@ -0,0 +1,63 @@
1
+ # frozen_string_literal: true
2
+
3
+ require 'sepa_parser/version'
4
+ require 'sepa_parser/credit_transfer'
5
+ require 'rexml/document'
6
+
7
+ module SepaParser
8
+ class MalformedSEPAError < RuntimeError
9
+ end
10
+
11
+ class SEPA
12
+ include REXML
13
+
14
+ def self.parse(data) # rubocop:disable MethodLength, AbcSize
15
+ document = Document.new data
16
+ credit_transfers = []
17
+
18
+ document.elements.each('Document/CstmrCdtTrfInitn/PmtInf/CdtTrfTxInf') do |transfer|
19
+ credit_transfers.push(SepaParser::CreditTransfer.new(
20
+ get_element_text(document, 'Document/CstmrCdtTrfInitn/GrpHdr/MsgId'),
21
+ get_element_text(document, 'Document/CstmrCdtTrfInitn/GrpHdr/CreDtTm'),
22
+ get_element_text(document, 'Document/CstmrCdtTrfInitn/GrpHdr/InitgPty/Nm'),
23
+ get_element_text(document, 'Document/CstmrCdtTrfInitn/PmtInf/PmtInfId'),
24
+ get_element_text(document, 'Document/CstmrCdtTrfInitn/PmtInf/PmtMtd'),
25
+ get_element_text(document, 'Document/CstmrCdtTrfInitn/PmtInf/ReqdExctnDt'),
26
+ get_element_text(document, 'Document/CstmrCdtTrfInitn/PmtInf/Dbtr/Nm'),
27
+ get_element_text(document, 'Document/CstmrCdtTrfInitn/PmtInf/DbtrAcct/Id/IBAN'),
28
+ get_element_text_if_exists(document, 'Document/CstmrCdtTrfInitn/PmtInf/DbtrAcct/Ccy'),
29
+ get_element_text(document, 'Document/CstmrCdtTrfInitn/PmtInf/DbtrAgt/FinInstnId/BIC'),
30
+ get_element_text(transfer, 'PmtId/EndToEndId'),
31
+ get_element_text(transfer, 'Amt/InstdAmt'),
32
+ get_element_attribute(transfer, 'Amt/InstdAmt', 'Ccy'),
33
+ get_element_text(transfer, 'CdtrAgt/FinInstnId/BIC'),
34
+ get_element_text(transfer, 'Cdtr/Nm'),
35
+ get_element_text(transfer, 'CdtrAcct/Id/IBAN'),
36
+ get_element_text_if_exists(transfer, 'CdtrAcct/Ccy'),
37
+ get_element_text(transfer, 'RmtInf/Ustrd')
38
+ ))
39
+ end
40
+
41
+ credit_transfers
42
+ end
43
+
44
+ def self.get_element_text_if_exists(element, path)
45
+ XPath.first(element, path) ? element.elements[path].get_text.to_s : nil
46
+ end
47
+
48
+ def self.get_element_text(element, path)
49
+ element.elements[path].get_text.to_s
50
+ rescue StandardError
51
+ raise MalformedSEPAError, "Invalid SEPA file: required field missing at path #{element.xpath}/#{path}"
52
+ end
53
+
54
+ def self.get_element_attribute(element, path, attribute)
55
+ if element.elements[path].attributes[attribute].nil?
56
+ raise MalformedSEPAError,
57
+ "Invalid SEPA file: required attribute `#{attribute}` missing at path #{element.xpath}/#{path}"
58
+ end
59
+
60
+ element.elements[path].attributes[attribute]
61
+ end
62
+ end
63
+ end
@@ -0,0 +1,22 @@
1
+ module SepaParser
2
+ CreditTransfer = Struct.new(
3
+ :message_identification,
4
+ :creation_date_time,
5
+ :initiating_party_name,
6
+ :payment_information_identification,
7
+ :payment_method,
8
+ :requested_execution_date,
9
+ :debtor_name,
10
+ :debtor_account_iban,
11
+ :debtor_account_currency,
12
+ :debtor_agent_bic,
13
+ :payment_end_to_end_identification,
14
+ :amount,
15
+ :amount_currency,
16
+ :creditor_agent_bic,
17
+ :creditor_name,
18
+ :creditor_account_iban,
19
+ :creditor_account_currency,
20
+ :remittance_information
21
+ )
22
+ end
@@ -0,0 +1,5 @@
1
+ # frozen_string_literal: true
2
+
3
+ module SepaParser
4
+ VERSION = '0.1.0'
5
+ end
@@ -0,0 +1,40 @@
1
+ # frozen_string_literal: true
2
+
3
+ lib = File.expand_path('lib', __dir__)
4
+ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
5
+ require 'sepa_parser/version'
6
+
7
+ Gem::Specification.new do |spec| # rubocop:disable BlockLength
8
+ spec.name = 'sepa_parser'
9
+ spec.version = SepaParser::VERSION
10
+ spec.authors = ['Ruben Smit', 'Martijn Bolhuis']
11
+ spec.email = 'developers@compliance-innovations.com'
12
+
13
+ spec.summary = 'Parse ISO20022 XML messages containing SEPA Customer Credit Transfer Initiation messages.'
14
+ spec.description = 'Parse ISO20022 XML messages containing SEPA Customer Credit Transfer Initiation messages.
15
+ Currently pain.001.001.03 is supported.'
16
+ spec.homepage = 'https://github.com/compliance-innovations/sepa_parser'
17
+ spec.license = 'MIT'
18
+
19
+ spec.metadata['homepage_uri'] = spec.homepage
20
+ spec.metadata['source_code_uri'] = 'https://github.com/compliance-innovations/sepa_parser'
21
+ spec.metadata['changelog_uri'] = 'https://github.com/compliance-innovations/sepa_parser/blob/master/CHANGELOG.md'
22
+
23
+ # Specify which files should be added to the gem when it is released.
24
+ # The `git ls-files -z` loads the files in the RubyGem that have been added into git.
25
+ spec.files = Dir.chdir(File.expand_path(__dir__)) do
26
+ `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
27
+ end
28
+ spec.bindir = 'exe'
29
+ spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
30
+ spec.require_paths = ['lib']
31
+
32
+ spec.add_dependency 'rexml'
33
+
34
+ spec.add_development_dependency 'bundler', '~> 2.0'
35
+ spec.add_development_dependency 'minitest', '~> 5.0'
36
+ spec.add_development_dependency 'rake', '~> 10.0'
37
+ spec.add_development_dependency 'rubocop', '~> 0.69'
38
+ spec.add_development_dependency 'rubocop-performance', '~> 1.3.0'
39
+ spec.add_development_dependency 'rubocop-rails', '~> 2.1'
40
+ end
metadata ADDED
@@ -0,0 +1,165 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: sepa_parser
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - Ruben Smit
8
+ - Martijn Bolhuis
9
+ autorequire:
10
+ bindir: exe
11
+ cert_chain: []
12
+ date: 2019-08-15 00:00:00.000000000 Z
13
+ dependencies:
14
+ - !ruby/object:Gem::Dependency
15
+ name: rexml
16
+ requirement: !ruby/object:Gem::Requirement
17
+ requirements:
18
+ - - ">="
19
+ - !ruby/object:Gem::Version
20
+ version: '0'
21
+ type: :runtime
22
+ prerelease: false
23
+ version_requirements: !ruby/object:Gem::Requirement
24
+ requirements:
25
+ - - ">="
26
+ - !ruby/object:Gem::Version
27
+ version: '0'
28
+ - !ruby/object:Gem::Dependency
29
+ name: bundler
30
+ requirement: !ruby/object:Gem::Requirement
31
+ requirements:
32
+ - - "~>"
33
+ - !ruby/object:Gem::Version
34
+ version: '2.0'
35
+ type: :development
36
+ prerelease: false
37
+ version_requirements: !ruby/object:Gem::Requirement
38
+ requirements:
39
+ - - "~>"
40
+ - !ruby/object:Gem::Version
41
+ version: '2.0'
42
+ - !ruby/object:Gem::Dependency
43
+ name: minitest
44
+ requirement: !ruby/object:Gem::Requirement
45
+ requirements:
46
+ - - "~>"
47
+ - !ruby/object:Gem::Version
48
+ version: '5.0'
49
+ type: :development
50
+ prerelease: false
51
+ version_requirements: !ruby/object:Gem::Requirement
52
+ requirements:
53
+ - - "~>"
54
+ - !ruby/object:Gem::Version
55
+ version: '5.0'
56
+ - !ruby/object:Gem::Dependency
57
+ name: rake
58
+ requirement: !ruby/object:Gem::Requirement
59
+ requirements:
60
+ - - "~>"
61
+ - !ruby/object:Gem::Version
62
+ version: '10.0'
63
+ type: :development
64
+ prerelease: false
65
+ version_requirements: !ruby/object:Gem::Requirement
66
+ requirements:
67
+ - - "~>"
68
+ - !ruby/object:Gem::Version
69
+ version: '10.0'
70
+ - !ruby/object:Gem::Dependency
71
+ name: rubocop
72
+ requirement: !ruby/object:Gem::Requirement
73
+ requirements:
74
+ - - "~>"
75
+ - !ruby/object:Gem::Version
76
+ version: '0.69'
77
+ type: :development
78
+ prerelease: false
79
+ version_requirements: !ruby/object:Gem::Requirement
80
+ requirements:
81
+ - - "~>"
82
+ - !ruby/object:Gem::Version
83
+ version: '0.69'
84
+ - !ruby/object:Gem::Dependency
85
+ name: rubocop-performance
86
+ requirement: !ruby/object:Gem::Requirement
87
+ requirements:
88
+ - - "~>"
89
+ - !ruby/object:Gem::Version
90
+ version: 1.3.0
91
+ type: :development
92
+ prerelease: false
93
+ version_requirements: !ruby/object:Gem::Requirement
94
+ requirements:
95
+ - - "~>"
96
+ - !ruby/object:Gem::Version
97
+ version: 1.3.0
98
+ - !ruby/object:Gem::Dependency
99
+ name: rubocop-rails
100
+ requirement: !ruby/object:Gem::Requirement
101
+ requirements:
102
+ - - "~>"
103
+ - !ruby/object:Gem::Version
104
+ version: '2.1'
105
+ type: :development
106
+ prerelease: false
107
+ version_requirements: !ruby/object:Gem::Requirement
108
+ requirements:
109
+ - - "~>"
110
+ - !ruby/object:Gem::Version
111
+ version: '2.1'
112
+ description: |-
113
+ Parse ISO20022 XML messages containing SEPA Customer Credit Transfer Initiation messages.
114
+ Currently pain.001.001.03 is supported.
115
+ email: developers@compliance-innovations.com
116
+ executables: []
117
+ extensions: []
118
+ extra_rdoc_files: []
119
+ files:
120
+ - ".gitignore"
121
+ - ".rubocop.yml"
122
+ - ".travis.yml"
123
+ - CHANGELOG.md
124
+ - CODE_OF_CONDUCT.md
125
+ - Gemfile
126
+ - Gemfile.lock
127
+ - LICENSE.txt
128
+ - README.md
129
+ - Rakefile
130
+ - bin/ci.sh
131
+ - bin/console
132
+ - bin/setup
133
+ - lib/sepa_parser.rb
134
+ - lib/sepa_parser/credit_transfer.rb
135
+ - lib/sepa_parser/version.rb
136
+ - sepa_parser.gemspec
137
+ homepage: https://github.com/compliance-innovations/sepa_parser
138
+ licenses:
139
+ - MIT
140
+ metadata:
141
+ homepage_uri: https://github.com/compliance-innovations/sepa_parser
142
+ source_code_uri: https://github.com/compliance-innovations/sepa_parser
143
+ changelog_uri: https://github.com/compliance-innovations/sepa_parser/blob/master/CHANGELOG.md
144
+ post_install_message:
145
+ rdoc_options: []
146
+ require_paths:
147
+ - lib
148
+ required_ruby_version: !ruby/object:Gem::Requirement
149
+ requirements:
150
+ - - ">="
151
+ - !ruby/object:Gem::Version
152
+ version: '0'
153
+ required_rubygems_version: !ruby/object:Gem::Requirement
154
+ requirements:
155
+ - - ">="
156
+ - !ruby/object:Gem::Version
157
+ version: '0'
158
+ requirements: []
159
+ rubyforge_project:
160
+ rubygems_version: 2.7.7
161
+ signing_key:
162
+ specification_version: 4
163
+ summary: Parse ISO20022 XML messages containing SEPA Customer Credit Transfer Initiation
164
+ messages.
165
+ test_files: []