My system was previously configured to suppress documentation on installing gem using --no-ri and --no-rdoc .
Ruby 2.0.0 and gem 2.0.0 seem to have removed the --no-ri flag (and functionality?).
Even with --no-rdoc I still get installing documentation :
~/dev/ruby> gem install bundler --no-rdoc Fetching: bundler-1.3.1.gem (100%) Successfully installed bundler-1.3.1 Done installing documentation for bundler (0 sec).
How do I know if the documentation is installed? If it is installed, how to suppress all gem installations?
source share