# File lib/bundler/plugin/api/source.rb, line 108 def install_path @install_path ||= begin base_name = File.basename(URI.parse(uri).normalize.path) gem_install_dir.join("#{base_name}-#{uri_hash[0..11]}") end end