adiwg-json_schemas 0.8.0 → 0.8.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: e02358e3428ecb2d56fbf91c17ac0e4f0053d077
4
- data.tar.gz: aab6f7ed078b693d53abc174ddbc05526965197d
3
+ metadata.gz: 91cda3123169b8fdb570a669fa0080c5149857e2
4
+ data.tar.gz: 524d97720f84c0b58f653cc6a6e82f3503c6120e
5
5
  SHA512:
6
- metadata.gz: e39803ab5f10610c376eebfea86fb302b89e5d61434c70614504a48c5e56da520bb135271dd611c140563098506b376fe9d9177a6c86b09494db99f0b3b23855
7
- data.tar.gz: c6a3ed9fa8c54299a9c8d40db1c151e24e480d506caa17044dab95b564536f32f13463439aa7a8c33e7a45073dd8ceb7ce4e72a4901410fbd6bd860dc8a0ea40
6
+ metadata.gz: 5aefbb21d0a55a14560311f07028510aceb81c868f2ef89cee8b00a5e760a43a2a4e3a11a2158d2594312697d6de2eaf10349ec8fe44a075bbf2eeec8ce4d8a7
7
+ data.tar.gz: 692c55846b0ed5f0d031e8ff6209aae0065ccc7777b69acc8f1a83a89255db019863b7d03834ecc83ab92d5bc30883be00684e6986cb4c36ea806ef63bc13ffb
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "version":{
3
- "name":"adiwgJSON",
3
+ "name":"adiwgJson",
4
4
  "version":"0.8.0"
5
5
  },
6
6
  "contact":[
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "version":{
3
- "name":"adiwgJSON",
3
+ "name":"adiwgJson",
4
4
  "version":"0.7.0"
5
5
  },
6
6
  "contact":[
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "version":{
3
- "name":"adiwgJSON",
3
+ "name":"adiwgJson",
4
4
  "version":"0.8.0"
5
5
  },
6
6
  "contact":[
@@ -1,6 +1,6 @@
1
1
  module ADIWG
2
2
  module JsonSchemas
3
3
  # Current schema version number
4
- VERSION = "0.8.0"
4
+ VERSION = "0.8.1"
5
5
  end
6
6
  end
@@ -7,6 +7,7 @@
7
7
  "additionalProperties": false,
8
8
  "properties": {
9
9
  "metadataInfo": {
10
+ "type": "object",
10
11
  "required": ["metadataContact", "metadataCreationDate"],
11
12
  "additionalProperties": false,
12
13
  "properties": {
@@ -55,14 +56,12 @@
55
56
  },
56
57
  "distributionInfo": {
57
58
  "type": "array",
58
- "minItems": 1,
59
59
  "items": {
60
60
  "$ref": "distributor.json#"
61
61
  }
62
62
  },
63
63
  "associatedResource": {
64
64
  "type": "array",
65
- "minItems": 1,
66
65
  "items": {
67
66
  "type": "object",
68
67
  "required": ["associationType", "resourceType"],
@@ -86,7 +85,6 @@
86
85
  "additionalDocumentation": {
87
86
  "additionalProperties": false,
88
87
  "type": "array",
89
- "minItems": 1,
90
88
  "items": {
91
89
  "$ref": "citation.json#"
92
90
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "version": {
3
- "name": "adiwgJSON",
3
+ "name": "adiwgJson",
4
4
  "version": "0.8.0"
5
5
  },
6
6
  "contact": [
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: adiwg-json_schemas
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.0
4
+ version: 0.8.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: 2014-09-18 00:00:00.000000000 Z
11
+ date: 2014-09-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -163,3 +163,4 @@ summary: JSON schemas for the ADIwg metadata standard
163
163
  test_files:
164
164
  - test/tc_schemas.rb
165
165
  - test/tc_utils.rb
166
+ has_rdoc: