ci_power 0.0.15 → 0.0.16

Sign up to get free protection for your applications and to get access to all the features.
@@ -9,7 +9,20 @@ module CiPower
9
9
  :address_identification_debtor_representation,
10
10
  :debtor_representation_by_law,
11
11
  :nationality,
12
- :notes
12
+ :notes,
13
+ :debtor_attribute_1,
14
+ :debtor_attribute_2,
15
+ :debtor_attribute_3,
16
+ :customer_specific_field_1,
17
+ :customer_specific_field_2,
18
+ :customer_specific_field_3,
19
+ :customer_specific_field_4,
20
+ :customer_specific_field_5,
21
+ :customer_specific_field_6,
22
+ :customer_specific_field_7,
23
+ :customer_specific_field_8,
24
+ :customer_specific_field_9,
25
+ :customer_specific_field_10
13
26
 
14
27
  def initialize(attributes = {})
15
28
  if attributes.is_a? Hash
@@ -32,7 +45,20 @@ module CiPower
32
45
  :address_identification_debtor_representation => 25,
33
46
  :debtor_representation_by_law => 1,
34
47
  :nationality => 10,
35
- :notes => 240
48
+ :notes => 240,
49
+ :debtor_attribute_1 => 10,
50
+ :debtor_attribute_2 => 10,
51
+ :debtor_attribute_3 => 10,
52
+ :customer_specific_field_1 => 32,
53
+ :customer_specific_field_2 => 32,
54
+ :customer_specific_field_3 => 32,
55
+ :customer_specific_field_4 => 32,
56
+ :customer_specific_field_5 => 32,
57
+ :customer_specific_field_6 => 32,
58
+ :customer_specific_field_7 => 32,
59
+ :customer_specific_field_8 => 32,
60
+ :customer_specific_field_9 => 32,
61
+ :customer_specific_field_10 => 32,
36
62
  }, with_line_terminator
37
63
  )
38
64
  end
@@ -1,3 +1,3 @@
1
1
  module CiPower
2
- VERSION = "0.0.15"
2
+ VERSION = "0.0.16"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ci_power
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.15
4
+ version: 0.0.16
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,11 +9,11 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-04-12 00:00:00.000000000 Z
12
+ date: 2012-04-17 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rspec
16
- requirement: &70113629999080 !ruby/object:Gem::Requirement
16
+ requirement: &70275685923020 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ! '>='
@@ -21,7 +21,7 @@ dependencies:
21
21
  version: '0'
22
22
  type: :development
23
23
  prerelease: false
24
- version_requirements: *70113629999080
24
+ version_requirements: *70275685923020
25
25
  description: Creates input files for CI-Power interface
26
26
  email:
27
27
  - md@impac.ch