Wallets: validate wallet YAML file using JSON Schema

This commit is contained in:
David A. Harding 2017-05-14 05:53:15 -04:00
parent 0354fe0399
commit ab641d7300
No known key found for this signature in database
GPG key ID: 4B29C30FF29EC4B7
7 changed files with 361 additions and 3 deletions

View file

@ -23,6 +23,8 @@ group :development do
gem 'RedCloth'
gem 'therubyracer' # required by less
gem 'jshintrb', '~>0.3.0'
gem 'safe_yaml'
gem 'json-schema'
end
## Not used on build server. Only used by developers and Travis CI, so