<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,3 +1,6 @@
+== 0.5.0 / 2009-10-07
+  * moved from github to gemcutter for hosting.
+
 == 0.4.16 / 2009-09-30
   * apps ping weather app before and after each deploy
 </diff>
      <filename>History.txt</filename>
    </modified>
    <modified>
      <diff>@@ -2,7 +2,7 @@
 
 == DESCRIPTION:
 
-Engine Yard capistrano tasks for use specifically with Engine Yard slices. They include convenience methods for managed a database, mongrel, nginx or other services.
+Engine Yard capistrano tasks for use specifically with Engine Yard private cloud slices. They include convenience methods for managed a database, mongrel, nginx or other services.
 
 Also included is a deployment strategy, :filtered_remote_cache, which speeds up deployment like :remote_cache, but filters out .svn directory which are a security risk and write slowly to shared disks.
 
@@ -14,8 +14,9 @@ Also included is a deployment strategy, :filtered_remote_cache, which speeds up
 
 == INSTALL:
 
-  $ gem sources -a http://gems.github.com/ (you only need to do this once)
-  $ gem install engineyard-eycap
+  $ gem install gemcutter  # installs the gemcutter gem
+  $ gem tumble             # puts gemcutter as your top source
+  $ gem install eycap      # installs the latest eycap version
 
 == SOURCE:
  
@@ -29,13 +30,13 @@ and cloned from:
 
 == USAGE:
 
-= Include in capistrano
+=== Include in capistrano
 
 In your deploy.rb, simply include this line at the top:
 
 require 'eycap/recipes'
 
-= Filtered remote cache
+=== Filtered remote cache
 
 To use filtered_remote_cache, simply:
 
@@ -43,7 +44,7 @@ set :deploy_via, :filtered_remote_cache
 
 == LICENSE:
 
-Copyright (c) 2008 Engine Yard
+Copyright (c) 2008-2009 Engine Yard
 
 Permission is hereby granted, free of charge, to any person obtaining
 a copy of this software and associated documentation files (the
@@ -62,4 +63,4 @@ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
 NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
 LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
 OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
-WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
\ No newline at end of file</diff>
      <filename>README.txt</filename>
    </modified>
    <modified>
      <diff>@@ -4,10 +4,10 @@ require './lib/eycap'
 
 Hoe.new('eycap', Eycap::VERSION) do |p|
   p.author = 'Engine Yard'
-  p.email = 'tech@engineyard.com'
-  p.summary = 'Capistrano tasks for Engine Yard slices'
-  p.description = 'A bunch of useful recipes to help deployment to Engine Yard slices'
-  p.url = 'http://github.com/engineyard/eycap/tree/master'
+  p.email = 'appsupport@engineyard.com'
+  p.summary = 'Capistrano tasks for Engine Yard private cloud slices'
+  p.description = 'A bunch of useful recipes to help deployment to Engine Yard private cloud slices'
+  p.url = 'http://github.com/engineyard/eycap'
   p.changes = p.paragraphs_of('History.txt', 0..1).join(&quot;\n\n&quot;)
   p.extra_deps &lt;&lt; ['capistrano', '&gt;= 2.2.0']
 end</diff>
      <filename>Rakefile</filename>
    </modified>
    <modified>
      <diff>@@ -1,23 +1,23 @@
 Gem::Specification.new do |s|
   s.name = %q{eycap}
-  s.version = &quot;0.4.16&quot;
+  s.version = &quot;0.5.0&quot;
 
   s.specification_version = 2 if s.respond_to? :specification_version=
 
   s.required_rubygems_version = Gem::Requirement.new(&quot;&gt;= 0&quot;) if s.respond_to? :required_rubygems_version=
   s.authors = [&quot;Engine Yard&quot;]
-  s.date = %q{2009-08-31}
-  s.description = %q{A bunch of useful recipes to help deployment to Engine Yard slices}
-  s.email = %q{tech@engineyard.com}
+  s.date = %q{2009-10-07}
+  s.description = %q{A bunch of useful recipes to help deployment to the Engine Yard private cloud.}
+  s.email = %q{appsupport@engineyard.com}
   s.extra_rdoc_files = [&quot;History.txt&quot;, &quot;Manifest.txt&quot;, &quot;README.txt&quot;]
   s.files = [&quot;History.txt&quot;, &quot;Manifest.txt&quot;, &quot;README.txt&quot;, &quot;Rakefile&quot;, &quot;lib/capistrano/recipes/deploy/strategy/filtered_remote_cache.rb&quot;, &quot;lib/capistrano/recipes/deploy/strategy/unshared_remote_cache.rb&quot;, &quot;lib/eycap.rb&quot;, &quot;lib/eycap/lib/ey_logger.rb&quot;, &quot;lib/eycap/lib/ey_logger_hooks.rb&quot;, &quot;lib/eycap/recipes.rb&quot;, &quot;lib/eycap/recipes/backgroundrb.rb&quot;, &quot;lib/eycap/recipes/database.rb&quot;, &quot;lib/eycap/recipes/deploy.rb&quot;, &quot;lib/eycap/recipes/ferret.rb&quot;, &quot;lib/eycap/recipes/juggernaut.rb&quot;, &quot;lib/eycap/recipes/memcached.rb&quot;, &quot;lib/eycap/recipes/mongrel.rb&quot;, &quot;lib/eycap/recipes/monit.rb&quot;, &quot;lib/eycap/recipes/nginx.rb&quot;, &quot;lib/eycap/recipes/passenger.rb&quot;, &quot;lib/eycap/recipes/slice.rb&quot;, &quot;lib/eycap/recipes/solr.rb&quot;, &quot;lib/eycap/recipes/sphinx.rb&quot;, &quot;lib/eycap/recipes/templates/maintenance.rhtml&quot;, &quot;lib/eycap/recipes/tomcat.rb&quot;, &quot;lib/eycap/recipes/apache.rb&quot;, &quot;lib/eycap/recipes/bundler.rb&quot;, &quot;test/test_eycap.rb&quot;, &quot;test/test_helper.rb&quot;]
   s.has_rdoc = true
-  s.homepage = %q{http://github.com/engineyard/eycap/tree/master}
+  s.homepage = %q{http://github.com/engineyard/eycap}
   s.rdoc_options = [&quot;--main&quot;, &quot;README.txt&quot;]
   s.require_paths = [&quot;lib&quot;]
   s.rubyforge_project = %q{eycap}
   s.rubygems_version = %q{1.0.1}
-  s.summary = %q{Capistrano tasks for Engine Yard slices}
+  s.summary = %q{Capistrano tasks for Engine Yard private cloud.}
   s.test_files = [&quot;test/test_eycap.rb&quot;, &quot;test/test_helper.rb&quot;]
 
   s.add_dependency(%q&lt;capistrano&gt;, [&quot;&gt;= 2.2.0&quot;])</diff>
      <filename>eycap.gemspec</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,3 @@
 module Eycap
-  VERSION = '0.4.16'
+  VERSION = '0.5.0'
 end</diff>
      <filename>lib/eycap.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>4dc56f918a09d38f83229b845e5acd62da411955</id>
    </parent>
  </parents>
  <author>
    <name>Tyler Bird</name>
    <email>tbird@marty.(none)</email>
  </author>
  <url>http://github.com/engineyard/eycap/commit/b5ad2fdf406e538c0987f40ce911d9808fbad324</url>
  <id>b5ad2fdf406e538c0987f40ce911d9808fbad324</id>
  <committed-date>2009-10-07T09:33:53-07:00</committed-date>
  <authored-date>2009-10-07T09:33:53-07:00</authored-date>
  <message>updated for gemcutter release</message>
  <tree>4dc1cb8d56b331e8a9685568a432262aece1e0b0</tree>
  <committer>
    <name>Tyler Bird</name>
    <email>tbird@marty.(none)</email>
  </committer>
</commit>
