# -*- encoding: utf-8 -*- # stub: adiwg-json_schemas 0.9.5 ruby lib Gem::Specification.new do |s| s.name = "adiwg-json_schemas".freeze s.version = "0.9.5".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Josh Bradley, Stan Smith".freeze] s.date = "2014-12-29" s.description = "JSON schemas for validating according to the the ADIwg project and data metadata standard. The schemas comply with JSON Schema draft version 4.".freeze s.email = ["jbradley@arcticlcc.org".freeze] s.files = [".gitignore".freeze, ".travis.yml".freeze, "CREDITS".freeze, "Gemfile".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "adiwg-json_schemas.gemspec".freeze, "examples/additionalDocumentation.json".freeze, "examples/address.json".freeze, "examples/associatedResource.json".freeze, "examples/citation.json".freeze, "examples/contact.json".freeze, "examples/contactRef.json".freeze, "examples/dataDictionary.json".freeze, "examples/dataQuality.json".freeze, "examples/date.json".freeze, "examples/distributor.json".freeze, "examples/extent_linestring.json".freeze, "examples/extent_point.json".freeze, "examples/extent_polygon.json".freeze, "examples/full_example.json".freeze, "examples/full_example2.json".freeze, "examples/geojson.json".freeze, "examples/graphicOverview.json".freeze, "examples/hierarchyLevel.json".freeze, "examples/keywords.json".freeze, "examples/lcc_project_example.json".freeze, "examples/maintInfo.json".freeze, "examples/minimum_example.json".freeze, "examples/onlineResource.json".freeze, "examples/resolution.json".freeze, "examples/resourceConstraints.json".freeze, "examples/resourceInfo.json".freeze, "examples/resourceMaintenance.json".freeze, "examples/spatialRef.json".freeze, "examples/taxonomy.json".freeze, "examples/uri.json".freeze, "examples/usage.json".freeze, "lib/adiwg-json_schemas.rb".freeze, "lib/adiwg/json_schemas.rb".freeze, "lib/adiwg/json_schemas/utils.rb".freeze, "lib/adiwg/json_schemas/validator.rb".freeze, "lib/adiwg/json_schemas/version.rb".freeze, "schema/schema.json".freeze, "schema/schema/citation.json".freeze, "schema/schema/contact.json".freeze, "schema/schema/dataDictionary.json".freeze, "schema/schema/dataQuality.json".freeze, "schema/schema/distributor.json".freeze, "schema/schema/extent.json".freeze, "schema/schema/geojson/bbox.json".freeze, "schema/schema/geojson/crs.json".freeze, "schema/schema/geojson/geojson.json".freeze, "schema/schema/geojson/geometry.json".freeze, "schema/schema/graphicOverview.json".freeze, "schema/schema/keyword.json".freeze, "schema/schema/maintInfo.json".freeze, "schema/schema/metadata.json".freeze, "schema/schema/onlineResource.json".freeze, "schema/schema/resolution.json".freeze, "schema/schema/resourceConstraint.json".freeze, "schema/schema/resourceInfo.json".freeze, "schema/schema/taxonomy.json".freeze, "schema/schema/usage.json".freeze, "templates/mdJson_template.json".freeze, "test/draft-04.json".freeze, "test/tc_schemas.rb".freeze, "test/tc_utils.rb".freeze] s.homepage = "https://github.com/adiwg/mdJson-schemas".freeze s.licenses = ["UNLICENSE".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "JSON schemas for the ADIwg metadata standard".freeze s.test_files = ["test/draft-04.json".freeze, "test/tc_schemas.rb".freeze, "test/tc_utils.rb".freeze] s.specification_version = 4 s.add_development_dependency(%q.freeze, ["~> 1.3".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, ["~> 2.4.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 5".freeze]) end