<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -14,6 +14,7 @@ class ACSConverter
       &quot;DateOfBirth&quot;      =&gt; &quot;birthday&quot;,
       &quot;HomeEmailAddr&quot;    =&gt; &quot;email&quot;,
       &quot;FamilyName&quot;       =&gt; &quot;family_name&quot;,
+      &quot;Gender&quot;           =&gt; &quot;gender&quot;
     }
   end
   
@@ -33,7 +34,6 @@ class ACSConverter
       end
       new_record['legacy_id'] = new_record['legacy_family_id'] + new_record['sequence']
       new_record['first_name'] = get_first_name(record)
-      new_record['gender'] = record['FamilyPosition'] == 'Child' ? {'Male' =&gt; 'Boy', 'Female' =&gt; 'Girl'}[record['Gender']] : record['Gender']
       new_record['family_home_phone'] = get_phone(record, 'Home')
       new_record['work_phone'] = get_phone(record, 'Business')
       new_record['mobile_phone'] = get_phone(record, 'Cell')</diff>
      <filename>lib/updateagent/converters/acs_converter.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,6 @@
 Gem::Specification.new do |s| 
   s.name = &quot;onebody-updateagent&quot;
-  s.version = &quot;0.1.3&quot;
+  s.version = &quot;0.1.4&quot;
   s.author = &quot;Tim Morgan&quot;
   s.email = &quot;tim@timmorgan.org&quot;
   s.homepage = &quot;http://github.com/seven1m/onebody-updateagent&quot;</diff>
      <filename>onebody-updateagent.gemspec</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>7b9da3ab7ad0f49a5b3fba74d60751b90bc7aee3</id>
    </parent>
  </parents>
  <author>
    <name>Tim Morgan</name>
    <email>tim@timmorgan.org</email>
  </author>
  <url>http://github.com/seven1m/onebody-updateagent/commit/838d0789452dbe11a546b42907d78e10ab4de10a</url>
  <id>838d0789452dbe11a546b42907d78e10ab4de10a</id>
  <committed-date>2009-04-21T07:33:36-07:00</committed-date>
  <authored-date>2009-04-21T05:09:33-07:00</authored-date>
  <message>Do not use Boy/Girl for genders of children any more. Bump version to 0.1.4.</message>
  <tree>7045a816faf3b64aecb02ae9bde2def1e1efc3f5</tree>
  <committer>
    <name>Tim Morgan</name>
    <email>tim@timmorgan.org</email>
  </committer>
</commit>
