<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>README.rdoc</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -1,2 +1,3 @@
+README.txt
 doc
 pkg</diff>
      <filename>.gitignore</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,17 @@
-=== 1.0.0 / 2008-07-09
+=== 0.9.2 / 2009-06-19
 
-* 1 major enhancement
+* Use Curses to set the width of help output.
+* Fix some formatting and layout bugs in help text.
 
-  * Birthday!
+
+=== 0.9.1 / 2009-01-30
+
+* Ruby 1.9 compatibility fixes.
+
+
+=== 0.9.0 / 2008-07-17
+
+* Initial release. Includes option parsing for flags, strings, ints,
+  floats, globs, files, shortcuts and subcommands. Automatically
+  renders man-page-style help to stdout with the -h flag.
 </diff>
      <filename>History.txt</filename>
    </modified>
    <modified>
      <diff>@@ -5,13 +5,13 @@ Rakefile
 lib/oyster.rb
 lib/oyster/specification.rb
 lib/oyster/option.rb
+lib/oyster/options/array.rb
+lib/oyster/options/file.rb
 lib/oyster/options/flag.rb
-lib/oyster/options/string.rb
-lib/oyster/options/integer.rb
 lib/oyster/options/float.rb
-lib/oyster/options/file.rb
-lib/oyster/options/array.rb
 lib/oyster/options/glob.rb
+lib/oyster/options/integer.rb
 lib/oyster/options/shortcut.rb
+lib/oyster/options/string.rb
 lib/oyster/options/subcommand.rb
 test/test_oyster.rb</diff>
      <filename>Manifest.txt</filename>
    </modified>
    <modified>
      <diff>@@ -4,7 +4,7 @@ require 'rubygems'
 require 'hoe'
 require './lib/oyster.rb'
 
-Hoe.new('oyster', Oyster::VERSION) do |p|
+Hoe.spec('oyster') do |p|
   p.developer('James Coglan', 'jcoglan@googlemail.com')
 end
 </diff>
      <filename>Rakefile</filename>
    </modified>
    <modified>
      <diff>@@ -195,7 +195,7 @@ class OysterTest &lt; Test::Unit::TestCase
   
   def test_file
     opts = @spec.parse %w(--path Rakefile)
-    assert opts[:path] =~ /Oyster::VERSION/
+    assert opts[:path] =~ /Hoe/
   end
   
 end</diff>
      <filename>test/test_oyster.rb</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>README.txt</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>467079732a4481656e760d6d069d97e21bffc792</id>
    </parent>
  </parents>
  <author>
    <name>James Coglan</name>
    <email>jcoglan@googlemail.com</email>
  </author>
  <url>http://github.com/jcoglan/oyster/commit/784b21c22c5a5e782719033b1fbcefa1be8f8766</url>
  <id>784b21c22c5a5e782719033b1fbcefa1be8f8766</id>
  <committed-date>2009-06-19T05:53:54-07:00</committed-date>
  <authored-date>2009-06-19T05:53:54-07:00</authored-date>
  <message>Updating the changelog, making a few readme changes and formatting it as RDoc for GitHub.</message>
  <tree>91b50a9aa3683cb6abad661ab451266367a8dbfe</tree>
  <committer>
    <name>James Coglan</name>
    <email>jcoglan@googlemail.com</email>
  </committer>
</commit>
