From: transfire@... Date: 2011-11-08T13:27:43+09:00 Subject: [ANN] Confection v0.0.2 released Confection 0.0.2 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 * code: http://github.com/rubyworks/confection * mail: http://groups.google.com/group/rubyworks-mailinglist You can now use $CONFIG_FILE to change the default config file. Just set the variable prior to using confection. Confection should also work with Ruby 1.8.7 and older now. Changes: * Lazy load configuration, rather then loading upfront. * Add dependency on blankslate gem for Ruby 1.8 and older. * Add $CONFIG_FILE to allow default config file to be adjusted.