# File lib/rubygems/indexer/quick_index_builder.rb, line 15
  def cleanup
    super

    quick_index_file = File.join @directory, @filename
    compress quick_index_file

    # the complete quick index is in a directory, so move it as a whole
    @files.delete 'index'
    @files << 'quick'
  end