Skip to content

v0.2.3: Compatibility Release

Compare
Choose a tag to compare
@ryanuber ryanuber released this 31 Aug 01:51
· 36 commits to master since this release

This release fixes a very specific compatibility issue. Ruby versions <= 1.8.7 did not allow the environment to be passed in using Open3. This is fixed in 0.2.3 using the builtins fork and IO.pipe to create new processes and explicitly replacing the environment after forking.