RubyGems Navigation menu

flexconf 0.2.1

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:
= 複製 已複製

安裝:
=

版本列表:

  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.0 KB)

Development 相依性套件 (1):

rspec >= 0

擁有者:

作者:

  • Stephen Eley

SHA 256 checksum:

afb8ceb530249ee1b39ffcb034c7fe54f978fe8b7e439c0cf161c6a52e143bfc

總下載次數 18,318

這個版本 11,365

License:

Ruby 版本需求:

相關連結: