seven1m-onebody-updateagent 0.1.3 → 0.1.4

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.
@@ -14,6 +14,7 @@ class ACSConverter
14
14
  "DateOfBirth" => "birthday",
15
15
  "HomeEmailAddr" => "email",
16
16
  "FamilyName" => "family_name",
17
+ "Gender" => "gender"
17
18
  }
18
19
  end
19
20
 
@@ -33,7 +34,6 @@ class ACSConverter
33
34
  end
34
35
  new_record['legacy_id'] = new_record['legacy_family_id'] + new_record['sequence']
35
36
  new_record['first_name'] = get_first_name(record)
36
- new_record['gender'] = record['FamilyPosition'] == 'Child' ? {'Male' => 'Boy', 'Female' => 'Girl'}[record['Gender']] : record['Gender']
37
37
  new_record['family_home_phone'] = get_phone(record, 'Home')
38
38
  new_record['work_phone'] = get_phone(record, 'Business')
39
39
  new_record['mobile_phone'] = get_phone(record, 'Cell')
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: seven1m-onebody-updateagent
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tim Morgan