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 +4 -4
- data/lib/adiwg/mdjson_schemas/version.rb +1 -1
- data/package-lock.json +4 -4
- data/package.json +1 -1
- data/schema/resourceInfo.json +0 -1
- data/schema/schema.json +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5995a9f399058f0690f91e1613f3f7339a2bef31
|
4
|
+
data.tar.gz: 6149a84e0194dcc69c469f2157aeba7aef86a285
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8ecb55008a0d2d3360095e9431b75686aecee094962f50f85bd8b698ed5c882bbc1cff7f3a0ef5e8a13122771bf98047b4192ee68ec174f2034bd619dcae7f3b
|
7
|
+
data.tar.gz: 7c5a408a94d94f50d5d17e03cba33c0a2602c5103a2d700e7a7fa51ba2e537aeb98070318432447bff1f69e5b09538b5739d4255907cb7d4bacc874bb3643a07
|
data/package-lock.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "mdjson-schemas",
|
3
|
-
"version": "2.4.
|
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": "
|
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": "
|
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": "
|
355
|
+
"integrity": "sha512-lreewLK/BlghmxtfH36YYVg1i8IAce4TI7oao75I1g245+6BctqTVQiBP3YUJ9C6DQOXJmkYR9X9fCLtCOJc5w==",
|
356
356
|
"dev": true,
|
357
357
|
"requires": {
|
358
358
|
"glob": "7.1.2"
|
data/package.json
CHANGED
data/schema/resourceInfo.json
CHANGED
data/schema/schema.json
CHANGED
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.
|
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-
|
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.
|
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
|