On Jun 8, 2011, at 12:59 , Jon wrote: >> Additionally, --no-rdoc and --no-ri are now deprecated: >> ...SNIP... >> Replacing these is --document which accepts a comma separated list of >> documentation types to generate. `gem install rake --doc=rdoc` will >> generate only RDoc. `gem install rake --doc=rdoc,ri` is the default. `gem >> install rake --no-doc` will generate no documentation. > > > 1) Assuming these options will be removed in the future, when are you > targeting removal? > > 2) What specifically will RG do when it sees a .gemrc containing: > > gem: --no-ri --no-rdoc > > 3) One can use --doc or --document interchangeably?
I can't answer 1 or 2, but 3 is easy.... OptionParser allows for unambiguous shortcuts so they're exactly the same thing. _______________________________________________ Rubygems-developers mailing list http://rubyforge.org/projects/rubygems Rubygems-developers@rubyforge.org http://rubyforge.org/mailman/listinfo/rubygems-developers