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

json_pure fix #36

Merged
merged 6 commits into from
Jul 18, 2016
Merged

json_pure fix #36

merged 6 commits into from
Jul 18, 2016

Conversation

trevorrowe
Copy link
Contributor

The version 2.0.1 of json_pure reverted the support for parsing json literal values. Expanded the check to determine how to deal with json values to not be ruby version specific but to check the capabilities of the JSON library present.

Also expanded travis test coverage to include a mix of dependencies.

The root Gemfile now only contains documentation and release
dependencies. The various /gemfiles/* files now contain a mixture
of dependencies.
Simplecov has a direct dependency on the `json` gem which makes
it impossible to test without the json gem present. It also forces
a newer version (>= 1.8) which also breaks the 1.9.3 tests with
and older json version.

We can explore having a separate run of the tests to generate
coverage, but for now, I'm removing simplecov.
@trevorrowe trevorrowe merged commit d66af13 into master Jul 18, 2016
@mullermp mullermp deleted the json-pure-fix branch November 25, 2022 15:15
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.

1 participant