<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>.document</filename>
    </added>
    <added>
      <filename>LICENSE</filename>
    </added>
    <added>
      <filename>README.md</filename>
    </added>
    <added>
      <filename>Rakefile</filename>
    </added>
    <added>
      <filename>VERSION.yml</filename>
    </added>
    <added>
      <filename>test/capistrano_rsync_with_remote_cache_test.rb</filename>
    </added>
    <added>
      <filename>test/test_helper.rb</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -1 +1,5 @@
-capistrano_rsync_with_remote_cache-2.2.gem
+*.sw?
+.DS_Store
+coverage
+rdoc
+pkg</diff>
      <filename>.gitignore</filename>
    </modified>
    <modified>
      <diff>@@ -1,14 +1,49 @@
-spec = Gem::Specification.new do |s|
-  s.name = 'capistrano_rsync_with_remote_cache'
-  s.version = '2.3'
-  s.author = 'Mark Cornick'
-  s.email = 'mark@viget.com'
-  s.homepage = 'http://github.com/vigetlabs/capistrano_rsync_with_remote_cache'
-  s.platform = Gem::Platform::RUBY
-  s.summary = 'A deployment strategy for Capistrano 2.0 which combines rsync with a remote cache, allowing fast deployments from SCM servers behind firewalls.'
-  s.files = ['lib/capistrano/recipes/deploy/strategy/rsync_with_remote_cache.rb']
-  s.require_path = 'lib'
+# -*- encoding: utf-8 -*-
+
+Gem::Specification.new do |s|
+  s.name = %q{capistrano_rsync_with_remote_cache}
+  s.version = &quot;2.3.1&quot;
+
+  s.required_rubygems_version = Gem::Requirement.new(&quot;&gt;= 0&quot;) if s.respond_to? :required_rubygems_version=
+  s.authors = [&quot;Mark Cornick&quot;]
+  s.date = %q{2009-05-13}
+  s.description = %q{A deployment strategy for Capistrano 2.0 which combines rsync with a remote cache, allowing fast deployments from SCM servers behind firewalls.}
+  s.email = %q{mark@viget.com}
+  s.extra_rdoc_files = [
+    &quot;LICENSE&quot;,
+    &quot;README.md&quot;
+  ]
+  s.files = [
+    &quot;LICENSE&quot;,
+    &quot;README.md&quot;,
+    &quot;Rakefile&quot;,
+    &quot;VERSION.yml&quot;,
+    &quot;lib/capistrano/recipes/deploy/strategy/rsync_with_remote_cache.rb&quot;,
+    &quot;test/capistrano_rsync_with_remote_cache_test.rb&quot;,
+    &quot;test/test_helper.rb&quot;
+  ]
   s.has_rdoc = true
-  s.extra_rdoc_files = ['README']
-  s.add_dependency(&quot;capistrano&quot;, &quot;&gt;= 2.0&quot;)
+  s.homepage = %q{http://github.com/vigetlabs/capistrano_rsync_with_remote_cache}
+  s.rdoc_options = [&quot;--charset=UTF-8&quot;]
+  s.require_paths = [&quot;lib&quot;]
+  s.rubyforge_project = %q{viget}
+  s.rubygems_version = %q{1.3.2}
+  s.summary = %q{rsync_with_remote_cache strategy for Capistrano}
+  s.test_files = [
+    &quot;test/capistrano_rsync_with_remote_cache_test.rb&quot;,
+    &quot;test/test_helper.rb&quot;
+  ]
+
+  if s.respond_to? :specification_version then
+    current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
+    s.specification_version = 3
+
+    if Gem::Version.new(Gem::RubyGemsVersion) &gt;= Gem::Version.new('1.2.0') then
+      s.add_runtime_dependency(%q&lt;capistrano&gt;, [&quot;&gt;= 2.0&quot;])
+    else
+      s.add_dependency(%q&lt;capistrano&gt;, [&quot;&gt;= 2.0&quot;])
+    end
+  else
+    s.add_dependency(%q&lt;capistrano&gt;, [&quot;&gt;= 2.0&quot;])
+  end
 end</diff>
      <filename>capistrano_rsync_with_remote_cache.gemspec</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>MIT-LICENSE</filename>
    </removed>
    <removed>
      <filename>README</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>21652897afafb658fc0e2220993cfa17a1a25d12</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/a4b3f6302233aa62f0fc77cf6da9051c7bcc2cef</url>
  <id>a4b3f6302233aa62f0fc77cf6da9051c7bcc2cef</id>
  <committed-date>2009-05-13T15:37:29-07:00</committed-date>
  <authored-date>2009-05-13T15:37:29-07:00</authored-date>
  <message>add Jeweler and most of a test suite</message>
  <tree>90734ed5d66f5e12641c56bc74c11986095f2a51</tree>
  <committer>
    <name>Mark Cornick</name>
    <email>mcornick@mcornick.com</email>
  </committer>
</commit>
