Sha256: 6e204987f414480dca5773ec587f4d5bced2d0b14905107709c5a4906de851f0
Contents?: true
Size: 564 Bytes
Versions: 1
Compression:
Stored size: 564 Bytes
Contents
require 'multi_json' # Force MultiJson to load an engine before we define the JSON constant here; otherwise, # it looks for things that are under the JSON namespace that aren't there (since we have defined it here) MultiJson.engine $LOAD_PATH.unshift "#{File.dirname(__FILE__)}/json-schema" require 'rubygems' require 'schema' require 'validator' Dir[File.join(File.dirname(__FILE__), "json-schema/attributes/*.rb")].each {|file| require file } Dir[File.join(File.dirname(__FILE__), "json-schema/validators/*.rb")].each {|file| require file } require 'uri/file'
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
seomoz-json-schema-1.0.1 | lib/json-schema.rb |