mirror of
https://github.com/ruby/ruby.git
synced 2025-08-24 05:25:34 +02:00
parent
503b9bf1d4
commit
827d66266b
9 changed files with 9 additions and 9 deletions
|
@ -76,7 +76,7 @@ class Gem::BasicSpecification
|
|||
elsif missing_extensions?
|
||||
@ignored = true
|
||||
|
||||
if Gem::Platform::RUBY == platform || Gem::Platform.local === platform
|
||||
if platform == Gem::Platform::RUBY || Gem::Platform.local === platform
|
||||
warn "Ignoring #{full_name} because its extensions are not built. " \
|
||||
"Try: gem pristine #{name} --version #{version}"
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue