Source: ruby-settingslogic Section: ruby Maintainer: Debian Ruby Team Uploaders: Per Andersson Build-Depends: debhelper-compat (= 14), bundler, gem2deb, rake, ruby-rspec Standards-Version: 4.7.4 Vcs-Git: https://salsa.debian.org/ruby-team/ruby-settingslogic.git Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-settingslogic Homepage: https://github.com/binarylogic/settingslogic Package: ruby-settingslogic Architecture: all Multi-Arch: foreign Suggests: ruby-settingslogic-doc Description: simple settings solution for Ruby A simple and straightforward settings solution that uses an ERB enabled YAML file and a singleton design pattern. . The settings are accessible from the application by subclassing Settingslogic and then accessing setting attributes from this subclass. Package: ruby-settingslogic-doc Section: doc Architecture: all Depends: libjs-jquery Suggests: ruby-settingslogic Multi-Arch: foreign Description: simple settings solution for Ruby (documentation) A simple and straightforward settings solution that uses an ERB enabled YAML file and a singleton design pattern. . The settings are accessible from the application by subclassing Settingslogic and then accessing setting attributes from this subclass. . This package contains the documentation for ruby-settingslogic.