Openc::JsonSchema
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
Bear in mind that a morph deploy doesn't restart the resque workers; you'll need to do this explicitly with:
cap production resque:restart
Finally, rebuild the Docker image and deploy morph.