RubyGems Navigation menu

featureflags 0.2.0

Simple implementation of the 'Feature Flags' pattern as a Ruby gem. Allows you to set defaults in a Hash of the form: ```{ feature_name_1: true, feature_name_2: false, feature_with_variations: 'A' }``` and override them with correspondingly-named environment variables. In the example above, you could enable the feature 'feature_name_2' with the environment variable 'FEATURE_NAME_2'.

Gemfile:
= 复制到剪贴板 已复制!

安装:
=

版本列表:

  1. 0.2.0 - September 01, 2015 (10.0 KB)
  2. 0.1.0 - August 26, 2015 (10.0 KB)

Development 依赖 (6):

bundler ~> 1.0
byebug >= 0
jeweler ~> 2.0.1
rdoc ~> 3.12
rspec ~> 3.3.0
simplecov >= 0

业主:

作者:

  • Al Davidson

SHA 256 校验和:

29cf5fa30aa30e301bb5b5c282849150bc6ea5223afef3f4b16316436339d62f

下载总量 5,335

这个版本 3,112

许可:

MIT

需要的 Ruby 版本: >= 0

链接: