Skip to content

Tags: enkessler/childprocess

Tags

v5.1.0

Toggle v5.1.0's commit message

Verified

This tag was signed with the committer’s verified signature.
sds Shane da Silva
5.1.0

* [#196](#196): Remove `ostruct` dependency to fix deprecation warning on Ruby 3.4
* [#199](#199): Add `logger` dependency to fix deprecation warning on Ruby 3.4

v5.0.0

Toggle v5.0.0's commit message

Verified

This tag was signed with the committer’s verified signature.
sds Shane da Silva
5.0.0

v4.1.0

Toggle v4.1.0's commit message

Verified

This tag was signed with the committer’s verified signature.
sds Shane da Silva
Version 4.1.0 / 2021-06-08

* [#170](#170): Update gem homepage to use `https://`
* [#177](#177): Add ARM64-macos support

v4.0.0

Toggle v4.0.0's commit message

Verified

This tag was signed with the committer’s verified signature.
sds Shane da Silva
4.0.0

* [#167](#167): Fix detach behavior on Windows

v3.0.0

Toggle v3.0.0's commit message

Verified

This tag was signed with the committer’s verified signature.
sds Shane da Silva
Version 3.0.0 / 2019-09-20

* [#156](#156 unused `rubyforge_project` from gemspec
* [#160](#160): Remove extension to conditionally install `ffi` gem on Windows platforms
* [#160](#160): Remove runtime dependency on `rake` gem

v2.0.0

Toggle v2.0.0's commit message

Verified

This tag was signed with the committer’s verified signature.
sds Shane da Silva
Version 2.0.0 / 2019-07-11

* [#148](#148): Drop support for Ruby 2.0, 2.1, and 2.2
* [#149](#149): Fix Unix fork reopen to be compatible with Ruby 2.6
* [#152](https://github.com/enkessler/childprocess/pull/152)/[#154](https://github.com/enkessler/childprocess/pull/154): Fix hangs and permission errors introduced in Ruby 2.6 for leader processes of process groups

v1.0.1

Toggle v1.0.1's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
1.0.1

* Fix installs by adding `rake` gem as runtime dependency
* Relax `rake` gem constraint from `< 12` to `< 13`

v1.0.0

Toggle v1.0.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Fix conditional install of ffi on Windows

Commit 576c249 didn't specify the requirement correctly, resulting in a
failed install on Windows platforms.

v0.9.0

Toggle v0.9.0's commit message
Merge branch 'dev'

v0.8.0

Toggle v0.8.0's commit message
Merge branch 'dev'