Rdoc_osx_dictionary 1.3.0 Released

rdoc_osx_dictionary version 1.3.0 has been released!

rdoc via Apple’s Dictionary.app. Automatically builds and installs an
Apple Dictionary with all rdoc nicely formatted.

Inspired by:
http://priithaamer.com/blog/ruby-on-rails-dictionary-for-macosx

Changes:

1.3.0 / 2010-02-09

  • 4 minor enhancements:

    • Improved hyperlinks in class definitions to point straight at
      methods.
    • Improved method signature output (imajes)
    • Made method signature a pre block to improve display of space
      formatted text.
    • Refactored and improved class output to clearly define class
      extensions.
  • 1 bug fix:

    • Specify exactly which ruby to execute (hinegardner)

Ryan D. [email protected] wrote:

rdoc_osx_dictionary version 1.3.0 has been released!

I’m enjoying this process, esp. since I was just about to write my own
dedicated Mac OS X app for browsing the ruby documentation and this
project means I won’t have to. I really like when I don’t have to do
stuff! :slight_smile:

It does, alas, suffer from the same shortcomings as rdoc/ri (for
example, OMM, String#tr is “undocumented”).

But with this release, I’m leaping nimbly around the documentation, so
I’m a pretty happy camper. The display is looking great and links are
doing the right thing. Thanks for doing this! m.