Version 1.0.3 of configurability has been released. Configurability is a mixin that allows you to add configurability to one or more objects, assign them each a section of the configuration, and then when the configuration is loaded, the object is given the section it requested. It's intended for situations in which you have many different systems which require configuration, but you want to consolidate the configuration into one file broken out into a section per configurable system. == Project Page http://bitbucket.org/ged/configurability == Installation $ sudo gem install configurability == Changes This release adds propagation of the configuration to objects which add Configurability after the config is already loaded.