<?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>bb77fcb79d7d8626f27e5164d0d2021427b1f2b2</id>
    </parent>
  </parents>
  <author>
    <name>bpaul</name>
    <email>bpaul@planet-hood.com</email>
  </author>
  <url>http://github.com/robbyrussell/shorturl/commit/1aca118065061808f913de81a5aa4db48191ced6</url>
  <id>1aca118065061808f913de81a5aa4db48191ced6</id>
  <committed-date>2009-02-15T20:52:13-08:00</committed-date>
  <authored-date>2009-02-15T20:52:13-08:00</authored-date>
  <message>Fixed tinyurl.</message>
  <tree>9f2146d320c791672ace9de7e09eee502ff98743</tree>
  <committer>
    <name>bpaul</name>
    <email>bpaul@planet-hood.com</email>
  </committer>
</commit>
