[ANN] RubyInline 3.12.5 Released

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)

Awesome project! I think I've used this back in the day along with another
FFI library.

The zenspider link 404's.

Adam

···

On Tue, Oct 8, 2019 at 9:15 PM Ryan Davis <ryand-ruby@zenspider.com> wrote:

RubyInline version 3.12.5 has been released!

* rdoc: <http://docs.seattlerb.org/RubyInline/&gt;
* home: <rubyinline | software projects | by ryan davis;
* code: <https://github.com/seattlerb/rubyinline&gt;

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:ruby-talk-request@ruby-lang.org?subject=unsubscribe>
<http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-talk&gt;

--
cell: (773) 920-1928

Awesome project! I think I've used this back in the day along with another FFI library.

Thank you!

The zenspider link 404's.

Works for me? Show me?

···

On Oct 9, 2019, at 06:32, Adam Hallett <adam.t.hallett@gmail.com> wrote:

this link rubyinline | software projects | by ryan davis gives
"
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>404 Not Found</title>
</head><body>
<h1>Not Found</h1>
<p>The requested URL /ZSS/Products/RubyInline/ was not found on this server.
</p>
<hr>
<address>Apache Server at www.zenspider.com Port 443</address>
</body></html>
"

this link rubyinline | software projects | by ryan davis however, works
fine

best regards
--botp

···

On Fri, Oct 11, 2019 at 2:19 AM Ryan Davis <ryand-ruby@zenspider.com> wrote:

> On Oct 9, 2019, at 06:32, Adam Hallett <adam.t.hallett@gmail.com> wrote:
> The zenspider link 404's.

Works for me? Show me?