<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>.gitignore</filename>
    </added>
    <added>
      <filename>capistrano_rsync_with_remote_cache.gemspec</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -1,4 +1,4 @@
-Copyright (c) 2007 [name of plugin creator]
+Copyright (c) 2007, 2008 Mark Cornick of Viget Labs (http://www.viget.com/)
 
 Permission is hereby granted, free of charge, to any person obtaining
 a copy of this software and associated documentation files (the</diff>
      <filename>MIT-LICENSE</filename>
    </modified>
    <modified>
      <diff>@@ -1,24 +1,8 @@
-= VigetDeployment
+= Capistrano rsync_with_remote_cache
 
-This is a repackaging of VLCapistrano and related gems into Rails plugin form.
+This gem provides a deployment strategy for Capistrano which combines rsync with a remote cache, allowing fast deployments from Subversion repositories behind firewalls.
 
-To use this plugin, add the following line to your Capfile if it is not already present:
-
-  Dir['vendor/plugins/*/recipes/*.rb'].each { |plugin| load(plugin) }
-
-(This line will already be present if you capified your application using Capistrano 2.1.0 or later.)
-
-This plugin requires that the following plugins be installed:
-
-* capistrano
-* capistrano-ext
-* tinder
-
-== Capistrano rsync_with_remote_cache
-
-The remainder of this file documents the capistrano_rsync_with_remote_cache gem, which can be built using the included Rakefile and used independently of the viget_deployment plugin. This gem provides a deployment strategy for Capistrano which combines rsync with a remote cache, allowing fast deployments from Subversion repositories behind firewalls.
-
-=== Requirements
+== Requirements
 
 This gem requires Capistrano 2.0.0 and higher. Git support requires Capistrano 2.1.0 or higher.
 
@@ -28,15 +12,15 @@ This gem requires and &lt;tt&gt;rsync&lt;/tt&gt; command line utilities on the local and rem
 
 This gem is tested primarily on Mac OS X and Linux. It may work with a Windows local host, but is not tested or supported. Like Capistrano itself, it will not work with a Windows remote host.
 
-=== Gem preliminaries
+== Gem preliminaries
 
-To create the gem, run &lt;tt&gt;rake package&lt;/tt&gt; in this directory, which will dump the gem in the pkg subdirectory.
+To create the gem, run &lt;tt&gt;gem build capistrano_rsync_with_remote_cache.gemspec&lt;/tt&gt; in this directory.
 
 To use this deployment strategy, add this line to your configuration:
 
 &lt;tt&gt;set :deploy_via, :rsync_with_remote_cache&lt;/tt&gt;
 
-=== How it works
+== How it works
 
 This strategy maintains two cache directories:
 
@@ -49,4 +33,4 @@ Second, rsync runs on the local side to sync the remote cache to the local cache
 
 Finally, a copy of the remote cache is made in the appropriate release directory. The end result is the same as if the code had been checked out directly on the remote server, as in the default strategy.
 
-Copyright (c) 2007, 2008 Mark Cornick, released under the MIT license
+Copyright (c) 2007, 2008 Mark Cornick of Viget Labs, released under the MIT license</diff>
      <filename>README</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>Rakefile</filename>
    </removed>
    <removed>
      <filename>recipes/viget_deployment_recipes.rb</filename>
    </removed>
    <removed>
      <filename>tasks/viget_deployment_tasks.rake</filename>
    </removed>
    <removed>
      <filename>test/viget_deployment_test.rb</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>f6317ca18fdd53555062fbc3c4b585006ddc6ce8</id>
    </parent>
  </parents>
  <author>
    <name>Mark Cornick</name>
    <email>mcornick@mcornick.com</email>
  </author>
  <url>http://github.com/vigetlabs/capistrano_rsync_with_remote_cache/commit/ae206656c7bb5d8baef00f1ad26f22514fb22b3f</url>
  <id>ae206656c7bb5d8baef00f1ad26f22514fb22b3f</id>
  <committed-date>2008-06-25T07:57:50-07:00</committed-date>
  <authored-date>2008-06-25T07:57:50-07:00</authored-date>
  <message>re-separating capistrano_rsync_with_remote_cache from viget_deployment</message>
  <tree>c6d63551b14bbd7365a49c835e3a3f8a9135e518</tree>
  <committer>
    <name>Mark Cornick</name>
    <email>mcornick@mcornick.com</email>
  </committer>
</commit>
