ElastiConf Build Status Dependency Status

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:

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:

  1. cd some/path
  2. git clone [email protected]:rezwyi/elasticonf.git
  3. cd elasticonf/
  4. bin/rspec

Versioning

ElastiConf uses RubyGems Rational Versioning Policy.

See LICENSE file.