summaryrefslogtreecommitdiff
path: root/lib/rubygems
diff options
context:
space:
mode:
authorsvn <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-10-08 01:32:22 +0000
committersvn <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-10-08 01:32:22 +0000
commit3b1d6fc1680cd11937df54599c7eab0b98016932 (patch)
tree47d11386b2ced1245ae1326c23cd7f559d0219e1 /lib/rubygems
parent0ab1c69e17f5190b0db25f31c0d413012dee714e (diff)
* remove trailing spaces, append newline at EOF.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60135 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/rubygems')
-rw-r--r--lib/rubygems/commands/pristine_command.rb4
1 files changed, 2 insertions, 2 deletions
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