RubyGems Navigation menu

featureflags 0.1.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:
= Copiar al portapapeles ¡Copiado!

instalar:
=

Versiones:

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

dependencias de Development (6):

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

Propietarios:

Autores:

  • Al Davidson

SHA 256 checksum:

9378566aebccb8ee819628c58b291464ec027013a89631f80967d6015fbfce5b

Total de descargas 5.353

Para esta versión 2.230

Licencia:

MIT

Versión de Ruby requerida: >= 0

Enlace: