[ANN] RubyInline 3.12.5 Released
Ryan Davis <[email protected]> Tue, 08 Oct 2019 19:15:21 -0700
| Newsgroups | gmane.comp.lang.ruby.general |
|---|---|
| Message-ID | <[email protected]> |
RubyInline version 3.12.5 has been released! * rdoc: <http://docs.seattlerb.org/RubyInline/> * home: <http://www.zenspider.com/ZSS/Products/RubyInline/> * code: <https://github.com/seattlerb/rubyinline> 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.12.5 / 2019-10-08 * 1 bug fix: * Fixed a race condition between testing for file existance and renaming. (spjsschl) Unsubscribe: <mailto:[email protected]?subject=unsubscribe> <http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-talk>