ruby - Can Bundler be configured to install gems rdoc? -
i use bdoc (with hanna formatting) quick way of looking @ rdoc documentation gems installed on system. however, because bundler not install rdoc when installing gems, i'm having generate them manually whenever start using new gem, or update existing one.
does know if there's way of configuring bundler install rdoc when installing gems avoid me having manually? can't see mention of in bundler source, nor in config manual.
if use rvm, try "rvm rdocs generate ..."
Comments
Post a Comment