deltavista_crif_dva_interface 0.2.2 → 0.2.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.
data/config/de.yml ADDED
@@ -0,0 +1,15 @@
1
+ de:
2
+ legal_form:
3
+ '2': 'AG'
4
+ '3': 'GmbH'
5
+ '4': 'Genossenschaft'
6
+ '5': 'Kommanditgesellschaft'
7
+ '6': 'Kollektivgesellschaft'
8
+ '7': 'Einzelfirma'
9
+ '8': 'Verein'
10
+ '9': 'Einfache Gesellschaft'
11
+ '99': 'Andere'
12
+ gender:
13
+ '0': 'Unbekannt'
14
+ '1': 'Männlich'
15
+ '2': 'Weiblich'
@@ -1,3 +1,3 @@
1
1
  module DeltavistaCrifDvaInterface
2
- VERSION = '0.2.2'
2
+ VERSION = '0.2.3'
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.2.2
5
+ version: 0.2.3
6
6
  platform: ruby
7
7
  authors:
8
8
  - Marc Cadalbert
@@ -12,7 +12,7 @@ autorequire:
12
12
  bindir: bin
13
13
  cert_chain: []
14
14
 
15
- date: 2014-06-04 00:00:00 +02:00
15
+ date: 2014-06-05 00:00:00 +02:00
16
16
  default_executable:
17
17
  dependencies:
18
18
  - !ruby/object:Gem::Dependency
@@ -107,6 +107,7 @@ files:
107
107
  - lib/deltavista_crif_dva_interface/xml_converter.rb
108
108
  - wsdl/crif-soap-service_v1.0.wsdl
109
109
  - wsdl/crif-soap-service_v1.0.xsd
110
+ - config/de.yml
110
111
  has_rdoc: true
111
112
  homepage: ""
112
113
  licenses: []