3 bug fixes:
Changed the way entries were indexed to remove errant duplicate entries.
Fixed a bunch of 1.9.3 warnings.
Fixed problems on case insensitive file systems. :(
1 major enhancement:
Rewritten to use rdoc 3.11 and the new mostly fancy and sometimes ugly API.
1 minor enhancements:
Got patches into rdoc and bumped our dependency up
1 minor enhancement:
automatic hooks now require you to touch ~/.ri/autorun
1 bug fix:
I R DUM. I keep doing ‘return’ in at_exit blocks. Using next. :(
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)
3 minor enhancements:
Added -d flag to delete .ri directory to help me debug.
Loudly skip bad files created from rdoc.
Skip reduced+ methods (generated methods from racc of no value to rdoc).
2 bug fixes:
Added extra de-duping on xml creation to fix The Bug I Cannot Repro(tm).
OMG I am an idiot. Generating class id string properly now. :/
1 minor enhancement:
Extra munging to remove more (all?) warnings from the dictionary compiler
1 bug fix:
Only run the hooks once per gem invocation, not once per install/uninstall
2 minor enhancements:
Added -f to force rebuild.
Refactored system calls to a handler so failures are uniformly handled.
2 bug fixes:
Fixed dictionary entry id munging to avoid errant duplicates.
Setting $LC_ALL to C to fix unicode errors discovered in iTerm.
4 bug fixes:
Added known bad XML to the exclude list.
Added missing dependency on rdoc 2 gem. Old rdoc won’t cut it.
Fixed rsync command
Terminal.app in UTF8 breaks on some input. Fix by clearing $LANG.
1 major enhancement
Birthday!