mirror of
https://github.com/ruby/ruby.git
synced 2025-08-16 05:59:00 +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
|
@ -104,7 +104,7 @@ extensions will be restored.
|
|||
end.flatten
|
||||
end
|
||||
|
||||
specs = specs.select{|spec| spec.platform == RUBY_ENGINE }
|
||||
specs = specs.select{|spec| RUBY_ENGINE == spec.platform || Gem::Platform.local === spec.platform }
|
||||
|
||||
if specs.to_a.empty?
|
||||
raise Gem::Exception,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue