<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -2,5 +2,5 @@
 :summary: Quickly deploy Sinatra apps on Passenger
 :dependencies: 
 - capistrano
-:name: capinatra
 :version: 0.0.1
+:name: capinatra</diff>
      <filename>.gemified</filename>
    </modified>
    <modified>
      <diff>@@ -28,13 +28,7 @@ Capistrano::Configuration.instance(:must_exist).load do
       put ERB.new(template).result(binding), &quot;config.ru&quot;
 
       logger.info 'moving vhost file to ' + apache_vhost_dir
-      sudo &quot;mv config.ru #{current_path}&quot;
-    end
-  end
-  
-  namespace :deploy do
-    task :restart do
-      run &quot;touch #{current_path}/tmp/restart.txt&quot;
+      sudo &quot;mv config.ru #{release_path}&quot;
     end
   end
 end
\ No newline at end of file</diff>
      <filename>lib/capinatra.rb</filename>
    </modified>
    <modified>
      <diff>@@ -23,4 +23,10 @@ role :web, domain
 role :db,  domain, :primary =&gt; true
 
 # where the apache vhost will be generated
-set :apache_vhost_dir, &quot;/etc/apache2/sites-enabled/&quot;
\ No newline at end of file
+set :apache_vhost_dir, &quot;/etc/apache2/sites-enabled/&quot;
+
+namespace :deploy do
+  task :restart do
+    run &quot;touch #{current_path}/tmp/restart.txt&quot;
+  end
+end
\ No newline at end of file</diff>
      <filename>templates/Capfile</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>0ae6ce43d2c3699478aed2da41fb872a2c8508f3</id>
    </parent>
  </parents>
  <author>
    <name>Pat Nakajima</name>
    <email>patnakajima@gmail.com</email>
  </author>
  <url>http://github.com/nakajima/capinatra/commit/a0210421771ea36a8bf9496d4f11922939cda4e8</url>
  <id>a0210421771ea36a8bf9496d4f11922939cda4e8</id>
  <committed-date>2008-10-12T15:15:15-07:00</committed-date>
  <authored-date>2008-10-12T15:15:15-07:00</authored-date>
  <message>some more fixes</message>
  <tree>a6c7ffe048bca708ec49f734de750329a31c3b13</tree>
  <committer>
    <name>Pat Nakajima</name>
    <email>patnakajima@gmail.com</email>
  </committer>
</commit>
