stripe / subprocess

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

Remove support for Ruby 1.8 #12

Closed zenazn closed 9 years ago

zenazn commented 9 years ago

Not sure why tests aren't running on osx, but don't really want to debug it (tests pass locally on 1.9.3 and 2.1)

r? @nelhage or @ebroder

zenazn commented 9 years ago

This also incidentally fixes #11

ebroder commented 9 years ago

LGTM

ab commented 9 years ago

@zenazn OS X tests on Travis are in private beta, and they're not currently adding new repos. (I want it for rest-client, too.)

ab commented 9 years ago

Oh btw, Travis actually has since added rest-client to the OS X beta, so you might be able to get subprocess in as well!