Sha256: aab856d2186c25df69d36c6e089d3daf03580c1ba171e18946f4e3045d2baeda

Contents?: true

Size: 515 Bytes

Versions: 5

Compression:

Stored size: 515 Bytes

Contents

defaults:
  default_foo: "example default foo"
  overriden_foo: "example not yet overriden foo"
  erb_foo: "<%= ENV['ERB_FOO'] %>"
  foo_password: :env
development:
  nil_foo: ~
  false_foo: false
  true_foo: true
  string_foo: "foo"
  overriden_foo: "example already overriden foo"
  hash_foo:
    foo_1: "hello 1"
    foo_2: "hello 2"
test:
  nil_foo: ~
  false_foo: false
  true_foo: true
  string_foo: "foo"
  overriden_foo: "example already overriden foo"
  hash_foo:
    foo_1: "hello 1"
    foo_2: "hello 2"

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
a9n-0.10.0 test_app/config/a9n.yml.example
a9n-0.9.1 test_app/config/a9n.yml.example
a9n-0.9.0 test_app/config/a9n.yml.example
a9n-0.8.3 test_app/config/a9n.yml.example
a9n-0.8.2 test_app/config/a9n.yml.example