Sha256: 97fcf2c790d418162f44b3f048e0993f34c245ee6220cfe6c83c6af51da91857

Contents?: true

Size: 574 Bytes

Versions: 9

Compression:

Stored size: 574 Bytes

Contents

defaults: &defaults


  FEATURE1: true
  Feature2: true
  feature3: false
  feature4: true
  feature4a: true

development:
  <<: *defaults
  FEATURE1: true

  Feature2: true
  feature3: false
  feature4: true
  feature4a: true

test:
  <<: *defaults
  FEATURE1: true
  Feature2: true



  feature3: false
  feature4: true
  feature4a: true

staging:
  <<: *defaults
  FEATURE1: true
  Feature2: true

  feature3: false

  feature4: true
  feature4a: true

production:
  <<: *defaults
  FEATURE1: true

  Feature2: true

  feature3: false
  feature4: true

  feature4a: true

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
abstract_feature_branch-1.3.0 spec/fixtures/application_ugly_config_reference/config/features.yml
abstract_feature_branch-1.2.2 spec/fixtures/application_ugly_config_reference/config/features.yml
abstract_feature_branch-1.2.1 spec/fixtures/application_ugly_config_reference/config/features.yml
abstract_feature_branch-1.2.0 spec/fixtures/application_ugly_config_reference/config/features.yml
abstract_feature_branch-1.1.1 spec/fixtures/application_ugly_config_reference/config/features.yml
abstract_feature_branch-1.1.0 spec/fixtures/application_ugly_config_reference/config/features.yml
abstract_feature_branch-1.0.0 spec/fixtures/application_ugly_config_reference/config/features.yml
abstract_feature_branch-0.9.0 spec/fixtures/application_ugly_config_reference/config/features.yml
abstract_feature_branch-0.8.0 spec/fixtures/application_ugly_config_reference/config/features.yml