adiwg-mdjson_schemas 2.6.1 → 2.6.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7df1d51055a5d9cdf8ea069c5fa232d9072b71b9
4
- data.tar.gz: 819c6fb7e213cc6f59e4009b724307f70f3423b8
3
+ metadata.gz: 80a84964dcd1ef5f60183682d07be88ba144184c
4
+ data.tar.gz: ecb116234ac7d9e44071747bde70c938f27a7b3a
5
5
  SHA512:
6
- metadata.gz: ef89b335360c6c72e21a02bc3c00c0e6bd3f124f7b8cb5b5a4b86432dc3136f205f3cd50123139a28acbd912fd2b968d1023a196644fd2d04ee1bd4591b147dc
7
- data.tar.gz: 89855cf670d460e573b623734b9af1332f3e339b17ddfabe426d1349d6bca3493ec72ad61a5eddde58b242d037f668c087af697e8a451f6ddb2ec8776b0eb30f
6
+ metadata.gz: 3f3cdac39b9fd4b26cc616512ee88522573687783220317a9ac896601e69d056f794d4ed36bce5479899decd010c9dd0944b4331e2c932ca93f689946b3621c8
7
+ data.tar.gz: 987964f2d3953d3eca3ed5d118a941f48bffd6ca5f2fc110381fd8addc303506b9171e43c5a1f7a930f7495ecd12553d916e6c8de4c58110972a866b9a832412
data/examples/mdJson.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "schema": {
3
3
  "name": "mdJson",
4
- "version": "2.4.0"
4
+ "version": "2.6.0"
5
5
  },
6
6
  "contact": [{
7
7
  "contactId": "CID001",
@@ -1,6 +1,6 @@
1
1
  module ADIWG
2
2
  module MdjsonSchemas
3
3
  # Current schema version number
4
- VERSION = "2.6.1"
4
+ VERSION = "2.6.2"
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.1",
3
+ "version": "2.6.2",
4
4
  "description": "JSON schemas, examples, and templates for ADIwg metadata standards",
5
5
  "main": "index.js",
6
6
  "directories": {
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.1",
4
+ "version": "2.6.2",
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.6.1
4
+ version: 2.6.2
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-17 00:00:00.000000000 Z
11
+ date: 2018-10-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler