diff options
-rw-r--r-- | lib/rubygems/install_update_options.rb | 13 |
1 files changed, 11 insertions, 2 deletions
@@ -181,10 +181,19 @@ module Gem::InstallUpdateOptions end ## - # Default options for the gem install command. def install_update_defaults_str - '--document=rdoc,ri --wrappers' end end |