[DRE-commits] [SCM] ruby-settingslogic.git branch, master, updated. upstream/2.0.8-12-gcdbbd84

Per Andersson avtobiff at gmail.com
Wed Jun 5 14:46:57 UTC 2013


The following commit has been merged in the master branch:
commit 81aca957c66346869ebe872847057bfd9b3fea4d
Author: Per Andersson <avtobiff at gmail.com>
Date:   Wed Jun 5 16:43:06 2013 +0200

    Extend long description

diff --git a/debian/control b/debian/control
index 22901d5..256ba64 100644
--- a/debian/control
+++ b/debian/control
@@ -27,6 +27,9 @@ Suggests:
 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
@@ -40,4 +43,7 @@ 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.
diff --git a/debian/ruby-settingslogic-doc.doc-base b/debian/ruby-settingslogic-doc.doc-base
index ffbb24d..7451485 100644
--- a/debian/ruby-settingslogic-doc.doc-base
+++ b/debian/ruby-settingslogic-doc.doc-base
@@ -4,6 +4,9 @@ Author: Ben Johnson
 Abstract: 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.
 Section: Programming/Ruby
 
 Format: HTML

-- 
ruby-settingslogic.git



More information about the Pkg-ruby-extras-commits mailing list