<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>bin/github_post_receive_server</filename>
    </added>
    <added>
      <filename>bin/github_post_receive_server.ru</filename>
    </added>
    <added>
      <filename>lib/github_post_receive_server.rb</filename>
    </added>
    <added>
      <filename>lib/github_post_receive_server/rack_app.rb</filename>
    </added>
    <added>
      <filename>spec/github_post_receive_server/rack_app_spec.rb</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -6,4 +6,4 @@ it your own, enjoy it. I've added a rackup for those of you that would prefer
 to use an evented server for this application. (It's kinda ideal in this case)
 
 Sadly, the way rubygems packs up binaries, I will need some assistance making
-the rackup work.
\ No newline at end of file
+the rackup work from the default binary install path.
\ No newline at end of file</diff>
      <filename>README</filename>
    </modified>
    <modified>
      <diff>@@ -2,31 +2,31 @@ require 'rubygems'
 require 'rake/gempackagetask'
 
 spec = Gem::Specification.new do |s|
-  s.name = &quot;github_post_commit_server&quot;
+  s.name = &quot;github_post_receive_server&quot;
   s.version = &quot;0.0.2&quot;
   s.platform = Gem::Platform::RUBY
-  s.has_rdoc = false
-#  s.extra_rdoc_files = [&quot;README&quot;, &quot;LICENSE&quot;, 'TODO']
+  s.has_rdoc = true
+  s.extra_rdoc_files = [&quot;README&quot;, &quot;LICENSE&quot;, 'TODO']
   s.summary = &quot;A post commit handler server for GitHub, built on Rack&quot;
   s.description = s.summary
   s.author = &quot;James Tucker&quot;
   s.email = &quot;jftucker@gmail.com&quot;
-#  s.homepage = &quot;http://code.ra66i.org/github_post_commit_server&quot;
+#  s.homepage = &quot;http://code.ra66i.org/github_post_receive_server&quot;
   
   s.add_dependency &quot;rack&quot;
   
   s.require_path = 'lib'
-  #s.autorequire = 'github_post_commit_server'
+  #s.autorequire = 'github_post_receive_server'
   
   s.files = %w(LICENSE README Rakefile TODO) + 
             Dir.glob(&quot;{bin,lib,specs}/**/*&quot;)
             
   s.bindir = 'bin'
   s.executables = %w[
-    github_post_commit_server
-    github_post_commit_server.ru
+    github_post_receive_server
+    github_post_receive_server.ru
   ]
-  s.default_executable = 'github_post_commit_server'
+  s.default_executable = 'github_post_receive_server'
 end
 
 Rake::GemPackageTask.new(spec) do |pkg|
@@ -46,12 +46,12 @@ task :test =&gt; :spec
 
 desc &quot;start server (main executable)&quot;
 task :start do
-  sh %{bin/github_post_commit_server}
+  sh %{bin/github_post_receive_server}
 end
 
 desc &quot;start server under thin (rackup)&quot;
 task :thin do
-  sh %{thin -R bin/github_post_commit_server.ru -p 9001 start}
+  sh %{thin -R bin/github_post_receive_server.ru -p 9001 start}
 end
 
 desc &quot;remove pkg files&quot;</diff>
      <filename>Rakefile</filename>
    </modified>
    <modified>
      <diff>@@ -1,4 +1,4 @@
 $TESTING=true
 $:.push File.join(File.dirname(__FILE__), '..', 'lib')
-require &quot;bacon&quot;
-require 'github_post_commit_server'
\ No newline at end of file
+require 'bacon'
+require 'github_post_receive_server'
\ No newline at end of file</diff>
      <filename>spec/spec_helper.rb</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>bin/github_post_commit_server</filename>
    </removed>
    <removed>
      <filename>bin/github_post_commit_server.ru</filename>
    </removed>
    <removed>
      <filename>lib/github_post_commit_server.rb</filename>
    </removed>
    <removed>
      <filename>lib/github_post_commit_server/rack_app.rb</filename>
    </removed>
    <removed>
      <filename>spec/github/github_spec.rb</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>e57f66a67c7dd4e26acb55016347d5a0d2d15d71</id>
    </parent>
  </parents>
  <author>
    <name>James Tucker</name>
    <email>raggi@mbk.local</email>
  </author>
  <url>http://github.com/raggi/github_post_receive_server/commit/587d8ae98b3f40b20da3bab26549682a48895ab3</url>
  <id>587d8ae98b3f40b20da3bab26549682a48895ab3</id>
  <committed-date>2008-05-10T17:45:46-07:00</committed-date>
  <authored-date>2008-05-10T17:45:46-07:00</authored-date>
  <message> * Fixed nomenclature, just renamed everything as appropriate.</message>
  <tree>0e3fd7c08eb02c727fa0404c09c870ffe3f672d8</tree>
  <committer>
    <name>James Tucker</name>
    <email>raggi@mbk.local</email>
  </committer>
</commit>
