<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>PostInstall.txt</filename>
    </added>
    <added>
      <filename>script/console</filename>
    </added>
    <added>
      <filename>script/destroy</filename>
    </added>
    <added>
      <filename>script/generate</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -1,5 +1,9 @@
 = Bdoc
 
+* http://github.com/#{github_username}/#{project_name}
+
+== DESCRIPTION:
+
 Bdoc is a simple replacement for gem server.  All it does is look at all of
 the Gems you have installed locally and creates a nice iframe based
 browser that makes it easy to navigate between gem docs. IT DOES NOT REQUIRE</diff>
      <filename>README.rdoc</filename>
    </modified>
    <modified>
      <diff>@@ -1,28 +1,28 @@
-%w[rubygems rake rake/clean fileutils newgem rubigen].each { |f| require f }
-require File.dirname(__FILE__) + '/lib/bdoc'
+require 'rubygems'
+gem 'hoe', '&gt;= 2.1.0'
+require 'hoe'
+require 'fileutils'
+#require './lib/bdoc'
+
+Hoe.plugin :newgem
+# Hoe.plugin :website
+# Hoe.plugin :cucumberfeatures
 
 # Generate all the Rake tasks
 # Run 'rake -T' to see list of generated tasks (from gem root directory)
-$hoe = Hoe.new('bdoc', Bdoc::VERSION) do |p|
-  p.developer('Rich Manalang', 'rich.manalang@gmail.com')
-  p.changes              = p.paragraphs_of(&quot;History.txt&quot;, 0..1).join(&quot;\n\n&quot;)
-  p.rubyforge_name       = p.name # TODO this is default value
-  p.extra_deps         = [
+$hoe = Hoe.spec 'bdoc' do
+  self.developer 'Rich Manalang', 'rich.manalang@gmail.com'
+  self.post_install_message = 'PostInstall.txt' # TODO remove if post-install message not required
+  self.rubyforge_name       = self.name # TODO this is default value
+  self.extra_deps         = [
     ['launchy','&gt;= 0.3.3'],
     ['json','&gt;= 1.1.3'],
   ]
-  p.extra_dev_deps = [
-    ['newgem', &quot;&gt;= #{::Newgem::VERSION}&quot;]
-  ]
-  
-  p.clean_globs |= %w[**/.DS_Store tmp *.log]
-  path = (p.rubyforge_name == p.name) ? p.rubyforge_name : &quot;\#{p.rubyforge_name}/\#{p.name}&quot;
-  p.remote_rdoc_dir = File.join(path.gsub(/^#{p.rubyforge_name}\/?/,''), 'rdoc')
-  p.rsync_args = '-av --delete --ignore-errors'
 end
 
-require 'newgem/tasks' # load /tasks/*.rake
+require 'newgem/tasks'
 Dir['tasks/**/*.rake'].each { |t| load t }
 
 # TODO - want other tests/tasks run by default? Add them to the list
+# remove_task :default
 # task :default =&gt; [:spec, :features]</diff>
      <filename>Rakefile</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>bdoc.gemspec</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>6d8ee810bc95fe04feaf7b76d6b8c0c5df30ea66</id>
    </parent>
  </parents>
  <author>
    <name>Rich Manalang</name>
    <email>rich.manalang@gmail.com</email>
  </author>
  <url>http://github.com/manalang/bdoc/commit/e8bbcddfd81612898ec4c8ad88d619a205143725</url>
  <id>e8bbcddfd81612898ec4c8ad88d619a205143725</id>
  <committed-date>2009-10-05T11:14:54-07:00</committed-date>
  <authored-date>2009-10-05T11:14:54-07:00</authored-date>
  <message>updated for newgem 1.5.1 compat</message>
  <tree>1f3acf3f8e02f099a6a761f46dcfe7743d04af65</tree>
  <committer>
    <name>Rich Manalang</name>
    <email>rich.manalang@gmail.com</email>
  </committer>
</commit>
