class Bundler::CompactIndexClient

def update_info(name)

def update_info(name)
  path = @cache.info_path(name)
  checksum = @updater.checksum_for_file(path)
  return unless existing = @info_checksums_by_name[name]
  return if checksum == existing
  update(path, "info/#{name}")
end