README.rdoc in ruby-conf-1.4.4 vs README.rdoc in ruby-conf-2.0.0
- old
+ new
@@ -1,9 +1,16 @@
= ruby-conf
Simple way to do ruby config DSL
+== Install
+ gem install ruby-conf
+
+== Gemfile
+
+ gem "ruby-conf"
+
== Examples
RubyConf.define :godzilla do
mothra 'sucks'
godzilla 'rocks'
@@ -82,9 +89,12 @@
RailsConfig.development.database # "development"
RailsConfig.development.username # "godzilla
RailsConfig.development.password # "mothra"
RailsConfig.production.username # "godzilla"
RailsConfig.production.password # "ilovemothra"
+
+=== Using ruby-conf with Rails
+ Ruby-conf can be used with Rails. Restart the server after setting up config values.
== Contributing to ruby-conf
* Check out the latest master to make sure the feature hasn't been implemented or the bug hasn't been fixed yet.
* Check out the issue tracker to make sure someone already hasn't requested it and/or contributed it.