<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -24,25 +24,6 @@ Rake::RDocTask.new(:rdoc) do |rdoc|
   rdoc.options &lt;&lt; '--webcvs=http://github.com/mislav/will_paginate/tree/master/'
 end
 
-desc %{Update &quot;.manifest&quot; with the latest list of project filenames. Respect\
-.gitignore by excluding everything that git ignores. Update `files` and\
-`test_files` arrays in &quot;*.gemspec&quot; file if it's present.}
-task :manifest do
-  list = `git ls-files --full-name -x *.gemspec -x website`.chomp.split(&quot;\n&quot;)
-  
-  if spec_file = Dir['*.gemspec'].first
-    spec = File.read spec_file
-    spec.gsub! /^(\s* s.(test_)?files \s* = \s* )( \[ [^\]]* \] | %w\( [^)]* \) )/mx do
-      assignment = $1
-      bunch = $2 ? list.grep(/^(test|spec)\//) : list
-      '%s%%w(%s)' % [assignment, bunch.join(' ')]
-    end
-      
-    File.open(spec_file, 'w') { |f| f &lt;&lt; spec }
-  end
-  File.open('.manifest', 'w') { |f| f &lt;&lt; list.join(&quot;\n&quot;) }
-end
-
 task :website do
   Dir.chdir('website') do
     %x(haml index.haml index.html)</diff>
      <filename>Rakefile</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>.autotest</filename>
    </removed>
    <removed>
      <filename>.manifest</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>77bfb0756f7a95f54014511ecd625c40f839c834</id>
    </parent>
  </parents>
  <author>
    <name>Mislav Marohni&#263;</name>
    <email>mislav.marohnic@gmail.com</email>
  </author>
  <url>http://github.com/mislav/will_paginate/commit/5b43ca95130c9ba71fe68fbef5a818b80ca8c20a</url>
  <id>5b43ca95130c9ba71fe68fbef5a818b80ca8c20a</id>
  <committed-date>2009-11-06T16:48:46-08:00</committed-date>
  <authored-date>2009-11-06T14:04:53-08:00</authored-date>
  <message>delete .manifest file, crazy .autotest monkeypatches</message>
  <tree>541e0fe3d4413f7b86f628a4b0c1b49d8256baf5</tree>
  <committer>
    <name>Mislav Marohni&#263;</name>
    <email>mislav.marohnic@gmail.com</email>
  </committer>
</commit>
