module Jeckyl
The Jeckyl
configurator module, which is just a wrapper. See {file:README.md Readme} for details.
Description
- Author
-
Robert Sharp
- Copyright
-
Copyright © 2011 Robert Sharp
- License
-
Open Software Licence v3.0
This software is licensed for use under the Open Software Licence v. 3.0 The terms of this licence can be found at www.opensource.org/licenses/osl-3.0.php and in the file copyright.txt. Under the terms of this licence, all derivative works must themselves be licensed under the Open Software Licence v. 3.0
Jeckyl
Helpers
¶ ↑
Test methods for parameters¶ ↑
- Author
-
Robert Sharp
- Copyright
-
Copyright © 2013 Robert Sharp
- License
-
Open Software Licence v3.0
This software is licensed for use under the Open Software Licence v. 3.0 The terms of this licence can be found at www.opensource.org/licenses/osl-3.0.php and in the file copyright.txt. Under the terms of this licence, all derivative works must themselves be licensed under the Open Software Licence v. 3.0
Created by Jevoom
01-Oct-2014
General tidy up of gem (README, rspec tests etc) to bring things up to date.
Constants
- ConfigRoot
default location for all config files
@deprecated Use {Jeckyl.config_dir} instead
- Ident
ident string set to: jeckyl-0.4.0 01-Oct-2014
- Options
This is the main
Jeckyl
class from which to create specific application classes. For example, to create a new set of parameters, define a class asclass MyConfig < Jeckyl::Config
More details are available in the {file:README.md Readme} file
- Version
version set to 0.4.0
- Version_Date
date set to 01-Oct-2014
Public Class Methods
the default system location for jeckyl config file
This location can be set with the environment variable JECKYL_CONFIG_DIR
# File lib/jeckyl.rb, line 31 def Jeckyl.config_dir ENV['JECKYL_CONFIG_DIR'] || '/etc/jerbil' end