Monday, November 24th, 2008...3:32 pm

BBRuby 0.8 Release

Jump to Comments

I’ve updated and released version 0.8 of my the BBRuby library today. Go ahead and grab the latest code from GitHub.

To download the newest gem just do the usual gem install:

sudo gem install cpjolicoeur-bb-ruby --source=http://gems.github.com

For those of you who want to use the library as a rails plugin, install like normal:

./script/plugin install git://github.com/cpjolicoeur/bb-ruby.git

The new version includes updated (and corrected) README docs as well as a better test suite. Also, the :enable and :disable parameters should now be fully functional. Sorry for the issues some of you reported with the prior version.

Leave a Reply