<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -36,7 +36,7 @@ Otherwise, you can just do a manual install by following these steps:
 
 0.9) If you have git installed on your machine, run the following from
      your application root directory:
-    
+
 git submodule add git://github.com/planetargon/boxcar-conductor.git vendor/plugins/boxcar-conductor
 
     And then skip to step 3. Otherwise...</diff>
      <filename>README</filename>
    </modified>
    <modified>
      <diff>@@ -1,12 +1,12 @@
 def copy(file_name, from_dir, to_dir)
-  FileUtils.mkdir to_dir unless File.exist?(File.expand_path(to_dir))   
+  FileUtils.mkdir to_dir unless File.exist?(File.expand_path(to_dir))
   from = File.expand_path(File.join(from_dir,file_name))
   to = File.expand_path(File.join(to_dir, file_name.gsub('.example', '')))
   FileUtils.cp from, to, :verbose =&gt; true unless File.exist?(to)
 end
 
 # copy config files to application directory
-begin 
+begin
   templates_dir = File.join(File.dirname(__FILE__), 'templates')
   config_dir = File.join(RAILS_ROOT, 'config')
   root_dir = File.join(RAILS_ROOT)
@@ -17,7 +17,7 @@ begin
   puts &quot;#   Next steps:&quot;
   puts &quot;#     1. Edit config/deploy.rb&quot;
   puts &quot;#     2. Run cap boxcar:config -q&quot;
-  puts &quot;#############################################&quot;  
+  puts &quot;#############################################&quot;
 rescue Exception =&gt; e
   puts &quot;There are problems copying Boxcar configuration files to you app: #{e.message}&quot;
 end</diff>
      <filename>install.rb</filename>
    </modified>
    <modified>
      <diff>@@ -6,14 +6,14 @@ require 'palmtree/recipes/mongrel_cluster'
 ########################################################################
 # Rails Boxcar - Capistrano Deployment Recipe
 # Configuration
-######################################################################## 
+########################################################################
 # What is the name of your application? (no spaces)
-# Example: 
+# Example:
 #   set :application_name, 'my_cool_app'
 set :application_name, 'rubyurl'
 
 # What is the hostname of your Rails Boxcar server?
-# Example: 
+# Example:
 #   set :boxcar_server, 'rc1.railsboxcar.com'
 set :boxcar_server, '198.145.115.XX'
 
@@ -38,7 +38,7 @@ set :boxcar_username, 'tarzan'
 
 #
 # Git Example:
-#   
+#
 set :scm, &quot;git&quot;
 set :repository, &quot;git@github.com:/robbyrussell/rubyurl.git&quot;
 
@@ -78,18 +78,18 @@ end
 #
 # By default, Boxcar Conductor will add symlinks for the following:
 #   * config/database.yml
-#   * log/  
-# 
+#   * log/
+#
 # If you'd like to have Boxcar Conductor symlink any other files and/or directories,
 # you can add in a custom task at the bottom of this deploy.rb by following this example:
 #
 # namespace :example do
-#   desc &quot;Link more remote files&quot; 
+#   desc &quot;Link more remote files&quot;
 #   task :link_remote_files do
 #     run &quot;ln -nfs #{app_shared_dir}/data #{release_path}/data&quot;
-#     run &quot;ln -nfs #{app_shared_dir}/exports #{release_path}/public/exports&quot;    
+#     run &quot;ln -nfs #{app_shared_dir}/exports #{release_path}/public/exports&quot;
 #   end
 # end
-# 
+#
 # after &quot;boxcar:deploy:link_files&quot;, &quot;example:link_remote_files&quot;
 #</diff>
      <filename>templates/deploy.rb.example</filename>
    </modified>
    <modified>
      <diff>@@ -1,7 +1,7 @@
 #
 # Generated on &lt;%= today %&gt; for Rails Boxcar (http://railsboxcar.com)
 #
---- 
+---
 port: &lt;%= mongrel_port %&gt;
 pid_file: &lt;%= mongrel_pid %&gt;
 servers: &lt;%= mongrel_servers %&gt;</diff>
      <filename>templates/mongrel_cluster.yml.erb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>70bbca540431f631c2cbf9e64ca5de01f1b98b17</id>
    </parent>
  </parents>
  <author>
    <name>Alex Malinovich</name>
    <email>alex.malinovich@planetargon.com</email>
  </author>
  <url>http://github.com/planetargon/boxcar-conductor/commit/110fe9b41edfa989ebdc66306a479f99d3a8b63d</url>
  <id>110fe9b41edfa989ebdc66306a479f99d3a8b63d</id>
  <committed-date>2009-05-20T15:37:14-07:00</committed-date>
  <authored-date>2009-05-20T15:37:14-07:00</authored-date>
  <message>Cleaning up whitespace (and adding pre-autodb tag)</message>
  <tree>1dabf40334542c1791ea78f1f82e51ef99a0462b</tree>
  <committer>
    <name>Alex Malinovich</name>
    <email>alex.malinovich@planetargon.com</email>
  </committer>
</commit>
