Skip to content

Commit

Permalink
Rervert r58304. Because Rubygems have specialized finder for default …
Browse files Browse the repository at this point in the history
…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
  • Loading branch information
hsbt committed Apr 19, 2017
1 parent 524fb01 commit cd8f990
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tool/rbinstall.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cd8f990

Please sign in to comment.