Ruby bindings for Broccoli

Today, I released the first version of broccoli ruby bindings I've been working on. Most things work correctly, but I'd like to hear if anyone finds things that don't seem to be working.

Limited API docs are here: http://rbroccoli.rubyforge.org/
Project page is here: http://rubyforge.org/projects/rbroccoli/

To install the bindings...
   1. Install rubygems (http://rubygems.org)
   2. Make sure that broccoli-config is in your path
   3. Run this command: sudo gem install rbroccoli

If you want to see some example applications, download the rbroccoli source tarball from here:
   http://rubyforge.org/frs/download.php/12615/rbroccoli-1.1.0.tgz

The "examples" directory has three scripts that demonstrate the API. Better documentation is forthcoming.

Have fun!
   .Seth