jlong / radius

A small, but powerful tag-based template language for Ruby modeled after the ones used in MovableType and TextPattern. It has tags similar to XML, but can be used to generate any form of plain text (HTML, e-mail, etc...).
MIT License
101 stars 21 forks source link

allow dashes in tag names #14

Closed DerGuteMoritz closed 12 years ago

DerGuteMoritz commented 12 years ago

This patch fixes issue #12.

saturnflyer commented 12 years ago

This broke CI under jruby http://travis-ci.org/#!/jlong/radius/builds/329335

DerGuteMoritz commented 12 years ago

This breakage is most probably unrelated to the patch (as discussed via IRC).