matschaffer / win32-open3-19

DEPRECATED: Provides Open4.popen4 via win32/open3 (win32-open3 behavior from 1.8) on ruby 1.9. Don't use this for new code.
7 stars 4 forks source link

Integrate into Popen4 #1

Closed glebm closed 12 years ago

glebm commented 13 years ago

Thank you, matschaffer, this repo saved my day! Is it possible to integrate this change into popen4 library?

matschaffer commented 13 years ago

Great, glad to hear it! Feel free to let whoever maintains popen4 know about it, but I suspect merging it won't be a priority.

Ruby 1.9 has popen4's functionality built in, the API is just different. This lib is just a compatibility shim that will be unnecessary as people start upgrading their libraries.

ramonatravels commented 13 years ago

I got this error:

ERROR: Error installing win32-open3: win32-open3 requires Ruby version < 1.9.0. which is how I came to your page.

I downloaded the matschaffer-win32-open3-19-dc5ab20 folder. Where should I extract the contents?

I'm new to Ruby and Ruby on Rails and all this. Please help :)

matschaffer commented 13 years ago

Run 'gem install win32-open3-19'

On Wed, May 11, 2011 at 4:58 PM, ramonatravels < reply@reply.github.com>wrote:

I got this error:

ERROR: Error installing win32-open3: win32-open3 requires Ruby version < 1.9.0. which is how I came to your page.

I downloaded the matschaffer-win32-open3-19-dc5ab20 folder. Where should I extract the contents?

I'm new to Ruby and Ruby on Rails and all this. Please help :)

Reply to this email directly or view it on GitHub: https://github.com/matschaffer/win32-open3-19/issues/1#comment_1143011