Elasticonf [![Build Status](https://travis-ci.org/rezwyi/elasticonf.svg?branch=master)](https://travis-ci.org/rezwyi/elasticonf) [![Dependency Status](https://gemnasium.com/rezwyi/elasticonf.svg)](https://gemnasium.com/rezwyi/elasticonf) [![Coverage Status](https://img.shields.io/coveralls/rezwyi/elasticonf.svg)](https://coveralls.io/r/rezwyi/elasticonf) ========== Powerfull and flexible application config solution worked in any ruby program. No clases definition, no dependencies. It just works! ## Installation First add the following lines to your application `Gemfile`: ``` ruby gem 'elasticonf', '~> 1.1.0' ``` Then run `bundle install` to update your's gems bundle. ## Configuration Will be available soon. ## Documentation Will be available soon. ## Testing Run this commands in terminal: 0. `cd some/path` 0. `git clone git@github.com:rezwyi/elasticonf.git` 0. `cd elasticonf/` 0. `bundle install` 0. `bin/rake` ## Versioning Elasticonf uses RubyGems Rational Versioning Policy. ## Copyright See LICENSE file.