summaryrefslogtreecommitdiff
path: root/www/ruby-liquid
AgeCommit message (Collapse)AuthorFilesLines
2012-09-16Update ruby-liquid to 2.4.1.taca3-7/+9
# Liquid Version History ## 2.4.0 / 2012-08-03 * Performance improvements * Allow filters in `assign` * Add `modulo` filter * Ruby 1.8, 1.9, and Rubinius compatibility fixes * Add support for `quoted['references']` in `tablerow` * Add support for Enumerable to `tablerow` * `strip_html` filter removes html comments
2011-12-16Update ruby-liquid package to 2.3.0.taca3-11/+39
## 2.3.0 * Several speed/memory improvements * Numerous bug fixes * Added support for MRI 1.9, Rubinius, and JRuby * Added support for integer drop parameters * Added epoch support to `date` filter * New `raw` tag that suppresses parsing * Added `else` option to `for` tag * New `increment` tag * New `split` filter ## 2.2.1 / 2010-08-23 * Added support for literal tags
2011-05-22Import ruby19-liquid-2.2.2 as www/ruby-liquid.minskim4-0/+55
Liquid is a Ruby library for rendering safe templates which cannot affect the security of the server they are rendered on.