From: rob Date: 2007-07-31T21:04:59+09:00 Subject: Re: gem installation without documentation On Jul 31, 6:54 am, "Sy Ali" wrote: > I've got Ruby running on my palmtop, and I don't want to waste the > extra space with ri or RDoc documentation for certain gems. I did > some hunting and couldn't find a simple answer for my questions so I > thought I'd ask here. > > How can I do a "gem install" and _not_ generate that documentation? > How would i "uninstall" certain already-installed documentation? > (just find and delete it?) I believe you can pass --no-rdoc and --no-ri to the gem command.