зеркало из https://github.com/github/ruby.git
[rubygems/rubygems] No need to redownload if package already there
https://github.com/rubygems/rubygems/commit/285ccbc07e
This commit is contained in:
Родитель
a9077af75b
Коммит
3f69774b76
|
@ -462,6 +462,7 @@ module Bundler
|
|||
|
||||
cache_path = download_cache_path(spec) || default_cache_path_for(rubygems_dir)
|
||||
gem_path = "#{cache_path}/#{spec.file_name}"
|
||||
return gem_path if File.exist?(gem_path)
|
||||
|
||||
if requires_sudo?
|
||||
download_path = Bundler.tmp(spec.full_name)
|
||||
|
|
Загрузка…
Ссылка в новой задаче