Ruby build and tests exist to:
- validate json graph schema as draft v4 of JSON schema
- validate examples against the json graph schema
- Install ruby.
- Install bundler with
gem install bundler
. - Install testing dependencies with
bundle install
. - Run tests using rake:
bundle exec rake
Automated testing with Travis-CI at travis.