From 3b1d6fc1680cd11937df54599c7eab0b98016932 Mon Sep 17 00:00:00 2001 From: svn Date: Sun, 8 Oct 2017 01:32:22 +0000 Subject: * remove trailing spaces, append newline at EOF. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60135 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/rubygems/commands/pristine_command.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/rubygems') diff --git a/lib/rubygems/commands/pristine_command.rb b/lib/rubygems/commands/pristine_command.rb index 408672158f..fafe35bec1 100644 --- a/lib/rubygems/commands/pristine_command.rb +++ b/lib/rubygems/commands/pristine_command.rb @@ -157,14 +157,14 @@ extensions will be restored. install_defaults.to_s['--env-shebang'] end - installer_options = { + installer_options = { :wrappers => true, :force => true, :install_dir => spec.base_dir, :env_shebang => env_shebang, :build_args => spec.build_args, } - + if options[:only_executables] then installer = Gem::Installer.for_spec(spec, installer_options) installer.generate_bin -- cgit v1.2.3