<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -27,7 +27,7 @@ Echoe.new('capistrano', version) do |p|
   p.need_zip         = true
   p.rdoc_pattern     = /^(lib|README.rdoc|CHANGELOG.rdoc)/
 
-  p.dependencies     = [&quot;net-ssh         &gt;=2.0.10&quot;,
+  p.dependencies     = [&quot;net-ssh         &gt;=2.0.14&quot;,
                         &quot;net-sftp        &gt;=2.0.0&quot;,
                         &quot;net-scp         &gt;=1.0.0&quot;,
                         &quot;net-ssh-gateway &gt;=1.0.0&quot;,</diff>
      <filename>Rakefile</filename>
    </modified>
    <modified>
      <diff>@@ -36,51 +36,51 @@ def unindent(string)
 end
 
 files = {
-
   &quot;Capfile&quot; =&gt; unindent(&lt;&lt;-FILE),
     load 'deploy' if respond_to?(:namespace) # cap2 differentiator
     Dir['vendor/plugins/*/recipes/*.rb'].each { |plugin| load(plugin) }
-    load 'config/deploy'
-  FILE
 
-  &quot;config/deploy.rb&quot; =&gt; unindent(&lt;&lt;-FILE),
-set :application, &quot;set your application name here&quot;
-set :repository,  &quot;set your repository location here&quot;
+    load 'config/deploy' # remove this line to skip loading any of the default tasks
+  FILE
 
-set :scm, :subversion
-# Or: `accurev`, `bzr`, `cvs`, `darcs`, `git`, `mercurial`, `perforce`, `subversion` or `none`
+  &quot;config/deploy.rb&quot; =&gt; unindent('
+    set :application, &quot;set your application name here&quot;
+    set :repository,  &quot;set your repository location here&quot;
 
-role :web, &quot;your web-server here&quot;                     # Your HTTP server, Apache/etc
-role :app, &quot;your app-server here&quot;                     # This may be the same as your `Web` server
-role :db,  &quot;your primary db-server here&quot;, :primary =&gt; true    # This is where Rails migrations will run
-role :db,  &quot;your slave db-server here&quot;
+    set :scm, :subversion
+    # Or: `accurev`, `bzr`, `cvs`, `darcs`, `git`, `mercurial`, `perforce`, `subversion` or `none`
 
-# If you are using Passenger mod_rails uncomment this:
-# if you're still using the script/reapear helper you will need
-# these http://github.com/rails/irs_process_scripts
+    role :web, &quot;your web-server here&quot;                     # Your HTTP server, Apache/etc
+    role :app, &quot;your app-server here&quot;                     # This may be the same as your `Web` server
+    role :db,  &quot;your primary db-server here&quot;, :primary =&gt; true    # This is where Rails migrations will run
+    role :db,  &quot;your slave db-server here&quot;
 
-# namespace :deploy do
-#   task :start {}
-#   task :stop {}
-#   task :restart, :roles =&gt; :app, :except =&gt; { :no_release =&gt; true } do
-#     run &quot;#{try_sudo} touch #{File.join(current_path,'tmp','restart.txt')}&quot;
-#   end
-# end
+    # If you are using Passenger mod_rails uncomment this:
+    # if you\'re still using the script/reapear helper you will need
+    # these http://github.com/rails/irs_process_scripts
 
-FILE
-}
+    # namespace :deploy do
+    #   task :start {}
+    #   task :stop {}
+    #   task :restart, :roles =&gt; :app, :except =&gt; { :no_release =&gt; true } do
+    #     run &quot;#{try_sudo} touch #{File.join(current_path,\'tmp\',\'restart.txt\')}&quot;
+    #   end
+    # end
+')}
 
 base = ARGV.shift
 files.each do |file, content|
   file = File.join(base, file)
   if File.exists?(file)
-    warn &quot;[skip] `#{file}' already exists&quot;
+    warn &quot;[skip] '#{file}' already exists&quot;
   elsif File.exists?(file.downcase)
-    warn &quot;[skip] `#{file.downcase}' exists, which could conflict with `#{file}'&quot;
-  elsif !File.exists?(File.dirname(file))
-    FileUtils.mkdir(File.dirname(file))
+    warn &quot;[skip] '#{file.downcase}' exists, which could conflict with `#{file}'&quot;
   else
-    puts &quot;[add] writing `#{file}'&quot;
+    unless File.exists?(File.dirname(file))
+      puts &quot;[add] making directory '#{File.dirname(file)}'&quot;
+      FileUtils.mkdir(File.dirname(file))
+    end
+    puts &quot;[add] writing '#{file}'&quot;
     File.open(file, &quot;w&quot;) { |f| f.write(content) }
   end
 end</diff>
      <filename>bin/capify</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>146db372b0dc530d901b5ea67f2bbc70f00ea13c</id>
    </parent>
  </parents>
  <author>
    <name>Lee Hambley</name>
    <email>lee.hambley@gmail.com</email>
  </author>
  <url>http://github.com/weppos/capistrano/commit/4eba7c3a7082fa297d62eda145c841945a431836</url>
  <id>4eba7c3a7082fa297d62eda145c841945a431836</id>
  <committed-date>2009-08-27T06:46:24-07:00</committed-date>
  <authored-date>2009-08-27T06:46:24-07:00</authored-date>
  <message>Bouncing the Net-SSH dependency version, just need Delano to release the new version</message>
  <tree>cd6af91b52a5104d07a930784b2fddfe9f2f0317</tree>
  <committer>
    <name>Lee Hambley</name>
    <email>lee.hambley@gmail.com</email>
  </committer>
</commit>
