This post originated from an RSS feed registered with Ruby Buzz
by Ryan Davis.
Original Post: RubyInline 3.6.2 Released
Feed Title: Polishing Ruby
Feed URL: http://blog.zenspider.com/index.rdf
Feed Description: Musings on Ruby and the Ruby Community...
RubyInline version 3.6.2 has been released! This is a quick patch for weird versions of GCC and/or linux and makes ParseTree work again on (hopefully) everything under the sun.
Ruby Inline is an analog to Perl's Inline::C. Out of the box, it
allows you to embed C/++ external module code in your ruby script
directly. By writing simple builder classes, you can teach how to cope
with new languages (fortran, perl, whatever). The code is compiled and
run on the fly when needed.
% sudo gem update RubyInline
Changes:
3.6.2 / 2006-10-12
2 bug fixes
comment stripper much more sane to fix problems on certain linux distros