Sha256: 49516d027ac4a897d5d33eeeb7c6676b672de4b644b2d8be2ca54b0ac65396de

Contents?: true

Size: 181 Bytes

Versions: 4

Compression:

Stored size: 181 Bytes

Contents

# frozen_string_literal: true

module SimpleJsonSchemaBuilder
  autoload :Base, "simple_json_schema_builder/base"

  class Error < StandardError; end
  # Your code goes here...
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
simple_json_schema_builder-0.1.3 lib/simple_json_schema_builder.rb
simple_json_schema_builder-0.1.2 lib/simple_json_schema_builder.rb
simple_json_schema_builder-0.1.1 lib/simple_json_schema_builder.rb
simple_json_schema_builder-0.1.0 lib/simple_json_schema_builder.rb