Confection 0.3.0 has been released.
Confection is a multi-tenant configuration system for Ruby projects.
- home: http://rubyworks.github.com/confection
- docs: File: README — Documentation for confection (0.3.0)
- code: GitHub - rubyunworks/confection: Configuration Perfected
- 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.rbor
config.rb` variations,
with precedence taken in that order.
Changes:
- Rename configuration file from
Confile
toConfig.rb
.