<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -61,8 +61,9 @@ class ShortURL
     },
     
     :tinyurl =&gt; Service.new(&quot;tinyurl.com&quot;) { |s|
-      s.action = &quot;/create.php&quot;
-      s.block = lambda { |body| URI.extract(body).grep(/tinyurl/)[-1] }
+      s.action = &quot;/api-create.php&quot;
+      s.method = :get
+      s.block = lambda { |body| URI.extract(body).grep(/tinyurl/)[0] }
     },
     
     :shorl =&gt; Service.new(&quot;shorl.com&quot;) { |s|</diff>
      <filename>lib/shorturl.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>4a78d3207d89e1c7e480d7ba7fde185b8d4a3eac</id>
    </parent>
    <parent>
      <id>1aca118065061808f913de81a5aa4db48191ced6</id>
    </parent>
  </parents>
  <author>
    <name>Robby Russell</name>
    <email>robby@planetargon.com</email>
  </author>
  <url>http://github.com/robbyrussell/shorturl/commit/ae798649c51f6133f1e837cc8f5e8a23a2699b48</url>
  <id>ae798649c51f6133f1e837cc8f5e8a23a2699b48</id>
  <committed-date>2009-03-02T08:14:24-08:00</committed-date>
  <authored-date>2009-03-02T08:14:24-08:00</authored-date>
  <message>Merge branch 'bpaul/master'</message>
  <tree>e6461927a98a96a1cc8ea69dbf65ee01171026d2</tree>
  <committer>
    <name>Robby Russell</name>
    <email>robby@planetargon.com</email>
  </committer>
</commit>
