Confection 0.1.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 major release, probably the first truly usable release, adds
support for multiple configration files by storing them on a per working
directory basis, renames the default config file name to .confile
or
confile
with or without an optional .rb
extension, and adds a class
method for changing the file name (though using the global variable
still works if needed).
Changes:
- Configuration file default is ‘{.,}confile{.rb,}’.
- Default can be changed via class method or global.
- Configrations are stored per-working directory, to
support multiple configurations at once.