Sha256: 402bccf142b1f4c08ce6a4541e98cf4ed239fa42b3c9b1c4b2af16323185c5eb

Contents?: true

Size: 835 Bytes

Versions: 2

Compression:

Stored size: 835 Bytes

Contents

require_relative "lib/jsi/version"

Gem::Specification.new do |spec|
  spec.name    = "jsi-dev"
  spec.version = JSI::VERSION
  spec.authors = ["Ethan"]
  spec.email   = ["ethan.jsi@unth.net"]

  spec.summary     = "JSI: JSON Schema Instantiation"
  spec.description = "JSI offers an Object-Oriented representation for JSON data using JSON Schemas"
  spec.homepage    = "https://github.com/notEthan/jsi"
  spec.license     = "AGPL-3.0"

  spec.files = [
    'LICENSE.md',
    'CHANGELOG.md',
    'README.md',
    'readme.rb',
    '.yardopts',
    'jsi.gemspec',
    *Dir['lib/**/*'],
    *Dir['\\{resources\\}/schemas/**/*'],
    *Dir['docs/**/*'],
  ].reject { |f| File.lstat(f).ftype == 'directory' }

  spec.require_paths = ["lib"]

  spec.add_dependency "addressable", '~> 2.3'
  spec.add_development_dependency "commonmarker"
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
jsi-dev-0.0.3 jsi.gemspec
jsi-dev-0.0.2 jsi.gemspec