deltavista_crif_dva_interface 0.0.7 → 0.0.8

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.
@@ -70,8 +70,6 @@ module DeltavistaCrifDvaInterface
70
70
  end
71
71
 
72
72
  def valid_response?(xml)
73
- puts "**#{response_code(xml)}**"
74
- puts response_code(xml).class
75
73
  response_code(xml) == '0' ? true : false
76
74
  end
77
75
 
@@ -69,7 +69,7 @@ module DeltavistaCrifDvaInterface
69
69
  end
70
70
 
71
71
  def convert_country(alpha3_code)
72
- #SunDawg::CountryIsoTranslater.translate_standard(alpha3_code, "alpha3", "alpha2")
72
+ SunDawg::CountryIsoTranslater.translate_standard(alpha3_code, "alpha3", "alpha2")
73
73
  alpha3_code
74
74
  end
75
75
 
@@ -1,3 +1,3 @@
1
1
  module DeltavistaCrifDvaInterface
2
- VERSION = "0.0.7"
2
+ VERSION = "0.0.8"
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: deltavista_crif_dva_interface
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.7
5
+ version: 0.0.8
6
6
  platform: ruby
7
7
  authors:
8
8
  - Marc Cadalbert