<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -22,7 +22,7 @@ class CampaignMonitor
       response = @cm_client.Client_GetLists(&quot;ClientID&quot; =&gt; @id)
       return [] if response.empty?
       unless response[&quot;Code&quot;].to_i != 0
-        response[&quot;List&quot;].collect{|l| List.new(l[&quot;ListID&quot;].to_i, l[&quot;Name&quot;])}
+        response[&quot;List&quot;].collect{|l| List.new(l[&quot;ListID&quot;], l[&quot;Name&quot;])}
       else
         raise response[&quot;Code&quot;] + &quot; - &quot; + response[&quot;Message&quot;]
       end
@@ -38,7 +38,7 @@ class CampaignMonitor
     def campaigns
       response = @cm_client.Client_GetCampaigns(&quot;ClientID&quot; =&gt; @id)
       unless response[&quot;Code&quot;].to_i != 0
-        response[&quot;Campaign&quot;].collect{|c| Campaign.new(c[&quot;CampaignID&quot;].to_i, c[&quot;Subject&quot;], c[&quot;SentDate&quot;], c[&quot;TotalRecipients&quot;].to_i)}
+        response[&quot;Campaign&quot;].collect{|c| Campaign.new(c[&quot;CampaignID&quot;], c[&quot;Subject&quot;], c[&quot;SentDate&quot;], c[&quot;TotalRecipients&quot;].to_i)}
       else
         raise response[&quot;Code&quot;] + &quot; - &quot; + response[&quot;Message&quot;]
       end</diff>
      <filename>lib/campaign_monitor/client.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>56df1c5ad99f954a95aeb833f969995df1d37180</id>
    </parent>
  </parents>
  <author>
    <name>patientslikeme</name>
    <email>engineers@patientslikeme.com</email>
  </author>
  <url>http://github.com/jordanbrock/campaign-monitor-ruby/commit/1b40d2d511f79c0e9096f9462bec9546665ec4cd</url>
  <id>1b40d2d511f79c0e9096f9462bec9546665ec4cd</id>
  <committed-date>2008-12-15T16:40:00-08:00</committed-date>
  <authored-date>2008-12-15T16:40:00-08:00</authored-date>
  <message>Don't #to_i IDs. They are hex strings.</message>
  <tree>aae518bbdeafa83900220905eb3006c71f12f1b3</tree>
  <committer>
    <name>patientslikeme</name>
    <email>engineers@patientslikeme.com</email>
  </committer>
</commit>
