adiwg-mdjson_schemas 2.6.0 → 2.6.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: bfed072b2f0e866495d8bfd4b7fc41c99929f88d
4
- data.tar.gz: 7d824dbb118d63ffef09c318a54c273bdb9c7912
3
+ metadata.gz: 7df1d51055a5d9cdf8ea069c5fa232d9072b71b9
4
+ data.tar.gz: 819c6fb7e213cc6f59e4009b724307f70f3423b8
5
5
  SHA512:
6
- metadata.gz: 37f374d59db6b48e31da8756f475f69f3fe3663b2a6f1c6fd3d283f2cd0f644ab836d1d65deb501adab40594e09742caa9e2e8a7b99bd94552d0bfa30798672f
7
- data.tar.gz: 4d7a00d69f9e76c03658eb32e902605f444c46873c7579413204dabf9035f9dc96ab9e0b22cbef2e517c49a00f66a127494e49c840fc0fb236c42443e46bad0f
6
+ metadata.gz: ef89b335360c6c72e21a02bc3c00c0e6bd3f124f7b8cb5b5a4b86432dc3136f205f3cd50123139a28acbd912fd2b968d1023a196644fd2d04ee1bd4591b147dc
7
+ data.tar.gz: 89855cf670d460e573b623734b9af1332f3e339b17ddfabe426d1349d6bca3493ec72ad61a5eddde58b242d037f668c087af697e8a451f6ddb2ec8776b0eb30f
@@ -22,5 +22,5 @@ Gem::Specification.new do |spec|
22
22
  spec.add_development_dependency "rake", ">= 0"
23
23
  spec.add_development_dependency "json-schema", "~> 2.8.0"
24
24
  spec.add_development_dependency "minitest", "~>5"
25
- spec.add_development_dependency "adiwg-mdcodes", "~> 2.7.1"
25
+ spec.add_development_dependency "adiwg-mdcodes", "~> 2.7.2"
26
26
  end
@@ -1,6 +1,6 @@
1
1
  module ADIWG
2
2
  module MdjsonSchemas
3
3
  # Current schema version number
4
- VERSION = "2.6.0"
4
+ VERSION = "2.6.1"
5
5
  end
6
6
  end
data/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mdjson-schemas",
3
- "version": "2.6.0",
3
+ "version": "2.6.1",
4
4
  "description": "JSON schemas, examples, and templates for ADIwg metadata standards",
5
5
  "main": "index.js",
6
6
  "directories": {
@@ -52,7 +52,7 @@
52
52
  "enum": ["org.adiwg.code.mapProjection"]
53
53
  },
54
54
  "identifier": {
55
- "enum": ["alaska", "albers", "azimuthalEquidistant", "equidistantConic", "equirectangular", "generalVertical", "gnomonic", "lambertConic", "lambertEqualArea", "mercator", "miller", "obliqueMercator", "orthographic", "parameters", "polarStereo", "polyconic", "robinson", "sinusoidal", "spaceOblique", "stereographic", "transverseMercator", "grinten", "localPlanar", "localSystem"]
55
+ "enum": ["alaska", "albers", "azimuthalEquidistant", "equidistantConic", "equirectangular", "generalVertical", "gnomonic", "lambertConic", "lambertEqualArea", "mercator", "miller", "obliqueMercator", "orthographic", "parameters", "polarStereo", "polyconic", "robinson", "sinusoidal", "spaceOblique", "stereographic", "transverseMercator", "grinten", "localPlanar", "localSystem", "other"]
56
56
  }
57
57
  }
58
58
  },
data/schema/schema.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "id": "schema.json#",
3
3
  "$schema": "http://json-schema.org/draft-04/schema#",
4
- "version": "2.6.0",
4
+ "version": "2.6.1",
5
5
  "description": "schema for ADIwg mdJSON metadata",
6
6
  "example": "../examples/mdJson.json",
7
7
  "type": "object",
data/schema/taxonomy.json CHANGED
@@ -8,7 +8,7 @@
8
8
  "ISO 19115-2": ["MD_TaxonSys"],
9
9
  "FGDC CSDGM": ["idinfo > taxonomy"]
10
10
  },
11
- "required": ["taxonomicSystem", "identificationProcedure", "taxonomicClassification"],
11
+ "required": ["taxonomicSystem", "taxonomicClassification"],
12
12
  "additionalProperties": true,
13
13
  "properties": {
14
14
  "taxonomicSystem": {
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: adiwg-mdjson_schemas
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.6.0
4
+ version: 2.6.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Josh Bradley, Stan Smith
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-10-14 00:00:00.000000000 Z
11
+ date: 2018-10-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -72,14 +72,14 @@ dependencies:
72
72
  requirements:
73
73
  - - "~>"
74
74
  - !ruby/object:Gem::Version
75
- version: 2.7.1
75
+ version: 2.7.2
76
76
  type: :development
77
77
  prerelease: false
78
78
  version_requirements: !ruby/object:Gem::Requirement
79
79
  requirements:
80
80
  - - "~>"
81
81
  - !ruby/object:Gem::Version
82
- version: 2.7.1
82
+ version: 2.7.2
83
83
  description: JSON schemas for validating according to the the ADIwg project and data
84
84
  metadata standard. The schemas comply with JSON Schema draft version 4.
85
85
  email:
@@ -369,7 +369,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
369
369
  version: '0'
370
370
  requirements: []
371
371
  rubyforge_project:
372
- rubygems_version: 2.6.8
372
+ rubygems_version: 2.5.2
373
373
  signing_key:
374
374
  specification_version: 4
375
375
  summary: JSON schemas for the ADIwg metadata standard