configreader 0.0.4
ConfigReader provides an easy way to load up your configuration YAML files into Ruby objects, providing a more concise API to access your configuration data, by accessing methods instead of Hash keys. It also allows you to configure environment aware configuration objects, and by so inverting the logic of environment specific configuration into the ConfigReader.