<?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.Campaign_GetOpens(&quot;CampaignID&quot; =&gt; @id)
       return [] if response.empty?
       unless response[&quot;Code&quot;].to_i != 0
-        response[&quot;SubscriberOpen&quot;].collect{|s| SubscriberOpen.new(s[&quot;EmailAddress&quot;], s[&quot;ListID&quot;].to_i, s[&quot;NumberOfOpens&quot;])}
+        response[&quot;SubscriberOpen&quot;].collect{|s| SubscriberOpen.new(s[&quot;EmailAddress&quot;], s[&quot;ListID&quot;], s[&quot;NumberOfOpens&quot;])}
       else
         raise response[&quot;Code&quot;] + &quot; - &quot; + response[&quot;Message&quot;]
       end
@@ -39,7 +39,7 @@ class CampaignMonitor
       response = @cm_client.Campaign_GetBounces(&quot;CampaignID&quot;=&gt; @id)
       return [] if response.empty?
       unless response[&quot;Code&quot;].to_i != 0
-        response[&quot;SubscriberBounce&quot;].collect{|s| SubscriberBounce.new(s[&quot;EmailAddress&quot;], s[&quot;ListID&quot;].to_i, s[&quot;BounceType&quot;])}
+        response[&quot;SubscriberBounce&quot;].collect{|s| SubscriberBounce.new(s[&quot;EmailAddress&quot;], s[&quot;ListID&quot;], s[&quot;BounceType&quot;])}
       else
         raise response[&quot;Code&quot;] + &quot; - &quot; + response[&quot;Message&quot;]
       end
@@ -56,7 +56,7 @@ class CampaignMonitor
       response = @cm_client.Campaign_GetSubscriberClicks(&quot;CampaignID&quot; =&gt; @id)
       return [] if response.empty?
       unless response[&quot;Code&quot;].to_i != 0
-        response[&quot;SubscriberClick&quot;].collect{|s| SubscriberClick.new(s[&quot;EmailAddress&quot;], s[&quot;ListID&quot;].to_i, s[&quot;ClickedLinks&quot;])}
+        response[&quot;SubscriberClick&quot;].collect{|s| SubscriberClick.new(s[&quot;EmailAddress&quot;], s[&quot;ListID&quot;], s[&quot;ClickedLinks&quot;])}
       else
         raise response[&quot;Code&quot;] + &quot; - &quot; + response[&quot;Message&quot;]
       end
@@ -73,7 +73,7 @@ class CampaignMonitor
       response = @cm_client.Campaign_GetUnsubscribes(&quot;CampaignID&quot; =&gt; @id)
       return [] if response.empty?
       unless response[&quot;Code&quot;].to_i != 0
-        response[&quot;SubscriberUnsubscribe&quot;].collect{|s| SubscriberUnsubscribe.new(s[&quot;EmailAddress&quot;], s[&quot;ListID&quot;].to_i)}
+        response[&quot;SubscriberUnsubscribe&quot;].collect{|s| SubscriberUnsubscribe.new(s[&quot;EmailAddress&quot;], s[&quot;ListID&quot;])}
       else
         raise response[&quot;Code&quot;] + &quot; - &quot; + response[&quot;Message&quot;]
       end</diff>
      <filename>lib/campaign_monitor/campaign.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>7052eb49441e14f4464bbefdf6a09b488a490a02</id>
    </parent>
  </parents>
  <author>
    <name>patientslikeme</name>
    <email>engineers@patientslikeme.com</email>
  </author>
  <url>http://github.com/jordanbrock/campaign-monitor-ruby/commit/56df1c5ad99f954a95aeb833f969995df1d37180</url>
  <id>56df1c5ad99f954a95aeb833f969995df1d37180</id>
  <committed-date>2008-12-15T16:38:38-08:00</committed-date>
  <authored-date>2008-12-15T16:38:38-08:00</authored-date>
  <message>Don't #to_i IDs. They are hex strings.</message>
  <tree>be3e929aa927c4ec2a7c9f7ebdf1ab01b866cdcb</tree>
  <committer>
    <name>patientslikeme</name>
    <email>engineers@patientslikeme.com</email>
  </committer>
</commit>
