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) ========== 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.0.0.beta' ``` 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. `bin/rspec` ## Versioning ElastiConf uses RubyGems Rational Versioning Policy. ## Copyright See LICENSE file.