This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
README | Tue Aug 05 13:09:26 -0700 2008 | |
| |
Rakefile | Tue Aug 05 13:09:26 -0700 2008 | |
| |
coverage/ | Tue Aug 05 13:09:26 -0700 2008 | |
| |
init.rb | Tue Aug 05 13:09:26 -0700 2008 | |
| |
lib/ | Tue Aug 05 14:02:40 -0700 2008 | |
| |
tests/ | Tue Aug 05 13:09:26 -0700 2008 |
README
Plugin implementing configuration files with simple substitutions.
= Sample usage
SITE_CONF = ConfigurationFile.new("/some/config.yml)
p SITE_CONF.config_key1
= Sample config
root: "/var/spool"
storage_path: "#{root}/storage"
storage_uid: 502
storage_gid: 502
(c) Dima Sabanin
http://railsmonk.com






