DarthSim / overmind

Process manager for Procfile-based applications and tmux
MIT License
2.78k stars 79 forks source link

Ruby gem overmind #176

Closed prog-supdex closed 3 months ago

prog-supdex commented 3 months ago

This PR adds the ability to generate gem files that pack the overmind library with dependencies tmux into a gem file for various architectures of the Linux and macos platforms by running a rake task overmind:build:all.

It also prepares the gem file for FreeBSD, but without tmux in the box

The rake task will download the overmind and tmux binaries and package them into a platform-specific gem.

To build the gem files, you need to have Ruby >= 3.0.

This PR also adds a NOTICE file and additional information to the README.md.