Confection is a multi-tenant configuration system for Ruby projects.
* home: http://rubyworks.github.com/confection
* docs: http://rubydoc.info/gems/confection/frames
* code: http://github.com/rubyworks/confection
* mail: http://groups.google.com/group/rubyworks-mailinglist
This release renames the configuraiton file from `Confile` to `Config.rb`. I mean really, it makes more sense. As it currently stands then you can use `.config.rb`, 'Config.rb` or `config.rb` variations, with precedence taken in that order.
Changes:
* Rename configuration file from `Confile` to `Config.rb`.