Sha256: 7148a5d05b569e792ad3712dbdfa9a12dec1636d04035b6cd9dc339a5233059b

Contents?: true

Size: 760 Bytes

Versions: 2

Compression:

Stored size: 760 Bytes

Contents

#
# Jeckyl test file
#

root = File.expand_path('../..', File.dirname(__FILE__))

# should be a writable directory
log_dir File.join(root, "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}
option_set 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


# new things
offset 134

start_day 6


Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
jeckyl-0.4.0 test/conf.d/jeckyl
jeckyl-0.3.7 test/conf.d/jeckyl