No release in over 3 years
Low commit activity in last 3 years
Utilities for validating JSON
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 10.0
~> 3.0

Runtime

 Project Readme

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

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.