Confection v0.1.0 released

Confection 0.1.0 has been released.

Confection is a multi-tenant configuration system for Ruby projects.

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.