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

Updated to MultiJson (JSON engine interface) #31

Merged
merged 3 commits into from
Mar 19, 2016

Conversation

nrakochy
Copy link
Contributor

Gush is incompatible with JRuby, as yajl-ruby is a Ruby wrapper for the C yajl library. MultiJson is an interface which will call an underlying library to parse the JSON.

This pull request keeps yajl-ruby for Ruby platforms, and MultiJson should use continue to use it if the user has not specified a different engine.

Bundler will not fail on attempting to install the native C extensions.

@pokonski
Copy link
Contributor

Awesome, this is a good improvement! :)

pokonski added a commit that referenced this pull request Mar 19, 2016
Updated to MultiJson (JSON engine interface)
@pokonski pokonski merged commit 834e621 into chaps-io:master Mar 19, 2016
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.

2 participants