Doc Issues When Installing New Gem
Posted by Tres Sat, 02 Jan 2010 07:50:00 GMT
Always the little things, right?
So you’re installing a new Gem & everything seems to be going okay. You see:
Building native extensions. This could take a while... Successfully installed ilovemystuff-lib-0.3 1 gem installed
But immediately after you see what looks like success, you see a bunch of messages like this:
module 'xXxxx' for module Xxxx not known Enclosing class/module 'xxx' for class Xxx not known ...
Well, just make sure you’ve got an updated version of rdoc installed & that should clear things up:
gem install rdoc
Done!