deltavista_crif_dva_interface 0.0.26 → 0.0.27

Sign up to get free protection for your applications and to get access to all the features.
@@ -51,12 +51,10 @@ module DeltavistaCrifDvaInterface
51
51
  keys = PRIVATE_KEYS
52
52
  node = PRIVATE_NODE
53
53
  end
54
- xml.addressDescription {
55
- xml.__send__(node) {
56
- keys.each do |key|
57
- xml.send(key, address[key.downcase]) if address[key.downcase] && !address[key.downcase].empty?
58
- end
59
- }
54
+ xml.__send__(node) {
55
+ keys.each do |key|
56
+ xml.send(key, address[key.downcase]) if address[key.downcase] && !address[key.downcase].empty?
57
+ end
60
58
  }
61
59
  xml.collectionInfo {
62
60
  xml.amountTotal collection[:amount_total]
@@ -1,3 +1,3 @@
1
1
  module DeltavistaCrifDvaInterface
2
- VERSION = '0.0.26'
2
+ VERSION = '0.0.27'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: deltavista_crif_dva_interface
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.26
4
+ version: 0.0.27
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: