Sha256: 88c919b2e56f9d3598ee7b407cd9ca4e93e0e3c8bebe3622a70cfdea660faaa8

Contents?: true

Size: 853 Bytes

Versions: 10

Compression:

Stored size: 853 Bytes

Contents

require 'rubygems'

if Gem::Specification::find_all_by_name('multi_json').any?
  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.respond_to?(:adapter) ? MultiJson.adapter : MultiJson.engine
end

require 'json-schema/util/array_set'
require 'json-schema/util/uri'
require 'json-schema/schema'
require 'json-schema/schema/reader'
require 'json-schema/validator'

Dir[File.join(File.dirname(__FILE__), "json-schema/attributes/*.rb")].each {|file| require file }
Dir[File.join(File.dirname(__FILE__), "json-schema/attributes/formats/*.rb")].each {|file| require file }
Dir[File.join(File.dirname(__FILE__), "json-schema/validators/*.rb")].sort!.each {|file| require file }

Version data entries

10 entries across 10 versions & 2 rubygems

Version Path
json-schema-2.8.0 lib/json-schema.rb
json-schema-2.7.0 lib/json-schema.rb
json-schema-2.6.2 lib/json-schema.rb
json-schema-2.6.1 lib/json-schema.rb
json-schema-2.6.0 lib/json-schema.rb
json-schema-2.5.2 lib/json-schema.rb
json-schema-openc-fork-0.0.2 lib/json-schema.rb
json-schema-2.5.1 lib/json-schema.rb
json-schema-openc-fork-0.0.1 lib/json-schema.rb
json-schema-2.5.0 lib/json-schema.rb