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

Remove json pure gem #35

Merged
merged 2 commits into from
Jul 6, 2016
Merged

Remove json pure gem #35

merged 2 commits into from
Jul 6, 2016

Commits on Jul 6, 2016

  1. Removed strict simplecov dependency.

    Simplecov now requires json 2.0+, which is not compatible with Ruby 1.9.3.
    The gemfile no longer forces simplecov for 1.9.3 and wraps the spec
    helpers with a begin/rescue/LoadError block. No coverage reports
    can be generated for Ruby 1.9.3 as a result.
    trevorrowe committed Jul 6, 2016
    Configuration menu
    Copy the full SHA
    e9876da View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d1233d8 View commit details
    Browse the repository at this point in the history