Strip trailing spaces from GemExe.exe args

This commit is contained in:
ts
2018-09-28 08:41:18 +01:00
parent 409a53d107
commit d33ed14ba5

View File

@@ -10,7 +10,7 @@ class GemExec
# @param [Object] working_dir -- the location for output
# @param [Object] argument -- the command to send 'init', 'install'
def self.exe(gem_name, working_dir, arguments)
Print.std "Loading #{gem_name} (#{arguments}) in #{working_dir}"
Print.std "Loading #{gem_name} (#{arguments.strip}) in #{working_dir}"
version = '>= 0'
begin