Pure ruby scoped configuration files
http://codeforpeople.com/lib/ruby/configuration/
configuration.rb provides a mechanism for configuring ruby programs with
ruby configuration files. a configuration.rb file, for example
'config/app.rb', can be written simply as
Configuration.for('app'){
key 'value'
foo 'bar'
port 42
}
and loaded via the normal ruby require/load mechanism.
Authors:
---------
Ara T. Howard
- Sources inherited from project devel:languages:ruby:extensions
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout home:Marvin1973:pcs/rubygem-configuration && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
configuration-1.3.4.gem | 0000011776 11.5 KB | |
gem2rpm.yml | 0000001632 1.59 KB | |
rubygem-configuration.changes | 0000000876 876 Bytes | |
rubygem-configuration.spec | 0000001709 1.67 KB |
Latest Revision
Stephan Kulow (coolo)
accepted
request 255598
from
Stephan Kulow (coolo)
(revision 6)
adapt to new rubygem packaging
Comments 0