-
-
Notifications
You must be signed in to change notification settings - Fork 279
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release a new version for Ruby < 2.1 compatability #152
Comments
Ah sorry about that! I'll do it first thing tomorrow! |
Sorry about the delay, had some unfinished changes locally. Could you check and see if the recent release fixes your issue? |
Hmm, now I'm getting a new error:
|
You want version 4.0.10 I think. SingleForwardable has been available |
Not sure if you are aware but ruby 2.0 won't be maintained after end of February. Time to upgrade. |
Ah, "forwardable" needs to be explicitly required somewhere.
|
Fixed in d4c24b1 v4.0.11 |
Awesome. Thanks a lot! |
Trying to load this gem in Ruby 2.0, I get the following error:
The required keyword syntax being used for the "count" parameter wasn't introduced until Ruby 2.1. I saw that this was fixed in master with this commit (045ca89), but there hasn't been a new version of the gem since that change. Doing a version bump should fix this problem for me and others.
Thanks for the great gem!
The text was updated successfully, but these errors were encountered: