Sha256: 35e831e0d601f1ba64eab223d333f06a7c52fb55ac29a1ee9cc8294f9cd33c96

Contents?: true

Size: 250 Bytes

Versions: 16

Compression:

Stored size: 250 Bytes

Contents

shared:
  shared: true

development:
  config:
    foo: true
    bar: false
    baz: 'something'
    pi:  <%= Math::PI %>

staging:
  shared: false

test:
  shared: null
  config:
    foo: false
    bar: true
    baz: 'something else'
    pi:  3.141

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
complex_config-0.22.2 spec/config/config.yml
complex_config-0.22.1 spec/config/config.yml
complex_config-0.22.0 spec/config/config.yml
complex_config-0.21.2 spec/config/config.yml
complex_config-0.21.1 spec/config/config.yml
complex_config-0.21.0 spec/config/config.yml
complex_config-0.20.0 spec/config/config.yml
complex_config-0.19.4 spec/config/config.yml
complex_config-0.19.3 spec/config/config.yml
complex_config-0.19.2 spec/config/config.yml
complex_config-0.19.1 spec/config/config.yml
complex_config-0.19.0 spec/config/config.yml
complex_config-0.18.2 spec/config/config.yml
complex_config-0.18.1 spec/config/config.yml
complex_config-0.18.0 spec/config/config.yml
complex_config-0.17.1 spec/config/config.yml