[ANN] isolate 3.4.0 Released

Ryan Davis <[email protected]> Tue, 17 Dec 2019 19:46:30 -0800
Newsgroups gmane.comp.lang.ruby.general
Message-ID <[email protected]>
isolate version 3.4.0 has been released!

* home: <http://github.com/jbarnette/isolate>

Isolate is a very simple RubyGems sandbox. It provides a way to
express and automatically install your project's Gem dependencies.

Changes:

### 3.4.0 / 2019-12-17

* 2 minor enhancements:

  * Switched multiruby default value to false.
  * Added logic to rebuild extensions as needed now that multiruby defaults to false.

* 3 bug fixes:

  * Remove empty path strings. This caused the #include? check to nuke everything.
  * Only remove paths that look like gem paths: absolute and end in "lib".
  * Fixed handling of path cleanup when system:false.

Unsubscribe: <mailto:[email protected]?subject=unsubscribe>
<http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-talk>