Sha256: f610b94cd5d3b8b4f42e9004f76f00c96b42e1b93747a4cb93b7f00ddac8db16

Contents?: true

Size: 683 Bytes

Versions: 6

Compression:

Stored size: 683 Bytes

Contents

Create and manage configuration files in Ruby for Ruby. Jeckyl can be used to create a parameters hash 
from a simple config file written in Ruby, having run whatever checks you want on the file to ensure 
the values passed in are valid. All you need to do is define a class inheriting from Jeckyl, methods for
each parameter, its default, whatever checking rules are appropriate and even a comment for generating templates etc.
This is then used to parse a Ruby config file and create the parameters hash. Jeckyl 
comes complete with a utility to check a config file against a given class and to generate a default file for you to tailor.
Type 'jeckyl readme' for more information.

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
jeckyl-0.4.0 Intro.txt
jeckyl-0.3.7 Intro.txt
jeckyl-0.2.7 Intro.txt
jeckyl-0.2.5 Intro.txt
jeckyl-0.2.4 Intro.txt
jeckyl-0.2.3 Intro.txt