From: ged@... Date: 2008-09-26T15:23:31+09:00 Subject: [ANN] darkfish-rdoc 1.1.5 Version 1.1.5 of Darkfish-Rdoc has been released. Darkfish is a complete frameless replacement for the default HTML generator for Rdoc, the API documentation-extraction system for Ruby. It looks like this: http://deveiate.org/darkfish_preview.png == Project Page http://deveiate.org/projects/Darkfish-Rdoc/ == Installation Via gems: $ sudo gem install darkfish-rdoc or from source: $ wget http://deveiate.org/code/darkfish-rdoc-1.1.5.tar.gz $ tar -xzvf darkfish-rdoc-1.1.5.tar.gz $ cd darkfish-rdoc-1.1.5 $ sudo rake install == Changes * Fixed method name extraction for non \w+ methods (e.g., operators) * Updated to work under RDoc >= 2.2.0 (fixes #2). * Updated build system to add the workaround for developmental dependencies bug under RubyGems 1.2.0 (#21510).