Updating rubygems --no-document param
This commit is contained in:
parent
443951ce82
commit
bb6182575e
1 changed files with 1 additions and 2 deletions
|
@ -182,8 +182,7 @@ def install(module):
|
|||
cmd.append('--no-user-install')
|
||||
if module.params['pre_release']:
|
||||
cmd.append('--pre')
|
||||
cmd.append('--no-rdoc')
|
||||
cmd.append('--no-ri')
|
||||
cmd.append('--no-document')
|
||||
cmd.append(module.params['gem_source'])
|
||||
module.run_command(cmd, check_rc=True)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue