BrainBuster 0.8.0 released (logic captcha awesomeness)

I'm happy to release version 0.8.0 of BrainBuster.

This is a long overdue release. I've removed all deprecated code, updated for Rails 2.0, improved specs considerably, and cleaned up the api and views.

Because of the way the filter chain is handled in Rails 2.0, you will now have to handle a captcha failure explicitly. Right now thats just done by overriding a method in your controller. See the README for more info.

More Details:

Homepage: http://opensource.thinkrelevance.com/wiki/BrainBuster Mailing List: http://groups.google.com/group/brainbuster-discuss Git Repository (dev happens here): git://github.com/rsanheim/brain_buster.git SVN Repository (read only mirror): http://opensource.thinkrelevance.com/svn/brain_buster/trunk/

thanks, Rob