Update Rubygems 2.6.10

* 2ee5bf9fd3
 * be510dd409

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57412 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
hsbt 2017-01-24 02:38:57 +00:00
parent 6219b68fb5
commit 5d43821536
22 changed files with 235 additions and 56 deletions

View file

@ -47,7 +47,7 @@ class Gem::Commands::SetupCommand < Gem::Command
end
add_option '--[no-]document [TYPES]', Array,
'Generate documentation for RubyGems.',
'Generate documentation for RubyGems',
'List the documentation types you wish to',
'generate. For example: rdoc,ri' do |value, options|
options[:document] = case value