I'm starting a new ruby project based on podman, and have been writing a small podman client based on the httpx gem.
I recently found the docker-api gem and it has some clear advantages over the one I'm writing, particularly maturity and the fact that it's debian packaged.
Also I like your code, it seems cleanly designed and modern (uses ruby 3 features and tested on ruby 3.3.)
However the project health doesn't look so good. It's been 10 months since any code change was merged, recent bug reports are unanswered, and unmerged PRs are piling up.
Is anybody maintaining this project?
I'm starting a new ruby project based on podman, and have been writing a small podman client based on the httpx gem.
I recently found the
docker-apigem and it has some clear advantages over the one I'm writing, particularly maturity and the fact that it's debian packaged.Also I like your code, it seems cleanly designed and modern (uses ruby 3 features and tested on ruby 3.3.)
However the project health doesn't look so good. It's been 10 months since any code change was merged, recent bug reports are unanswered, and unmerged PRs are piling up.
Is anybody maintaining this project?