1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Rervert r58304. Because Rubygems have specialized finder for default gems.

We need to list library entries for default gems.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58403 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
hsbt 2017-04-19 11:50:03 +00:00
parent 524fb0138b
commit cd8f990442

View file

@ -743,7 +743,7 @@ def install_default_gem(dir, srcdir)
puts "#{" "*30}#{gemspec.name} #{gemspec.version}"
gemspec_path = File.join(default_spec_dir, "#{full_name}.gemspec")
open_for_install(gemspec_path, $data_mode) do
gemspec.to_ruby_for_cache
gemspec.to_ruby
end
unless gemspec.executables.empty? then