summaryrefslogtreecommitdiff
path: root/devel/ruby2ruby/PLIST
AgeCommit message (Collapse)AuthorFilesLines
2011-09-12Update ruby2ruby pacakge to 1.3.0.taca1-1/+2
=== 1.3.0 / 2011-09-01 * 1 minor enhancement: * output comments for class and method definitions. (pythonic)
2010-09-10Update devel/ruby2ruby to 1.2.5.taca1-3/+3
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk. * Add LICENSE. * Update dependency according to gemspec. * Add CONFLICTS since it will install the same name commands both ruby18 and ruby19 based packages. === 1.2.5 / 2010-09-01 * 4 minor enhancements: * Added braces to hash args surrounded if in a binary method call. * Added rewrite_resbody to double check structure and freak if necessary. * Added stress task * rewrite_rescue now detects rescue with multiple arguments. * 2 bug fixes: * Fixed dstr/dregex/d* roundtripping problem * Fixed up call arg processing to be more correct and to work with the new sexp form
2009-11-23Updated ruby2ruby to 1.2.4.fhajny1-1/+1
Too many changes, see: http://seattlerb.rubyforge.org/ruby2ruby/History_txt.html
2009-06-14Remove @dirrm entries from PLISTsjoerg1-5/+1
2008-04-04Initial import of ruby18-ruby2ruby-1.1.8 as devel/ruby2ruby.jlam1-0/+16
ruby2ruby provides a means of generating pure ruby code easily from ParseTree's Sexps. This makes making dynamic language processors much easier in ruby than ever before.