[Ruby] [ANN] RubyInline 3.6.1 Released
Ryan Davis
ryand-ruby at zenspider.com
Wed Oct 11 21:49:42 PDT 2006
RubyInline version 3.6.1 has been released!
http://www.zenspider.com/ZSS/Products/RubyInline/
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.
Changes:
*** 3.6.1 / 2006-10-11
+ 1 minor enhancement
+ Hoe'd the Rakefile. :P
+ 2 bug fixes
+ Removed VALUE from @types because it is now in @@type_map.
+ Tweak added for mingw32.
http://www.zenspider.com/ZSS/Products/RubyInline/
More information about the Ruby
mailing list