summaryrefslogtreecommitdiff
path: root/textproc/ruby-builder/PLIST
AgeCommit message (Collapse)AuthorFilesLines
2017-06-21Update ruby-builder to 3.2.3.taca1-2/+7
3.1.2 * Removed css builder 3.1.3 * suppress warning while undefining object_id 3.1.4 * explicit blank content will not generate a self-closing tag 3.2.0 * Check if method was already cached before method definition. * Change to String, raise_error last argument accept String * Add test * Cleanup of code * Make changes to add option * Update lib/builder/xmlbase.rb * Cleaned up test case. * Cleaned up explicit nil code a wee bit. * Remove extraneous white spaces. * Convert readme from rdoc to markdown. * Tweek readme. * Add us-ascii encoding declaration. * Use old style hash literals for 1.8.x compatibility. * Add # encoding: iso-8859-1 comment * Add single quote attribute option. * Update changes. * More rdoc fixes.
2012-12-17Update ruby-builder to 3.0.4, latest version of 3.0.x.taca1-4/+4
Exact changes are unknown.
2010-12-04ruby-builder package to 3.0.0.taca1-7/+10
Changes after 2.2.0 are unknown. = Change Log == Version 2.2.0 * Applied patch from Thijs van der Vossen to allow UTF-8 encoded output when the encoding is UTF-8 and $KCODE is UTF8.
2009-06-14Remove @dirrm entries from PLISTsjoerg1-8/+1
2008-04-04Initial import of ruby18-builder-2.1.2 as textproc/ruby-builder.jlam1-0/+30
Builder provide a simple way programmatically create XML markup and data structures within Ruby.