* Added rdoc-generation to the cruise task and the artifacts that get saved
* Added Darkfish external and fixed up the RDoc generation task to use it
* Factored out the config-file reading from #owner into a generic config reader, and then added some
methods to access config values
* Fixed the message-file sort block
* Added a DRb service daemon: Ezmlm::ListDaemon
= ThingFish== Authors* Michael Granger <mgranger@laika.com>* Jeremiah Jordan <jjordan@laika.com>== Installation=== RequirementsRuby-Ezmlm is tested using Ruby 1.8.6: * Ruby (>= 1.8.6): http://www.ruby-lang.org/en/downloads/Other versions may work, but are not tested.=== Ruby ModulesThere are two ways you can install Ruby-Ezmlm. The easiest is to use RubyGems: $ sudo gem install -y ruby-ezmlmIf you'd rather install from source, you'll need these: * Tmail (>= 1.2.3.1): http://tmail.rubyforge.org/Once these are installed: $ tar -zxvf ezmlm-0.0.1.tgz $ cd thingfish-0.0.1 $ su - # rake installIf you want to help out with development, run tests, or generate documentation, you'll need a few more things: * RSpec (>= 1.0.5): http://rspec.rubyforge.org/ * rcov (>= 0.7.0): http://eigenclass.org/hiki.rb?rcovIf you have RubyGems installed, you can install these automatically via the +install_dependencies+ task of the Rakefile: $ sudo rake install_dependencies