- Use
frozen_string_literal
.
Progeny::Command#spawn_with_pipes
for easier migration fromposix-spawn
.
- Initial release. Forked
posix-spawn
gem.
Progeny::Command#new
andProgeny::Command#build
only take actualHash
objects as theoptions
argument. We will not call#to_hash
on the object likePOSIX::Spawn::Child
did.