compress_indices()
Compresses indices on disk
# File lib/rubygems/indexer.rb, line 227 def compress_indices say "Compressing indices" Gem.time 'Compressed indices' do if @build_modern then gzip @specs_index gzip @latest_specs_index gzip @prerelease_specs_index end end end