Confection v0.0.2 released

Confection 0.0.2 has been released.

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

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.