On Fri, Mar 5, 2010 at 3:26 AM, Željko Filipin <[email protected]> wrote: > 2010/3/5 Charley Baker <[email protected]>
> Should we > make `--no-rdoc --no-ri` the default for gem update and gem install watir, > and then mention that you can remove it if you would like rdoc and ri? > > Željko a big NO. Stay with standard gem install and let the user decide with the .gemrc config. http://docs.rubygems.org/read/chapter/11 example of my gemrc entries gem: --no-ri rdoc: --inline-source --line-numbers --format=html --template=hanna this ensures each gem install omits ri and forces he hanna template for rdoc generation for all gems. marekj Watirloo: Semantic Page Objects in UseCases http://github.com/marekj/watirloo/ Support Watir Project http://pledgie.com/campaigns/2982 > _______________________________________________ > Wtr-development mailing list > [email protected] > http://rubyforge.org/mailman/listinfo/wtr-development > _______________________________________________ Wtr-development mailing list [email protected] http://rubyforge.org/mailman/listinfo/wtr-development
