stripe / subprocess

A port of Python's subprocess module to Ruby
MIT License
208 stars 17 forks source link

Update version in rubygems #43

Closed AlexJF closed 1 year ago

AlexJF commented 6 years ago

Latest version in rubygems is 1.3.2 but several important bugfixes were done since that release.

In particular, I'm suffering from missing stdout content fixed by https://github.com/stripe/subprocess/commit/28e0c7f1717a195bed27c91a2564f172883310b3. Running version 1.5.2 from a source install seems to fix the issue.

Can we bump this module's version in rubygems?

fotinakis commented 6 years ago

Would like this! Just hit a problem because subprocess rubygems version is out of date.

sandstrom commented 1 year ago

This issue can be closed. Ruby gems has 1.5.6 published, which is the latest tag (https://github.com/stripe/subprocess/tags).

qaisjp commented 1 year ago

Thanks!