<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>History.rdoc</filename>
    </added>
    <added>
      <filename>README.rdoc</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -1,8 +1,8 @@
-History.txt
+History.rdoc
 lib/stubble.rb
 Manifest.txt
 Rakefile
-README.markdown
+README.rdoc
 spec/spec.opts
 spec/spec_helper.rb
 spec/stubble_spec.rb</diff>
      <filename>Manifest.txt</filename>
    </modified>
    <modified>
      <diff>@@ -1,18 +1,16 @@
-%w[rubygems rake rake/clean fileutils newgem rubigen echoe].each { |f| require f }
+%w[rubygems hoe].each { |f| require f }
 require File.dirname(__FILE__) + '/lib/stubble'
 
-# Generate all the Rake tasks
-# Run 'rake -T' to see list of generated tasks (from gem root directory)
-Echoe.new('stubble', Stubble::VERSION) do |p|
+Hoe.new('stubble', Stubble::VERSION) do |p|
   p.author = 'David Chelimsky'
   p.email = 'dchelimsky@gmail.com'
-  p.summary = 'Tools to make stubbing ORM models just a little bit easier.'
+  p.summary = &quot;stubble-#{Stubble::VERSION}&quot;
+  p.description = 'Tools to make stubbing ORM models just a little bit easier.'
   p.url = 'http://github.com/dchelimsky/stubble'
-  p.runtime_dependencies = ['activerecord']
-  p.development_dependencies = [&quot;rspec &gt;= 1.2.2&quot;]
-  p.retain_gemspec = false
-  p.require_signed = false
-  p.manifest_name = 'Manifest.txt'
+  p.extra_deps = [['activerecord']]
+  p.extra_dev_deps = [[&quot;rspec &gt;= 1.2.2&quot;]]
+  p.readme_file = 'README.rdoc'
+  p.history_file = 'History.rdoc'
 end
 
 Dir['tasks/**/*.rake'].each { |t| load t }</diff>
      <filename>Rakefile</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>History.txt</filename>
    </removed>
    <removed>
      <filename>README.markdown</filename>
    </removed>
    <removed>
      <filename>stubble.gemspec</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>0d6b65cd6e1cc3b1a3ce34d9a60046873de4c293</id>
    </parent>
  </parents>
  <author>
    <name>David Chelimsky</name>
    <email>dchelimsky@gmail.com</email>
  </author>
  <url>http://github.com/dchelimsky/stubble/commit/52e8b9a4211198a3047074779cf103ca07a82ea2</url>
  <id>52e8b9a4211198a3047074779cf103ca07a82ea2</id>
  <committed-date>2009-04-26T07:33:05-07:00</committed-date>
  <authored-date>2009-04-26T07:33:05-07:00</authored-date>
  <message>to hoe</message>
  <tree>553240a70b2a5d8523ddfd42ff7fa81a9e87a932</tree>
  <committer>
    <name>David Chelimsky</name>
    <email>dchelimsky@gmail.com</email>
  </committer>
</commit>
