[DRE-commits] [SCM] ruby-builder.git branch, master, updated. upstream/3.0.0-10-gc8374a2

Antonio Terceiro terceiro at softwarelivre.org
Fri Aug 12 07:50:04 UTC 2011


The following commit has been merged in the master branch:
commit c8374a2d18baa0c90de1d16ae520d0a9b85cb871
Author: Antonio Terceiro <terceiro at softwarelivre.org>
Date:   Fri Aug 12 00:31:55 2011 -0700

    Bring back description from old package

diff --git a/debian/control b/debian/control
index 8a33f0e..2fecf47 100644
--- a/debian/control
+++ b/debian/control
@@ -18,12 +18,17 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
 Replaces: libbuilder-ruby (<< 3.0.0-1~), libbuilder-ruby1.8 (<< 3.0.0-1~), libbuilder-ruby1.9.1 (<< 3.0.0-1~)
 Breaks: libbuilder-ruby (<< 3.0.0-1~), libbuilder-ruby1.8 (<< 3.0.0-1~), libbuilder-ruby1.9.1 (<< 3.0.0-1~)
 Provides: libbuilder-ruby, libbuilder-ruby1.8, libbuilder-ruby1.9.1
-Description: Builders for MarkUp.
- Builder provides a number of builder objects that make creating structured data
- simple to do.  Currently the following builder objects are supported:
- .
- * XML Markup
- * XML Events
+Description: Ruby library to facilitate programatic generation of XML markup
+ Builder is a library that allows easy programmatic creation of XML markup. It
+ gives you a Ruby API to build structures and methods to dump it to XML.
+ Some of the features:
+  * Easy generation by mapping method calls to elements, arguments to
+    attributes and blocks to contents.
+  * XML comment & processing instruction support.
+  * XML entity declaration support.
+  * Some support for XML namespaces.
+  * Default escaping of string attribute values.
+  * UTF-8 support.
 
 Package: libbuilder-ruby
 Section: oldlibs

-- 
ruby-builder.git



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