Skip to content
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

Replace multi_json with standard library json #7

Merged
merged 2 commits into from
Apr 28, 2015

Conversation

sferik
Copy link
Contributor

@sferik sferik commented Apr 23, 2015

As on of the authors of multi_json, I no longer use it in my own projects and no longer recommend its use to others, now that the json gem is part of the Ruby standard library. I have replaced the multi_json dependency with a json gem dependency, despite the fact that this is not strictly necessary, just to ensure that users of older versions of Ruby, which ship with an older version of json are using the latest gem version instead. This dependency could be removed.

I have also added Ruby 2.2 to the Travis CI matrix for testing.

@arthurnn
Copy link

fixes #6

@arthurnn
Copy link

👍

trevorrowe added a commit that referenced this pull request Apr 28, 2015
Replace multi_json with standard library json
@trevorrowe trevorrowe merged commit 5226cdb into jmespath:master Apr 28, 2015
@trevorrowe
Copy link
Contributor

Thanks!

@arthurnn
Copy link

nice job both of you!

effata pushed a commit to burtcorp/burtpath that referenced this pull request Sep 17, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants