Sha256: 02831e7a370d6b50c8100cdf5e75324c089119bf4e427c2cd8c9ab4521bb45f3

Contents?: true

Size: 649 Bytes

Versions: 7

Compression:

Stored size: 649 Bytes

Contents

#
# Jeckyl test file
#

# should be a writable directory
log_dir "jeckyl/test"

#should be a valid symbol
log_level :verbose

# should be an integer
log_rotation 5

# can be a float or any numeric
threshold 5.6
threshold 10

# must be a float
pi 3.14592

# array of anything
collection ["names", 1, true ]
# array of integers
sieve [2, 5, 7, 10, 15]

# hash of anything
my_opts = {:peter=>37, :paul=>40, :birds=>true}
options my_opts

# string formatted as email address
email "robert@osburn-sharp.ath.cx"

# real booleans
debug false
debug true

# generous booleans
flag "true"
flag "false"
flag "off"
flag "on"
flag "yes"
flag "no"
flag 1
flag 0

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
jeckyl-0.4.0 test/conf.d/jeckyl_check
jeckyl-0.3.7 test/conf.d/jeckyl_check
jeckyl-0.2.7 test/conf.d/jeckyl_check
jeckyl-0.2.5 test/conf.d/jeckyl_check
jeckyl-0.2.4 test/conf.d/jeckyl_check
jeckyl-0.2.3 test/conf.d/jeckyl_check
jeckyl-0.2.1 test/conf.d/jeckyl_check