Skip to content

Instantly share code, notes, and snippets.

@rasmusj2
Created February 27, 2011 18:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rasmusj2/846377 to your computer and use it in GitHub Desktop.
Save rasmusj2/846377 to your computer and use it in GitHub Desktop.
Updating rdoc
NOTE: If you are running Ruby 1.9.2 you can ignore this message.
RDoc 2.5+ has a new ri data format for Ruby 1.8.7 and 1.9.1. (1.9.2 contains
RDoc 2.5 so there is nothing to do!)
To install new ri data for core and stdlib you'll need to:
gem install rdoc-data
then run:
rdoc-data --install
To have ri data for you gems you'll also need to run:
gem rdoc --all --overwrite
If you don't want to rebuild the rdoc for `gem server`, add --no-rdoc.
NOTE: RDoc 2.5 did not save method parameters, so you should upgrade your
rdoc-data gem to a version >= 2.5.3 if you installed an older version.
Successfully installed rdoc-3.5.3
------------------------------------
[default] The guest additions on this VM do not match the install version of
VirtualBox! This may cause things such as forwarded ports, shared
folders, and more to not work properly. If any of those things fail on
this machine, please update the guest additions and repackage the
box.
Guest Additions Version: 3.2.10
VirtualBox Version: 3.2.12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment