-
Notifications
You must be signed in to change notification settings - Fork 37
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
Ruby 2.0.0 required #11
Comments
Thanks for reporting this issue. I've been able to reproduce it locally. It appears that the
I'm going to have to see what alternatives there are in Ruby 1.9.3 for extracting JSON values from lexed strings. |
I'm using ruby version 1.87 and it seems like it does not work either. Does it really require ruby 1.9.3? |
@dmoskalik I just pushed a fix for the Ruby 1.9.3 support. I can look at support 1.8.7, but I make no promises. |
JMESPath 1.1.3 seems to require Ruby 2.0.0 for proper operation.
Under ruby
1.9.3p484 (2013-11-22 revision 43786) [x86_64-linux]
, I get:Input:
Script:
Under
ruby 2.0.0p645 (2015-04-13 revision 50299) [x86_64-linux]
I get:The text was updated successfully, but these errors were encountered: