You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ah yes - ruby 1.8 doesn't support default block arguments which is what that exception is complaining about. One could easily change the code but at this stage I'm very happy to break 1.8 compatibility (it's not even maintained any more) - but I should add a note to that effect to the readme. You must be using a rather old version of OSX?
On Sep 18, 2014, at 5:45 AM, Martyn Loughran [email protected] wrote:
Ah yes - ruby 1.8 doesn't support default block arguments which is what that exception is complaining about. One could easily change the code but at this stage I'm very happy to break 1.8 compatibility (it's not even maintained any more) - but I should add a note to that effect to the readme. You must be using a rather old version of OSX?
A note in the README, maybe even with something like "the latest version to be compatible was X" would be very helpful, yes.
Trying to get a package that depends on em-hiredis up and running, I pulled the latest and get the following:
$ irb
The text was updated successfully, but these errors were encountered: