summaryrefslogtreecommitdiff
path: root/textproc/ruby-erb
AgeCommit message (Collapse)AuthorFilesLines
2001-09-08Various changes: mostly removing 'WWW:' lines, since that's what we havewiz1-1/+1
the HOMEPAGE variable for, as well as some grammar and spelling fixes.
2001-07-03Importing ruby-erb, ruby-erb-1.3.3 package.taca2-0/+19
ERb is an implementation of eRuby (embedded ruby). You can include ERb in your script. ERb is purely written by Ruby without C module.
2001-07-03Update ruby-eruby package to 0.9.7. Quote from ChangeLog is below.taca2-0/+43
Wed Oct 17 14:58:24 2001 Shugo Maeda <shugo@modruby.net> * version 0.9.7 released. Mon Oct 15 13:54:18 2001 Shugo Maeda <shugo@modruby.net> * eruby_main.c (run): fix prototype of Init_stack(). Wed Oct 10 15:15:48 2001 Shugo Maeda <shugo@modruby.net> * eruby_main.c (run): call ruby_finalize(). * eruby_main.c (run): print error messages to stderr if $DEBUG is false. Tue Sep 4 15:33:38 2001 Shugo Maeda <shugo@modruby.net> * eruby_main.c (run): call Init_stack().