--- !ruby/object:Gem::Specification name: adiwg-json_schemas version: !ruby/object:Gem::Version version: 0.5.0 platform: ruby authors: - Josh Bradley, Stan Smith autorequire: bindir: bin cert_chain: [] date: 2014-06-19 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: bundler requirement: !ruby/object:Gem::Requirement requirements: - - ~> - !ruby/object:Gem::Version version: '1.3' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ~> - !ruby/object:Gem::Version version: '1.3' - !ruby/object:Gem::Dependency name: rake requirement: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: json-schema requirement: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: test-unit requirement: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '0' description: JSON schemas for validating according to the the ADIwg project and data metadata standard. The schemas comply with JSON Schema draft version 4. email: - jbradley@arcticlcc.org executables: [] extensions: [] extra_rdoc_files: [] files: - .gitignore - .travis.yml - CREDITS - Gemfile - LICENSE - README.md - Rakefile - adiwg-json_schemas.gemspec - examples/adiwg_project_example_1.json - examples/citation.json - examples/contact.json - examples/contactRef.json - examples/dataQuality.json - examples/data_example.json - examples/date.json - examples/distributor.json - examples/extent_linestring.json - examples/extent_point.json - examples/extent_polygon.json - examples/full_example.json - examples/geojson.json - examples/graphicOverview.json - examples/hierarchyLevel.json - examples/keywords.json - examples/lcc_project_example.json - examples/maintInfo.json - examples/onlineResource.json - examples/resolution.json - examples/resourceConstraints.json - examples/resourceInfo.json - examples/resourceMaintenance.json - examples/taxonomy.json - examples/uri.json - examples/usage.json - lib/adiwg-json_schemas.rb - lib/adiwg/json_schemas.rb - lib/adiwg/json_schemas/utils.rb - lib/adiwg/json_schemas/version.rb - schema/schema.json - schema/schema/citation.json - schema/schema/contact.json - schema/schema/dataQuality.json - schema/schema/distributor.json - schema/schema/extent.json - schema/schema/geojson/bbox.json - schema/schema/geojson/crs.json - schema/schema/geojson/geojson.json - schema/schema/geojson/geometry.json - schema/schema/graphicOverview.json - schema/schema/keyword.json - schema/schema/maintInfo.json - schema/schema/metadata.json - schema/schema/onlineResource.json - schema/schema/resolution.json - schema/schema/resourceConstraint.json - schema/schema/resourceInfo.json - schema/schema/taxonomy.json - schema/schema/usage.json - templates/adiwg_metadata_template.json - test/tc_schemas.rb - test/tc_utils.rb homepage: https://github.com/adiwg/adiwg-json-schemas licenses: - UNLICENSE metadata: {} post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '0' required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: rubygems_version: 2.0.3 signing_key: specification_version: 4 summary: JSON schemas for the ADIwg metadata standard test_files: - test/tc_schemas.rb - test/tc_utils.rb