class Bundler::CompactIndexClient::Cache
def info_path(name)
def info_path(name) name = name.to_s if name =~ /[^a-z0-9_-]/ name += "-#{Digest::MD5.hexdigest(name).downcase}" info_roots.last.join(name) else info_roots.first.join(name) end end
def info_path(name) name = name.to_s if name =~ /[^a-z0-9_-]/ name += "-#{Digest::MD5.hexdigest(name).downcase}" info_roots.last.join(name) else info_roots.first.join(name) end end