class Gem::Source::Git

def repo_cache_dir # :nodoc:

:nodoc:
def repo_cache_dir # :nodoc:
  File.join @root_dir, 'cache', 'bundler', 'git', "#{@name}-#{uri_hash}"
end