1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41
|
Source: ruby-settingslogic
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Per Andersson <avtobiff@gmail.com>
Build-Depends: bundler,
debhelper (>= 9.0),
gem2deb (>= 0.7.5~),
rake,
ruby-rspec
Standards-Version: 3.9.6
Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-settingslogic.git
Vcs-Browser: http://anonscm.debian.org/gitweb?p=pkg-ruby-extras/ruby-settingslogic.git;a=summary
Homepage: http://github.com/binarylogic/settingslogic
XS-Ruby-Versions: all
Package: ruby-settingslogic
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter, ${misc:Depends}, ${shlibs:Depends}
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, ${misc:Depends}
Suggests: ruby-settingslogic
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.
|