Openc::JsonSchema

Gem Version Build Status Dependency Status Coverage Status Code Climate

A wrapper around the json-schema gem to provide better error messages on validation failure.

Releasing a new version

Bump the version in lib/openc/json_schema/version.rb according to the Semantic Versioning convention, then:

git commit lib/openc/json_schema/version.rb -m 'Release new version'
rake release # requires Rubygems credentials

In morph, run:

bundle update openc-json_schema
git commit Gemfile.lock -m 'Bump openc-json_schema' && git push

Finally, rebuild the Docker image and deploy morph.