mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 21:49:06 +02:00
Sychronize with rubygems/rubygems repo
This commit is contained in:
parent
89486c79bb
commit
10c256f98f
5 changed files with 27 additions and 14 deletions
|
@ -148,7 +148,7 @@ extensions will be restored.
|
|||
end
|
||||
|
||||
unless spec.extensions.empty? || options[:extensions] || options[:only_executables] || options[:only_plugins]
|
||||
say "Skipped #{spec.full_name}, it needs to compile an extension"
|
||||
say "Skipped #{spec.full_name_with_location}, it needs to compile an extension"
|
||||
next
|
||||
end
|
||||
|
||||
|
@ -157,7 +157,7 @@ extensions will be restored.
|
|||
unless File.exist?(gem) || options[:only_executables] || options[:only_plugins]
|
||||
require_relative "../remote_fetcher"
|
||||
|
||||
say "Cached gem for #{spec.full_name} not found, attempting to fetch..."
|
||||
say "Cached gem for #{spec.full_name_with_location} not found, attempting to fetch..."
|
||||
|
||||
dep = Gem::Dependency.new spec.name, spec.version
|
||||
found, _ = Gem::SpecFetcher.fetcher.spec_for_dependency dep
|
||||
|
@ -201,7 +201,7 @@ extensions will be restored.
|
|||
installer.install
|
||||
end
|
||||
|
||||
say "Restored #{spec.full_name}"
|
||||
say "Restored #{spec.full_name_with_location}"
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue