adiwg-mdjson_schemas 2.4.8 → 2.4.9

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: 628799436e85bdc99212de88ead9292b3c4fc4eb
4
- data.tar.gz: 0da7532e223af146b3f22eeb19913844a48fcfca
3
+ metadata.gz: 5995a9f399058f0690f91e1613f3f7339a2bef31
4
+ data.tar.gz: 6149a84e0194dcc69c469f2157aeba7aef86a285
5
5
  SHA512:
6
- metadata.gz: d9d776f754e4611f6b8a2d20632afa06f1bb7f193bfc3a72241b9ff5f709c5368f7b47010c8ec92b5cc868d9b175ac33a226df1fb615c59d02044f7549b853be
7
- data.tar.gz: 96e32e7a34684caa8eb91edf596284070548274f1d078caf74beb58b2c8043728987d04ef0ba004ce877559b5285413949cf4230545ec0d7e52e2b0f71a07eab
6
+ metadata.gz: 8ecb55008a0d2d3360095e9431b75686aecee094962f50f85bd8b698ed5c882bbc1cff7f3a0ef5e8a13122771bf98047b4192ee68ec174f2034bd619dcae7f3b
7
+ data.tar.gz: 7c5a408a94d94f50d5d17e03cba33c0a2602c5103a2d700e7a7fa51ba2e537aeb98070318432447bff1f69e5b09538b5739d4255907cb7d4bacc874bb3643a07
@@ -1,6 +1,6 @@
1
1
  module ADIWG
2
2
  module MdjsonSchemas
3
3
  # Current schema version number
4
- VERSION = "2.4.8"
4
+ VERSION = "2.4.9"
5
5
  end
6
6
  end
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mdjson-schemas",
3
- "version": "2.4.7",
3
+ "version": "2.4.9",
4
4
  "lockfileVersion": 1,
5
5
  "requires": true,
6
6
  "dependencies": {
@@ -128,7 +128,7 @@
128
128
  "glob": {
129
129
  "version": "7.1.2",
130
130
  "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.2.tgz",
131
- "integrity": "sha1-wZyd+aAocC1nhhI4SmVSQExjbRU=",
131
+ "integrity": "sha512-MJTUg1kjuLeQCJ+ccE4Vpa6kKVXkPYJ2mOCQyUuKLcLQsdrMCpBPUi8qVE6+YuaJkozeA9NusTAw3hLr8Xe5EQ==",
132
132
  "dev": true,
133
133
  "requires": {
134
134
  "fs.realpath": "1.0.0",
@@ -262,7 +262,7 @@
262
262
  "minimatch": {
263
263
  "version": "3.0.4",
264
264
  "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz",
265
- "integrity": "sha1-UWbihkV/AzBgZL5Ul+jbsMPTIIM=",
265
+ "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==",
266
266
  "dev": true,
267
267
  "requires": {
268
268
  "brace-expansion": "1.1.8"
@@ -352,7 +352,7 @@
352
352
  "rimraf": {
353
353
  "version": "2.6.2",
354
354
  "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.6.2.tgz",
355
- "integrity": "sha1-LtgVDSShbqhlHm1u8PR8QVjOejY=",
355
+ "integrity": "sha512-lreewLK/BlghmxtfH36YYVg1i8IAce4TI7oao75I1g245+6BctqTVQiBP3YUJ9C6DQOXJmkYR9X9fCLtCOJc5w==",
356
356
  "dev": true,
357
357
  "requires": {
358
358
  "glob": "7.1.2"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mdjson-schemas",
3
- "version": "2.4.8",
3
+ "version": "2.4.9",
4
4
  "description": "JSON schemas, examples, and templates for ADIwg metadata standards",
5
5
  "main": "index.js",
6
6
  "directories": {
@@ -191,7 +191,6 @@
191
191
  "$ref": "taxonomy.json"
192
192
  }
193
193
  }, {
194
- "type": "object",
195
194
  "title": "taxonomy",
196
195
  "description": "DEPRECATED, please use an array.",
197
196
  "translation": {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "id": "schema.json#",
3
3
  "$schema": "http://json-schema.org/draft-04/schema#",
4
- "version": "2.4.8",
4
+ "version": "2.4.9",
5
5
  "description": "schema for ADIwg mdJSON metadata",
6
6
  "example": "../examples/mdJson.json",
7
7
  "type": "object",
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.4.8
4
+ version: 2.4.9
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-04-13 00:00:00.000000000 Z
11
+ date: 2018-05-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -339,7 +339,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
339
339
  version: '0'
340
340
  requirements: []
341
341
  rubyforge_project:
342
- rubygems_version: 2.6.8
342
+ rubygems_version: 2.5.2
343
343
  signing_key:
344
344
  specification_version: 4
345
345
  summary: JSON schemas for the ADIwg metadata standard