mirror of
https://github.com/ruby/ruby.git
synced 2025-08-23 21:14:23 +02:00
Merge rubygems/rubygems from upstream.
The current master branch is
97b264f0fa
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67415 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
5370244337
commit
f28be7e02d
34 changed files with 264 additions and 184 deletions
|
@ -71,7 +71,7 @@ class Gem::BasicSpecification
|
|||
elsif missing_extensions?
|
||||
@ignored = true
|
||||
|
||||
if platform == RUBY_ENGINE
|
||||
if RUBY_ENGINE == platform || 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