[Ruby] [ANN] RubyInline 3.7.0 Released
Ryan Davis
ryand-ruby at zenspider.com
Mon Jun 9 20:03:32 PDT 2008
RubyInline version 3.7.0 has been released!
* <http://rubyforge.org/projects/rubyinline/>
* <http://rubyinline.rubyforge.org/RubyInline/>
* <http://www.zenspider.com/ZSS/Products/RubyInline/>
* <ryand-ruby at zenspider.com>
Inline allows you to write foreign code within your ruby code. It
automatically determines if the code in question has changed and
builds it only when necessary. The extensions are then automatically
loaded into the class/module that defines it.
You can even write extra builders that will allow you to write inlined
code in any language. Use Inline::C as a template and look at
Module#inline for the required API.
Changes:
### 3.7.0 / 2008-06-09
* 1 major enhancements:
* Removed inline_package in favor of hoe's packaging.
* 2 minor enhancements:
* Switched from warn/exit to abort to fix buffering for error
messages.
* Improved some error messages.
* 2 bug fixes:
* Fixes for rubinius.
* Fixes for 1.9.
* <http://rubyforge.org/projects/rubyinline/>
* <http://rubyinline.rubyforge.org/RubyInline/>
* <http://www.zenspider.com/ZSS/Products/RubyInline/>
* <ryand-ruby at zenspider.com>
More information about the Ruby
mailing list