README.md
[![Code Climate](https://codeclimate.com/github/brundage/config_loader/badges/gpa.svg)](https://codeclimate.com/github/brundage/config_loader)
[![Coverage Status](https://coveralls.io/repos/github/brundage/config_loader/badge.svg?branch=master)](https://coveralls.io/github/brundage/config_loader?branch=master)
[![Build Status](https://travis-ci.org/brundage/config_loader.svg?branch=master)](https://travis-ci.org/brundage/config_loader)
[![security](https://hakiri.io/github/brundage/config_loader/master.svg)](https://hakiri.io/github/brundage/config_loader/master)
# ConfigLoader
A gem to load configs
## Installation
Add this line to your application's Gemfile:
```ruby
gem 'simple_config_loader'
```
And then execute:
$ bundle
Or install it yourself as:
$ gem install simple_config_loader
Bug reports and pull requests are welcome on GitHub at https://github.com/brundage/config_loader.
## License
The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).