Sha256: c5a8b96eaec86e636c21578dab62dcb0ebb38a7910bae512c69f25bf77672363

Contents?: true

Size: 209 Bytes

Versions: 5

Compression:

Stored size: 209 Bytes

Contents

shared:
  shared: true

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

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

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
complex_config-0.15.0 spec/config/config.yml
complex_config-0.14.1 spec/config/config.yml
complex_config-0.14.0 spec/config/config.yml
complex_config-0.13.3 spec/config/config.yml
complex_config-0.13.2 spec/config/config.yml