# Config Curator by Evan Boyd Sosenko. _Simple and intelligent configuration file management._ [![Gem Version](http://img.shields.io/gem/v/config_curator.svg)](https://rubygems.org/gems/config_curator) [![MIT License](http://img.shields.io/badge/license-MIT-red.svg)](./LICENSE.txt) [![Dependency Status](http://img.shields.io/gemnasium/razor-x/config_curator.svg)](https://gemnasium.com/razor-x/config_curator) [![Build Status](http://img.shields.io/travis/razor-x/config_curator.svg)](https://travis-ci.org/razor-x/config_curator) [![Coverage Status](http://img.shields.io/coveralls/razor-x/config_curator.svg)](https://coveralls.io/r/razor-x/config_curator) [![Code Climate](http://img.shields.io/codeclimate/github/razor-x/config_curator.svg)](https://codeclimate.com/github/razor-x/config_curator) ## Installation Add this line to your application's Gemfile: ````ruby gem 'config_curator' ```` And then execute: ````bash $ bundle ```` Or install it yourself as: ````bash $ gem install config_curator ```` ## Documentation The primary documentation for Config Curator is this README and the YARD source documentation. YARD documentation for all gem versions is hosted on the [Config Curator gem page](https://rubygems.org/gems/config_curator). Documentation for the latest commits is hosted on [the RubyDoc.info project page](http://rubydoc.info/github/razor-x/config_curator/frames). ## Usage ## Source Repository The [Config Curator source](https://github.com/razor-x/config_curator) is hosted on GitHub. To clone the project run ````bash $ git clone https://github.com/razor-x/config_curator.git ```` ## Contributing 1. Fork it (https://github.com/razor-x/config_curator/fork). 2. Create your feature branch (`git checkout -b my-new-feature`). 3. Commit your changes (`git commit -am 'Add some feature'`). 4. Push to the branch (`git push origin my-new-feature`). 5. Create a new Pull Request. ## License Config Curator is licensed under the MIT license. ## Warranty This software is provided "as is" and without any express or implied warranties, including, without limitation, the implied warranties of merchantibility and fitness for a particular purpose.