<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,6 +1,30 @@
 = whitme
 
-Description goes here.
+whitme is a Ruby library for the URL shortener service whit.me
+
+The whit.me URL service is available at http://whit.me and it's API at
+http://www.whit.me/api/docs
+
+== Features
+
+* shortens and expands (multiple) URLs
+* 100% API features implemented
+* json (json-pure for JRuby) as the only external dependency
+* Ruby 1.8, 1.9 and JRuby compatible
+
+== Install
+
+  $ gem sources -a http://gems.github.com
+  $ sudo gem install rubenfonseca-whitme
+
+== Example
+
+  require 'whitme'
+  url = Whitme.short(:url =&gt; 'http://www.google.com', :note =&gt; 'foo')
+  puts url.hash # the shortened URL
+  
+  url = Whitme.short(:url =&gt; ['http://google.com', 'http://sapo.pt'])
+  puts url.hash # the shortened URL for multiple URLs
 
 == Copyright
 </diff>
      <filename>README.rdoc</filename>
    </modified>
    <modified>
      <diff>@@ -5,7 +5,7 @@ begin
   require 'jeweler'
   Jeweler::Tasks.new do |gem|
     gem.name = &quot;whitme&quot;
-    gem.summary = %Q{TODO}
+    gem.summary = %Q{whitme is a Ruby library for the URL shortener service whit.me}
     gem.email = &quot;root@cpan.org&quot;
     gem.homepage = &quot;http://github.com/rubenfonseca/whitme&quot;
     gem.authors = [&quot;Ruben Fonseca&quot;]</diff>
      <filename>Rakefile</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>320ab811096e64c7c3c628024ff9af6c305c4705</id>
    </parent>
  </parents>
  <author>
    <name>Ruben Fonseca</name>
    <email>root@cpan.org</email>
  </author>
  <url>http://github.com/rubenfonseca/whitme/commit/4907b6a921138f7497bca9e67b94135d848adb0f</url>
  <id>4907b6a921138f7497bca9e67b94135d848adb0f</id>
  <committed-date>2009-05-19T15:42:43-07:00</committed-date>
  <authored-date>2009-05-19T15:42:43-07:00</authored-date>
  <message>Added docs and metadata</message>
  <tree>9922d733ce009735e4a08c96807249547fd0be7e</tree>
  <committer>
    <name>Ruben Fonseca</name>
    <email>root@cpan.org</email>
  </committer>
</commit>
