Rdoc-tags 1.1 Released

rdoc-tags version 1.1 has been released!

A TAGS file generator based on http://ctags.sourceforge.net/FORMAT.
rdoc-tags
handles namespaced classes and modules, ! and ? methods, constants and
attributes better than Exuberant Ctags.

rdoc-tags includes a Hoe plugin +:rdoc_tags+ making it easy to add tag
support
to your ruby project. If you don’t use Hoe you can instead use
RDoc::TagsTask
to add rake tasks for building TAGS to your ruby project.

Changes:

1.1 / 2010-12-29

  • Minor enhancements
    • Added RDoc::TagsTask which generates a TAGS file
    • Added +:rdoc_tags+ plugin for Hoe
  • Bug fix
    • Multiple tags are now generated for definitions across more than one
      file.
      Bug #1 by postmodern.