RubyGems Navigation menu

flexconf 0.2.0

FlexConf is a simple configuration utility that does its job and gets out of your way. It reads settings from a hash or YAML file ('config.yml' by default) but allows overrides from a '*_local.yml' file and from environment variables. Settings can be read as indifferent hash values (config['foo'] or config[:foo]) or method calls (config.foo) with recursive nesting (config.foo.bar). The code is lightweight and fast with no additional dependencies.

Gemfile:
= Copy to clipboard Copied!

install:
=

Versions:

  1. 0.2.1 - November 06, 2011 (15.5 KB)
  2. 0.2.0 - November 04, 2011 (15.5 KB)
  3. 0.1.0 - October 28, 2011 (15 KB)

Development Dependencies (1):

rspec >= 0

Owners:

Authors:

  • Stephen Eley

SHA 256 checksum:

0eb2ee57ca264137229902c393c9d5ce0e9ba25d03668d79b3f8cdad195f9573

Total downloads 18,275

For this version 3,476

Licenses:

N/A

Required Ruby Version: None

Links: