<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>Rakefile</filename>
    </added>
    <added>
      <filename>github-test.rb</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -1,6 +1,4 @@
 #!/usr/bin/env ruby
-require 'rubygems' 
-
 SPEC = Gem::Specification.new do |s|
   s.name = 'dwell'
   s.version = '0.1.99'
@@ -11,10 +9,12 @@ SPEC = Gem::Specification.new do |s|
   s.homepage = 'http://github.com/bousquet/dwell'
   s.summary = 'Automated Rails production environment setup for Ubuntu'
 
+  s.has_rdoc = true
+
   s.require_paths = ['lib']
   s.add_dependency('capistrano', '&gt; 2.0.0')
 #  candidates = Dir.glob(&quot;{bin,lib}/**/*&quot;) 
-  candidates = [&quot;bin/dwell&quot;, &quot;lib/dwell&quot;, &quot;lib/dwell/cap_extensions.rb&quot;, &quot;lib/dwell/known_hosts&quot;, &quot;lib/dwell/known_hosts/github&quot;, &quot;lib/dwell/recipes&quot;, &quot;lib/dwell/recipes/apache.rb&quot;, &quot;lib/dwell/recipes/campfire.rb&quot;, &quot;lib/dwell/recipes/daemontools.rb&quot;, &quot;lib/dwell/recipes/gems.rb&quot;, &quot;lib/dwell/recipes/git.rb&quot;, &quot;lib/dwell/recipes/imagemagick.rb&quot;, &quot;lib/dwell/recipes/linode.rb&quot;, &quot;lib/dwell/recipes/mercurial.rb&quot;, &quot;lib/dwell/recipes/mysql&quot;, &quot;lib/dwell/recipes/mysql/base.rb&quot;, &quot;lib/dwell/recipes/mysql/db.rb&quot;, &quot;lib/dwell/recipes/mysql/helper.rb&quot;, &quot;lib/dwell/recipes/mysql.rb&quot;, &quot;lib/dwell/recipes/passenger.rb&quot;, &quot;lib/dwell/recipes/php.rb&quot;, &quot;lib/dwell/recipes/rails_app.rb&quot;, &quot;lib/dwell/recipes/ruby.rb&quot;, &quot;lib/dwell/recipes/sqlite.rb&quot;, &quot;lib/dwell/recipes/svn.rb&quot;, &quot;lib/dwell/recipes/tinydns.rb&quot;, &quot;lib/dwell/recipes/ubuntu.rb&quot;, &quot;lib/dwell/recipes.rb&quot;, &quot;lib/dwell/templates&quot;, &quot;lib/dwell/templates/deploy.rb&quot;, &quot;lib/dwell/templates/passenger.conf&quot;, &quot;lib/dwell/templates/vhost.conf&quot;, &quot;lib/dwell/templates/vhost_ssl.conf&quot;, &quot;lib/dwell/ubuntu_extensions.rb&quot;, &quot;lib/dwell.rb&quot;]
+  candidates = [&quot;bin/dwell&quot;, &quot;lib/dwell&quot;, &quot;lib/dwell/cap_extensions.rb&quot;, &quot;lib/dwell/known_hosts&quot;, &quot;lib/dwell/known_hosts/github&quot;, &quot;lib/dwell/recipes&quot;, &quot;lib/dwell/recipes/apache.rb&quot;, &quot;lib/dwell/recipes/campfire.rb&quot;, &quot;lib/dwell/recipes/extras&quot;, &quot;lib/dwell/recipes/extras/daemontools.rb&quot;, &quot;lib/dwell/recipes/extras/php.rb&quot;, &quot;lib/dwell/recipes/extras/tinydns.rb&quot;, &quot;lib/dwell/recipes/gems.rb&quot;, &quot;lib/dwell/recipes/git.rb&quot;, &quot;lib/dwell/recipes/imagemagick.rb&quot;, &quot;lib/dwell/recipes/linode.rb&quot;, &quot;lib/dwell/recipes/mercurial.rb&quot;, &quot;lib/dwell/recipes/mysql&quot;, &quot;lib/dwell/recipes/mysql/base.rb&quot;, &quot;lib/dwell/recipes/mysql/db.rb&quot;, &quot;lib/dwell/recipes/mysql/helper.rb&quot;, &quot;lib/dwell/recipes/mysql.rb&quot;, &quot;lib/dwell/recipes/passenger.rb&quot;, &quot;lib/dwell/recipes/rails&quot;, &quot;lib/dwell/recipes/rails/app.rb&quot;, &quot;lib/dwell/recipes/rails/base.rb&quot;, &quot;lib/dwell/recipes/rails_app.rb&quot;, &quot;lib/dwell/recipes/ruby.rb&quot;, &quot;lib/dwell/recipes/sqlite.rb&quot;, &quot;lib/dwell/recipes/svn.rb&quot;, &quot;lib/dwell/recipes/ubuntu.rb&quot;, &quot;lib/dwell/recipes.rb&quot;, &quot;lib/dwell/templates&quot;, &quot;lib/dwell/templates/deploy.rb&quot;, &quot;lib/dwell/templates/passenger.conf&quot;, &quot;lib/dwell/templates/vhost.conf&quot;, &quot;lib/dwell/templates/vhost_ssl.conf&quot;, &quot;lib/dwell/ubuntu_extensions.rb&quot;, &quot;lib/dwell.rb&quot;]
   candidates.concat(%w(LICENSE README.txt))
   s.files = candidates.delete_if do |item| 
     item.include?(&quot;CVS&quot;) || item.include?(&quot;rdoc&quot;) 
@@ -22,11 +22,3 @@ SPEC = Gem::Specification.new do |s|
   s.default_executable = &quot;dwell&quot;
   s.executables = [&quot;dwell&quot;]
 end
-
-if __FILE__ == $0
-  puts &quot;Rewriting candidates...&quot;
-  files=Dir.glob(&quot;{bin,lib}/**/*&quot;)
-  spec=File.read(&quot;dwell.gemspec&quot;)
-  spec.gsub!(/^(  candidates = )\[.*$/, &quot;\\1&quot; + files.inspect)
-  File.open(&quot;dwell.gemspec&quot;,&quot;w&quot;).write(spec)
-end</diff>
      <filename>dwell.gemspec</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>33b28a3d5a4e971551c13236e02dea920d8f807f</id>
    </parent>
  </parents>
  <author>
    <name>Josh Goebel</name>
    <email>dreamer3@gmail.com</email>
  </author>
  <url>http://github.com/yyyc514/dwell/commit/6bc4f6fc5fd7a915a17d7939746074cb4e701ee7</url>
  <id>6bc4f6fc5fd7a915a17d7939746074cb4e701ee7</id>
  <committed-date>2008-12-05T19:36:57-08:00</committed-date>
  <authored-date>2008-12-05T19:36:57-08:00</authored-date>
  <message>finally, a working gemspec</message>
  <tree>82161772437a97cf8021030d9c0df64f58503b2f</tree>
  <committer>
    <name>Josh Goebel</name>
    <email>dreamer3@gmail.com</email>
  </committer>
</commit>
