class Bundler::Source::Rubygems
def identifier
def identifier if remotes.empty? "locally installed gems" else "rubygems repository #{remote_names}" end end
def identifier if remotes.empty? "locally installed gems" else "rubygems repository #{remote_names}" end end