<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -15,7 +15,7 @@ If you have questions (or suggestions), please feel free to shoot them off to mi
 == FEATURES/PROBLEMS:
 
 * Takes in a username and an integer and returns a list of Twitter updates.
-* KNOWN BUG: Currently, the response is ... well, really minimal.  Like, not at all.  Just sayin'.
+* Has several display options: plain text, html, and relative and static time outputs
 
 == SYNOPSIS:
 
@@ -29,7 +29,9 @@ If you have questions (or suggestions), please feel free to shoot them off to mi
 == REQUIREMENTS:
 
 * nokogiri
+* duration
 * net/http
+* time
 
 == INSTALL:
 </diff>
      <filename>README.txt</filename>
    </modified>
    <modified>
      <diff>@@ -9,6 +9,7 @@ Hoe.new('featherdust', Featherdust::VERSION) do |p|
   p.developer('Michael Tierney', 'mike@panpainter.com')
   
   p.extra_deps &lt;&lt; ['nokogiri', '~&gt; 1.0.0']
+  p.extra_deps &lt;&lt; ['duration', '~&gt; 0.1.0']
 end
 
 # vim: syntax=Ruby</diff>
      <filename>Rakefile</filename>
    </modified>
    <modified>
      <diff>@@ -4,6 +4,7 @@ require 'rubygems'
 require 'nokogiri'
 require 'net/http'
 require 'time'
+require 'duration'
 
 class Featherdust
   VERSION = '0.0.3'</diff>
      <filename>lib/featherdust.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>aafc91c78f8e4b87b793bab7ada43375b60af050</id>
    </parent>
  </parents>
  <author>
    <name>Michael Tierney</name>
    <email>mtierney@onehub.com</email>
  </author>
  <url>http://github.com/panpainter/featherdust/commit/0c5397c48c3d00560b1033790e80ed93fe13e40f</url>
  <id>0c5397c48c3d00560b1033790e80ed93fe13e40f</id>
  <committed-date>2009-01-05T17:05:53-08:00</committed-date>
  <authored-date>2009-01-05T17:05:53-08:00</authored-date>
  <message>Updating some requires, the Rakefile, and the Readme. [#10]</message>
  <tree>78dca6107d758c7b82498685575b5591d90b8932</tree>
  <committer>
    <name>Michael Tierney</name>
    <email>mtierney@onehub.com</email>
  </committer>
</commit>
