<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -24,7 +24,7 @@ class Flickr
   end
   def call(method, params)
     res = Net::HTTP.get(URI.parse(&quot;http://api.flickr.com/services/rest/?method=flickr.photos.#{method}&amp;api_key=0e5de53043827665f99e9508ce5c40cf&amp;user_id=57794886@N00#{params.collect{|k,v|&quot;&amp;#{k}=#{v}&quot;}}&quot;))
-    return Hpricot(res) if !res.include?('stat=&quot;fail&quot;')
+    return Hpricot.XML(res) if !res.include?('stat=&quot;fail&quot;')
   end
 end
 </diff>
      <filename>lib/flickr.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>dfc311fadf89f9cf0af41dc466426ff8081351cd</id>
    </parent>
  </parents>
  <author>
    <name>Tim Lucas</name>
    <email>t.lucas@toolmantim.com</email>
  </author>
  <url>http://github.com/toolmantim/toolmantim/commit/f479d008806ca2ae8f0028543c8f693b69bcc329</url>
  <id>f479d008806ca2ae8f0028543c8f693b69bcc329</id>
  <committed-date>2009-04-22T06:56:15-07:00</committed-date>
  <authored-date>2009-04-22T06:56:15-07:00</authored-date>
  <message>Hpricot.XML instead of Hpricot for the Flickr response. Fixes a bug with blank titles.</message>
  <tree>b50d42e8c8fe2123d27f7dab3606f2d8a76bb157</tree>
  <committer>
    <name>Tim Lucas</name>
    <email>t.lucas@toolmantim.com</email>
  </committer>
</commit>
