camt_parser 2.3.0 → 2.3.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f9c4efbdb4dee0ae8fd78526f7a73f1383703a2f
4
- data.tar.gz: 78381a822b9bb67cf618fa3931c35f7461edd527
3
+ metadata.gz: 91d9fc11b50650483fd3e44e621b3f846e3aacc5
4
+ data.tar.gz: faf2b247f951df60d2d02810a60db6b73f44eb36
5
5
  SHA512:
6
- metadata.gz: 64761fdefb33d2e13a8a768c20944d40843e96cd4373fb6c4b3bb13a4ef0e858b7114ff2313ba9019371f6cd0c5fcfbb50d1e3d71dce0ac72651b2cbc2062eaf
7
- data.tar.gz: b5ac7fd402d1ea2ed5ebdd07c84b1f3a73e00b267bdd117a9d3f1d59e948041e0c2f8a938aa551040ae9b7c462c6a7487b3d1fa94e2ea8789de75f20527df200
6
+ metadata.gz: f78af60a2bc40c2b02519986c54117ae6034af1b1019b5387a8344b51d8550cd40536bb7e5fe8307b7348628abcfff85c7a9471f648ad4a0bb993ee64b8a26ce
7
+ data.tar.gz: 65c792f28122682d7c8bd92900681521bb161265adf3067171ed809627589ee3a81ad432ab6af8565e135a3caadee684a482d0f8624b0cbdc672439c7a5a2667
@@ -1,3 +1,3 @@
1
1
  module CamtParser
2
- VERSION = "2.3.0"
2
+ VERSION = "2.3.3"
3
3
  end
@@ -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.0
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-08 00:00:00.000000000 Z
11
+ date: 2017-06-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake