<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,4 +1,4 @@
-Copyright (c) 2008 FIXME full name
+Copyright (c) 2008 Lee Marlow
 
 Permission is hereby granted, free of charge, to any person obtaining
 a copy of this software and associated documentation files (the</diff>
      <filename>License.txt</filename>
    </modified>
    <modified>
      <diff>@@ -1 +1,16 @@
-README
\ No newline at end of file
+gemedit
+	http://gemedit.rubyforge.org/
+	by Lee Marlow
+
+== DESCRIPTION:
+
+Gemedit lets you quickly open up the source for a gem in your favorite editor.
+
+== INSTALLATION:
+
+Gemedit can be installed via RubyGems:
+
+  $ sudo gem install gemedit
+
+If you would like some basic command completion for installed gems add the following to your ~/.bashrc or ~/.profile:
+complete -o dirnames -C /usr/bin/gemedit --complete gemedit</diff>
      <filename>README.txt</filename>
    </modified>
    <modified>
      <diff>@@ -1,8 +1,8 @@
 require 'gemedit/version'
 
-AUTHOR = 'FIXME full name'  # can also be an array of Authors
-EMAIL = &quot;FIXME email&quot;
-DESCRIPTION = &quot;description of gem&quot;
+AUTHOR = 'Lee Marlow'  # can also be an array of Authors
+EMAIL = &quot;lmarlow@rubyforge.org&quot;
+DESCRIPTION = &quot;A utility to view a gem's source in your favorite editor&quot;
 GEM_NAME = 'gemedit' # what ppl will type to install your gem
 RUBYFORGE_PROJECT = 'gemedit' # The unix name for your project
 HOMEPATH = &quot;http://#{RUBYFORGE_PROJECT}.rubyforge.org&quot;</diff>
      <filename>config/hoe.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,11 +1,80 @@
-&lt;html&gt;
-	&lt;head&gt;
-		&lt;meta http-equiv=&quot;Content-type&quot; content=&quot;text/html; charset=utf-8&quot;&gt;
-		&lt;title&gt;gemedit&lt;/title&gt;
-		
-	&lt;/head&gt;
-	&lt;body id=&quot;body&quot;&gt;
-		&lt;p&gt;This page has not yet been created for RubyGem &lt;code&gt;gemedit&lt;/code&gt;&lt;/p&gt;
-		&lt;p&gt;To the developer: To generate it, update website/index.txt and run the rake task &lt;code&gt;website&lt;/code&gt; to generate this &lt;code&gt;index.html&lt;/code&gt; file.&lt;/p&gt;
-	&lt;/body&gt;
-&lt;/html&gt;
\ No newline at end of file
+&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Strict//EN&quot;
+&quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&quot;&gt;
+&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot; xml:lang=&quot;en&quot; lang=&quot;en&quot;&gt;
+&lt;head&gt;
+  &lt;link rel=&quot;stylesheet&quot; href=&quot;stylesheets/screen.css&quot; type=&quot;text/css&quot; media=&quot;screen&quot; /&gt;
+  &lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=utf-8&quot; /&gt;
+  &lt;title&gt;
+      View Source of Installed Gems
+  &lt;/title&gt;
+  &lt;script src=&quot;javascripts/rounded_corners_lite.inc.js&quot; type=&quot;text/javascript&quot;&gt;&lt;/script&gt;
+&lt;style&gt;
+
+&lt;/style&gt;
+  &lt;script type=&quot;text/javascript&quot;&gt;
+    window.onload = function() {
+      settings = {
+          tl: { radius: 10 },
+          tr: { radius: 10 },
+          bl: { radius: 10 },
+          br: { radius: 10 },
+          antiAlias: true,
+          autoPad: true,
+          validTags: [&quot;div&quot;]
+      }
+      var versionBox = new curvyCorners(settings, document.getElementById(&quot;version&quot;));
+      versionBox.applyCornersToAll();
+    }
+  &lt;/script&gt;
+&lt;/head&gt;
+&lt;body&gt;
+&lt;div id=&quot;main&quot;&gt;
+
+    &lt;h1&gt;View Source of Installed Gems&lt;/h1&gt;
+    &lt;div id=&quot;version&quot; class=&quot;clickable&quot; onclick='document.location = &quot;http://rubyforge.org/projects/gemedit&quot;; return false'&gt;
+      &lt;p&gt;Get Version&lt;/p&gt;
+      &lt;a href=&quot;http://rubyforge.org/projects/gemedit&quot; class=&quot;numbers&quot;&gt;0.0.1&lt;/a&gt;
+    &lt;/div&gt;
+    &lt;h1&gt;&amp;#x2192; &amp;#8216;gemedit&amp;#8217;&lt;/h1&gt;
+
+
+	&lt;h2&gt;What&lt;/h2&gt;
+
+
+	&lt;p&gt;Gemedit lets you quickly open up the source for a gem in your favorite editor.&lt;/p&gt;
+
+
+	&lt;h2&gt;Installing&lt;/h2&gt;
+
+
+&lt;pre&gt;&lt;code&gt;sudo gem install gemedit&lt;/code&gt;&lt;/pre&gt;
+
+If you would like some basic command completion for installed gems add the following to your &lt;code&gt;~/.bashrc&lt;/code&gt; or &lt;code&gt;~/.profile&lt;/code&gt;:
+&lt;pre&gt;&lt;code&gt;complete -o dirnames -C /usr/bin/gemedit --complete gemedit&lt;/code&gt;&lt;/pre&gt;
+
+	&lt;h2&gt;Demonstration of usage&lt;/h2&gt;
+
+
+	&lt;p&gt;gemedit gemedit&lt;/p&gt;
+
+
+	&lt;h2&gt;License&lt;/h2&gt;
+
+
+	&lt;p&gt;This code is free to use under the terms of the &lt;span class=&quot;caps&quot;&gt;MIT&lt;/span&gt; license.&lt;/p&gt;
+
+
+	&lt;h2&gt;Contact&lt;/h2&gt;
+
+
+	&lt;p&gt;Comments are welcome. Send an email to &lt;a href=&quot;mailto:lmarlow@rubyforge.org&quot;&gt;Lee Marlow&lt;/a&gt;&lt;/p&gt;
+    &lt;p class=&quot;coda&quot;&gt;
+      &lt;a href=&quot;mailto:lmarlow@rubyforge.org&quot;&gt;Lee Marlow&lt;/a&gt;, 27th February 2008&lt;br&gt;
+      Theme extended from &lt;a href=&quot;http://rb2js.rubyforge.org/&quot;&gt;Paul Battley&lt;/a&gt;
+    &lt;/p&gt;
+&lt;/div&gt;
+
+&lt;!-- insert site tracking codes here, like Google Urchin --&gt;
+
+&lt;/body&gt;
+&lt;/html&gt;</diff>
      <filename>website/index.html</filename>
    </modified>
    <modified>
      <diff>@@ -1,33 +1,22 @@
-h1. gemedit
+h1. View Source of Installed Gems
 
 h1. &amp;#x2192; 'gemedit'
 
 
 h2. What
 
+Gemedit lets you quickly open up the source for a gem in your favorite editor.
 
 h2. Installing
 
-&lt;pre syntax=&quot;ruby&quot;&gt;sudo gem install gemedit&lt;/pre&gt;
-
-h2. The basics
+&lt;pre&gt;&lt;code&gt;sudo gem install gemedit&lt;/code&gt;&lt;/pre&gt;
 
+If you would like some basic command completion for installed gems add the following to your &lt;code&gt;~/.bashrc&lt;/code&gt; or &lt;code&gt;~/.profile&lt;/code&gt;:
+&lt;pre&gt;&lt;code&gt;complete -o dirnames -C /usr/bin/gemedit --complete gemedit&lt;/code&gt;&lt;/pre&gt;
 
 h2. Demonstration of usage
 
-
-
-h2. Forum
-
-&quot;http://groups.google.com/group/gemedit&quot;:http://groups.google.com/group/gemedit
-
-TODO - create Google Group - gemedit
-
-h2. How to submit patches
-
-Read the &quot;8 steps for fixing other people's code&quot;:http://drnicwilliams.com/2007/06/01/8-steps-for-fixing-other-peoples-code/ and for section &quot;8b: Submit patch to Google Groups&quot;:http://drnicwilliams.com/2007/06/01/8-steps-for-fixing-other-peoples-code/#8b-google-groups, use the Google Group above.
-
-The trunk repository is &lt;code&gt;svn://rubyforge.org/var/svn/gemedit/trunk&lt;/code&gt; for anonymous access.
+gemedit gemedit
 
 h2. License
 
@@ -35,5 +24,5 @@ This code is free to use under the terms of the MIT license.
 
 h2. Contact
 
-Comments are welcome. Send an email to &quot;FIXME full name&quot;:mailto:FIXME email via the &quot;forum&quot;:http://groups.google.com/group/gemedit
+Comments are welcome. Send an email to &quot;Lee Marlow&quot;:mailto:lmarlow@rubyforge.org
 </diff>
      <filename>website/index.txt</filename>
    </modified>
    <modified>
      <diff>@@ -37,7 +37,7 @@
     &lt;/div&gt;
     &lt;%= body %&gt;
     &lt;p class=&quot;coda&quot;&gt;
-      &lt;a href=&quot;FIXME email&quot;&gt;FIXME full name&lt;/a&gt;, &lt;%= modified.pretty %&gt;&lt;br&gt;
+      &lt;a href=&quot;mailto:lmarlow@rubyforge.org&quot;&gt;Lee Marlow&lt;/a&gt;, &lt;%= modified.pretty %&gt;&lt;br&gt;
       Theme extended from &lt;a href=&quot;http://rb2js.rubyforge.org/&quot;&gt;Paul Battley&lt;/a&gt;
     &lt;/p&gt;
 &lt;/div&gt;</diff>
      <filename>website/template.rhtml</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>afc2ea6c54146fced1cddf6d4741e3a3792a1abd</id>
    </parent>
  </parents>
  <author>
    <name>Lee Marlow</name>
    <email>lee.marlow@gmail.com</email>
  </author>
  <url>http://github.com/lmarlow/gemedit/commit/1f6271bb8cf9195bef13d43000f4aa389bd0fc32</url>
  <id>1f6271bb8cf9195bef13d43000f4aa389bd0fc32</id>
  <committed-date>2008-02-27T11:21:58-08:00</committed-date>
  <authored-date>2008-02-27T11:21:58-08:00</authored-date>
  <message>replace boilerplate values</message>
  <tree>1fa90bb451b5b22985b00acf404a09fd41eb4fc6</tree>
  <committer>
    <name>Lee Marlow</name>
    <email>lee.marlow@gmail.com</email>
  </committer>
</commit>
