From: transfire@... Date: 2012-04-03T14:57:20+09:00 Subject: [ANN] Confection v0.3.0 released Confection 0.3.0 has been released. 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`.