<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -3,7 +3,7 @@ Testing Capistrano
 
  1. Install the Following Gem Dependencies
  
-    `# gem install mocha echo`
+    `# gem install mocha echoe`
 
  2. Run the following
     </diff>
      <filename>TESTING.md</filename>
    </modified>
    <modified>
      <diff>@@ -36,6 +36,7 @@ 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) }
@@ -43,39 +44,24 @@ files = {
   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;
-
-    # If you have previously been relying upon the code to start, stop 
-    # and restart your mongrel application, or if you rely on the database
-    # migration code, please uncomment the lines you require below
-    
-    # If you are deploying a rails app you probably need these:
-    
-    # load 'ext/rails-database-migrations.rb'
-    # load 'ext/rails-shared-directories.rb'
-    
-    # There are also new utility libaries shipped with the core these 
-    # include the following, please see individual files for more
-    # documentation, or run `cap -vT` with the following lines commented
-    # out to see what they make available.
-    
-    # load 'ext/spinner.rb'              # Designed for use with script/spin
-    # load 'ext/passenger-mod-rails.rb'  # Restart task for use with mod_rails
-    # load 'ext/web-disable-enable.rb'   # Gives you web:disable and web:enable
-
-    # If you aren't deploying to /u/apps/\#{application} on the target
-    # servers (which is the default), you can specify the actual location
-    # via the :deploy_to variable:
-    # set :deploy_to, &quot;/var/www/\#{application}&quot;
-
-    # If you aren't using Subversion to manage your source code, specify
-    # your SCM below:
-    # set :scm, :subversion
-    # see a full list by running &quot;gem contents capistrano | grep 'scm/'&quot;
-
-    role :web, &quot;your web-server here&quot;
-    
+##
+## Generated By Capistrano #{Capistrano::Version}
+##
+
+set :application, &quot;set your application name here&quot;
+set :repository,  &quot;set your repository location here&quot;
+
+# If you aren't using Subversion to manage your source code, specify
+# your SCM below:
+# set :scm, :subversion
+# see a full list by running &quot;gem contents capistrano | grep 'scm/'&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 db-server here&quot;, :primary =&gt; true    # This is where Rails migrations will run
+role :db,  &quot;your backup db-server here&quot;
   FILE
 }
 </diff>
      <filename>bin/capify</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,6 @@
 Gem::Specification.new do |s|
   s.name = %q{capistrano}
-  s.version = &quot;2.5.8&quot;
+  s.version = &quot;2.5.9&quot;
   s.required_rubygems_version = Gem::Requirement.new(&quot;&gt;= 1.2&quot;) if s.respond_to? :required_rubygems_version=
   s.authors = [&quot;Jamis Buck&quot;, &quot;Lee Hambley&quot;]
   s.date = %q{2009-07-07}</diff>
      <filename>capistrano.gemspec</filename>
    </modified>
    <modified>
      <diff>@@ -6,7 +6,7 @@ module Capistrano
   class Version &lt; Net::SSH::Version
     MAJOR = 2
     MINOR = 5
-    TINY  = 5
+    TINY  = 9
 
     # The current version, as a Version instance
     CURRENT = new(MAJOR, MINOR, TINY)</diff>
      <filename>lib/capistrano/version.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>2f8633c05b76828ecbd780444a01fa6b791c6ca0</id>
    </parent>
  </parents>
  <author>
    <name>Lee Hambley</name>
    <email>lee.hambley@gmail.com</email>
  </author>
  <url>http://github.com/weppos/capistrano/commit/75fe3af41d7cb094407f13acf8edede7af4f202a</url>
  <id>75fe3af41d7cb094407f13acf8edede7af4f202a</id>
  <committed-date>2009-07-27T06:53:49-07:00</committed-date>
  <authored-date>2009-07-27T06:53:49-07:00</authored-date>
  <message>Bouncing version numbers in gemspec ready for 2.5.9 (includes 4 bug-fixes) and fixes the bad example text in the Capfile&quot;

Also fixes lighthouse tickets #92 (Typo in testing.md).</message>
  <tree>3b171a304cc79a52c54297ee7a931c86b5eb9ac0</tree>
  <committer>
    <name>Lee Hambley</name>
    <email>lee.hambley@gmail.com</email>
  </committer>
</commit>
