camt_parser 2.3.0 → 2.3.3
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/lib/camt_parser/version.rb +1 -1
- data/lib/camt_parser/xml.rb +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 91d9fc11b50650483fd3e44e621b3f846e3aacc5
|
|
4
|
+
data.tar.gz: faf2b247f951df60d2d02810a60db6b73f44eb36
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f78af60a2bc40c2b02519986c54117ae6034af1b1019b5387a8344b51d8550cd40536bb7e5fe8307b7348628abcfff85c7a9471f648ad4a0bb993ee64b8a26ce
|
|
7
|
+
data.tar.gz: 65c792f28122682d7c8bd92900681521bb161265adf3067171ed809627589ee3a81ad432ab6af8565e135a3caadee684a482d0f8624b0cbdc672439c7a5a2667
|
data/lib/camt_parser/version.rb
CHANGED
data/lib/camt_parser/xml.rb
CHANGED
|
@@ -11,11 +11,11 @@ module CamtParser
|
|
|
11
11
|
return CamtParser::Format052::Base.new(doc.xpath('Document'))
|
|
12
12
|
when 'urn:iso:std:iso:20022:tech:xsd:camt.053.001.02', 'urn:iso:std:iso:20022:tech:xsd:camt.053.001.04'
|
|
13
13
|
return CamtParser::Format053::Base.new(doc.xpath('Document'))
|
|
14
|
-
when 'urn:iso:std:iso:20022:tech:xsd:camt.054.001.04'
|
|
14
|
+
when 'urn:iso:std:iso:20022:tech:xsd:camt.054.001.02', 'urn:iso:std:iso:20022:tech:xsd:camt.054.001.04'
|
|
15
15
|
return CamtParser::Format054::Base.new(doc.xpath('Document'))
|
|
16
16
|
else
|
|
17
17
|
raise CamtParser::Errors::UnsupportedNamespaceError, namespaces
|
|
18
18
|
end
|
|
19
19
|
end
|
|
20
20
|
end
|
|
21
|
-
end
|
|
21
|
+
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: camt_parser
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.3.
|
|
4
|
+
version: 2.3.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tobias Schoknecht
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-06-
|
|
11
|
+
date: 2017-06-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rake
|