settings-tree 0.1.1
This gem offers you a convenient settings structure for parameterizing your application. Those settings are read from a YAML file. Inheritance of settings (like in development modes) and multiple settings groups are available. Great for a rails app but can be used for any ruby app.
          Gemfile:
          =
        
        
          install:
          =
        
      Runtime Dependencies (2):
            hash-deep-merge
            >= 0
          
          
    