judofyr / temple

Template compilation framework in Ruby
http://judofyr.net/posts/temple.html
MIT License
491 stars 53 forks source link

Use Erubi instead of Erubis. #132

Closed voxik closed 4 years ago

voxik commented 4 years ago

Erubis is dead upstream for almost past 10 years, while Erubi is more lightweight alternative used by Ruby on Rails these days.

BTW I have submitted this PR, because I want to use it in my Fedora package, where it is burden to maintain Erubis without upstream response.