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 (
commit 2a72554c431b8da4a19c0e46ec1179def4d78e9f
tree 310bd230b75329e2a12e3df122d3ee8db3b4c1a2
parent c10c4428b8d59d81e3a09d74430669a4e15d8c0b
tree 310bd230b75329e2a12e3df122d3ee8db3b4c1a2
parent c10c4428b8d59d81e3a09d74430669a4e15d8c0b
| 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






