Skip to content

Commit 432ac84

Browse files
committed
Disable ri/rdoc generation in the "native" RubyGems defaults file.
1 parent 7fa6883 commit 432ac84

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/rubygems/defaults/jruby_native.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
class Gem::ConfigFile
2-
PLATFORM_DEFAULTS.delete('install')
3-
PLATFORM_DEFAULTS.delete('update')
2+
PLATFORM_DEFAULTS['install'] = '--no-rdoc --no-ri'
3+
PLATFORM_DEFAULTS['update'] = '--no-rdoc --no-ri'
44
end

0 commit comments

Comments
 (0)