<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -78,7 +78,7 @@ begin
       res = Net::HTTP.get URI.parse(&quot;http://search.twitter.com/search.json?rpp=50&amp;since_id=#{last_id}&amp;q=#{CGI::escape(options.query)}&quot;)
       tweets = JSON.parse(res)['results']
 
-      puts &quot;Slurping #{tweets.count} tweets&quot;
+      puts &quot;Slurping #{tweets.size} tweets&quot;
       tweets.each do |tweet|
         color = &quot;000000&quot;
         if (tweet[&quot;text&quot;].split(&quot; &quot;) &amp; GOOD_WORDS).any?</diff>
      <filename>slurp</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>390d25d81564b14c0b72d60690ab052ef7cbc23f</id>
    </parent>
  </parents>
  <author>
    <name>Jake Good</name>
    <email>jake@dropio.com</email>
  </author>
  <url>http://github.com/whoisjake/twitterslurp/commit/e9e89ef96b40ac2272b772b2e8aa93f045002556</url>
  <id>e9e89ef96b40ac2272b772b2e8aa93f045002556</id>
  <committed-date>2008-12-30T12:28:38-08:00</committed-date>
  <authored-date>2008-12-30T12:28:38-08:00</authored-date>
  <message>Whoops, Array#size should have been there, not sure how it worked but it broke others.</message>
  <tree>076351109e982bd16e2194a458e74349bc3e20f3</tree>
  <committer>
    <name>Jake Good</name>
    <email>jake@dropio.com</email>
  </committer>
</commit>
