Having a convenient way to store an applications configuration is something I want in every Ruby project. There are plenty of solutions for Ruby on Rails but none of them did really match my taste, because they did way too much. I wanted something simple that does not depend on Ruby on Rails and does not try to be too clever.
Here are my requirements for a configuration lib:
And this is what I came up with:
The code and and information on how to install and use the lib can be found here: http://github.com/phuesler/simple_app_config