stripe / subprocess

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

Subprocess not being released/updated? #46

Closed rbroemeling closed 6 years ago

rbroemeling commented 6 years ago

The documentation suggests installing 'subprocess' from Rubygems, but the version on rubygems.org is very old indeed (1.3.2, last updated in 2016). There's a lot of great work that has been since then, which hasn't yet been released -- this repo seems to be representative of version 1.5.3 at current.

It's always possible to build and install the gem from source, but it'd be a lot more convenient if it was already there and ready to be used.

Could someone look at the Rubygems version and see if they can get it updated to the latest and greatest?

Thanks!

rbroemeling commented 6 years ago

Sorry, this is redundant -- #43 makes the same point. Closing.