[ANN] RubyInline 1.0.7 Released

RubyInline 1.0.7 has been released!

Ruby Inline is my quick attempt to create an analog to Perl’s
Inline::C. It allows you to embed C external module code in your ruby
script directly. The code is compiled and run on the fly when needed.
The ruby version isn’t near as feature-full as the perl version, but it
is neat!

CHANGES:

  • Only compiles the generated code if it was different from the
    previous version.
  • Improved security: Checks group and global write on home directory.