<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>LICENSE</filename>
    </added>
    <added>
      <filename>git-lighthouse.gemspec</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -1,19 +1,10 @@
 bin/git-lh
-config/hoe.rb
-config/requirements.rb
-History.txt
-lib/git-lighthouse
 lib/git-lighthouse/base.rb
 lib/git-lighthouse/cli.rb
 lib/git-lighthouse/lighthouse.rb
 lib/git-lighthouse/version.rb
 lib/git-lighthouse.rb
-License.txt
-Manifest.txt
-PostInstall.txt
-Rakefile
+LICENSE
 README.txt
-setup.rb
 spec/cli_spec.rb
 spec/spec_helper.rb
-TODO.txt</diff>
      <filename>Manifest.txt</filename>
    </modified>
    <modified>
      <diff>@@ -78,6 +78,10 @@ Eventually, I will try to add this functionality, too:
 
 * 
 
+== AUTHORS:
+
+* Scott Chacon (schacon@gmail.com)
+
 == LICENSE:
 
 (The MIT License)</diff>
      <filename>README.txt</filename>
    </modified>
    <modified>
      <diff>@@ -1,4 +1,37 @@
-require 'config/requirements'
-require 'config/hoe' # setup Hoe + all gem configuration
-
-Dir['tasks/**/*.rake'].each { |rake| load rake }
\ No newline at end of file
+require 'rubygems'
+Gem::manage_gems
+require 'rake/gempackagetask'
+require 'spec/rake/spectask'
+
+spec = eval(File.read('git-lighthouse.gemspec'))
+
+Rake::GemPackageTask.new(spec) do |pkg|
+    pkg.need_tar = true
+end
+
+desc &quot;Run all specs in spec directory&quot;
+Spec::Rake::SpecTask.new(:spec) do |t|
+  t.spec_files = FileList['spec/**/*_spec.rb']
+  t.spec_opts = ['--color']
+end
+
+namespace :spec do
+  desc &quot;Run rcov on the spec files&quot;
+  Spec::Rake::SpecTask.new(:coverage) do |t|
+    t.spec_files = FileList['spec/**/*_spec.rb']
+    t.spec_opts = ['--color']
+    t.rcov = true
+    t.rcov_opts = ['--exclude', 'spec\/spec,bin\/spec,examples,\/var\/lib\/gems,\/Library\/Ruby,\.autotest']
+  end
+end
+
+desc &quot;Clean out the coverage and pkg directories&quot;
+task :clean do
+  rm_rf 'coverage'
+  rm_rf 'pkg'
+  rm Dir.glob('git-lighthouse*gem')
+end
+
+task :default =&gt; &quot;pkg/#{spec.name}-#{spec.version}.gem&quot; do
+    puts &quot;generated latest version&quot;
+end</diff>
      <filename>Rakefile</filename>
    </modified>
    <modified>
      <diff>@@ -6,6 +6,6 @@
 #
 
 require 'rubygems'
-#require 'git-lighthouse'
-require File.dirname(__FILE__) + '/../lib/git-lighthouse'
+require 'git-lighthouse'
+#require File.dirname(__FILE__) + '/../lib/git-lighthouse'
 GitLighthouse::CLI.execute
\ No newline at end of file</diff>
      <filename>bin/git-lh</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>History.txt</filename>
    </removed>
    <removed>
      <filename>License.txt</filename>
    </removed>
    <removed>
      <filename>PostInstall.txt</filename>
    </removed>
    <removed>
      <filename>config/hoe.rb</filename>
    </removed>
    <removed>
      <filename>config/requirements.rb</filename>
    </removed>
    <removed>
      <filename>script/console</filename>
    </removed>
    <removed>
      <filename>script/destroy</filename>
    </removed>
    <removed>
      <filename>script/generate</filename>
    </removed>
    <removed>
      <filename>script/txt2html</filename>
    </removed>
    <removed>
      <filename>setup.rb</filename>
    </removed>
    <removed>
      <filename>tasks/deployment.rake</filename>
    </removed>
    <removed>
      <filename>tasks/environment.rake</filename>
    </removed>
    <removed>
      <filename>tasks/website.rake</filename>
    </removed>
    <removed>
      <filename>website/index.html</filename>
    </removed>
    <removed>
      <filename>website/index.txt</filename>
    </removed>
    <removed>
      <filename>website/javascripts/rounded_corners_lite.inc.js</filename>
    </removed>
    <removed>
      <filename>website/stylesheets/screen.css</filename>
    </removed>
    <removed>
      <filename>website/template.html.erb</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>3d42968063dc34ad158273b1a048caabd5de2736</id>
    </parent>
  </parents>
  <author>
    <name>Scott Chacon</name>
    <email>schacon@gmail.com</email>
  </author>
  <url>http://github.com/schacon/git-lighthouse/commit/d5d73de2d1197d5b59f47af1db80751ade97fe3c</url>
  <id>d5d73de2d1197d5b59f47af1db80751ade97fe3c</id>
  <committed-date>2008-05-27T12:51:51-07:00</committed-date>
  <authored-date>2008-05-27T12:51:51-07:00</authored-date>
  <message>removed a bunch of the newgem stuff because I dont really want it</message>
  <tree>a1b353ceb0a2b57195998ed53ab39a5311606178</tree>
  <committer>
    <name>Scott Chacon</name>
    <email>schacon@gmail.com</email>
  </committer>
</commit>
