adiwg-mdjson_schemas 2.1.0 → 2.1.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: 5587e51d247bc11bb7dca78375228e27823ae44f
4
- data.tar.gz: ed6b4043cce2b0b0fcf393e848e2ae793bca1488
3
+ metadata.gz: 6f139cfd34761736910d592aef0919f2aaededf7
4
+ data.tar.gz: 10448fea33c3ae830c56b7f15e9e639b373ecb9e
5
5
  SHA512:
6
- metadata.gz: 640ed7a2fbba6aeed0aa6d9cc686f358a79638f804e19ecaea5fc2c7a8bd3267b476aa802920f4392d39a29c5c779fc9ab08b79726f625d7bfa382c178459588
7
- data.tar.gz: 82a2dc6696e8b1b958242baeaca60d25d8af4d75f8628e43a4fa2e0720b67ef022f140b57db6e976363a66a7919e138554fe51011d3e133ea4607703afd33900
6
+ metadata.gz: 4cba0f2c0d47ee603e92b0a4bf36262d3911c80dd07cb593eb692d1c0fe23505bb459795fdff9c326124f07152dba68597ce5ff49d69b6b15c0855fefd023dab
7
+ data.tar.gz: 4f88f36b068941386860ed14c6b254bc1162aa5e4d9e96335daca56eebd3002c114f0264d90f384c1dcaf46d6336258eebe1682c2fd7fca3100af46bf58ddb99
@@ -0,0 +1,3 @@
1
+ since-tag=v2.0.3
2
+ exclude-labels=no-changelog,duplicate,question,invalid,wontfix,Duplicate,Question,Invalid,Wontfix
3
+ unreleased=true
@@ -1,4 +1,23 @@
1
- # mdJson-schemas Changelog
1
+ # Change Log
2
+
3
+ ## [v2.1.1](https://github.com/adiwg/mdJson-schemas/tree/v2.1.1) (2017-05-17)
4
+
5
+ [Full Changelog](https://github.com/adiwg/mdJson-schemas/compare/v2.1.0...v2.1.1)
6
+
7
+ **Fixed bugs:**
8
+
9
+ - Validation is broken when keywordType is empty [\#145](https://github.com/adiwg/mdJson-schemas/issues/145)
10
+
11
+ ## [v2.1.0](https://github.com/adiwg/mdJson-schemas/tree/v2.1.0) (2017-05-17)
12
+ [Full Changelog](https://github.com/adiwg/mdJson-schemas/compare/v2.0.3...v2.1.0)
13
+
14
+ **Implemented enhancements:**
15
+
16
+ - Deprecate resourceInfo\>topicCategory [\#144](https://github.com/adiwg/mdJson-schemas/issues/144)
17
+
18
+ **Fixed bugs:**
19
+
20
+ - vectorRepresentation not allowing empty [\#142](https://github.com/adiwg/mdJson-schemas/issues/142)
2
21
 
3
22
  ## [v2.0.3](https://github.com/adiwg/mdJson-schemas/tree/v2.0.3) (2017-03-21)
4
23
  [Full Changelog](https://github.com/adiwg/mdJson-schemas/compare/v2.0.2...v2.0.3)
@@ -28,3 +47,6 @@
28
47
 
29
48
  - Removed old template
30
49
  - Fixed spatialRepresentation ([1833df8](https://github.com/adiwg/mdJson-schemas/commit/1833df80b9324dfbc5eb067821bde4a8011ccc08) )
50
+
51
+
52
+ \* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
@@ -0,0 +1,28 @@
1
+ ## [v2.0.3](https://github.com/adiwg/mdJson-schemas/tree/v2.0.3) (2017-03-21)
2
+ [Full Changelog](https://github.com/adiwg/mdJson-schemas/compare/v2.0.2...v2.0.3)
3
+
4
+ **Fixed bugs:**
5
+
6
+ - georectifiedRepresentation not allowing empty [\#141](https://github.com/adiwg/mdJson-schemas/issues/141)
7
+ - vectorRepresentation not allowing empty [\#142](https://github.com/adiwg/mdJson-schemas/issues/142)
8
+
9
+ ## [v2.0.2](https://github.com/adiwg/mdJson-schemas/tree/v2.0.2) (2017-03-21)
10
+ [Full Changelog](https://github.com/adiwg/mdJson-schemas/compare/v2.0.1...v2.0.2)
11
+
12
+ **Fixed bugs:**
13
+
14
+ - Maintenance 'frequency' is required element [\#140](https://github.com/adiwg/mdJson-schemas/issues/140)
15
+ - Constraint 'type' is required [\#139](https://github.com/adiwg/mdJson-schemas/issues/139)
16
+ - Taxonomy identificationReference is identifier [\#138](https://github.com/adiwg/mdJson-schemas/issues/138)
17
+ - Default Boolean elements to 'false' [\#137](https://github.com/adiwg/mdJson-schemas/issues/137)
18
+ - Typo in description for matching [\#136](https://github.com/adiwg/mdJson-schemas/issues/136)
19
+ - Fix citation date [\#134](https://github.com/adiwg/mdJson-schemas/issues/134)
20
+ - Fix georeferenceableRepresentation gridRepresentation [\#135](https://github.com/adiwg/mdJson-schemas/issues/135)
21
+
22
+ ## [v2.0.1](https://github.com/adiwg/mdJson-schemas/tree/v2.0.1) (2017-03-15)
23
+ [Full Changelog](https://github.com/adiwg/mdJson-schemas/compare/v2.0.0...v2.0.1)
24
+
25
+ **Fixed bugs:**
26
+
27
+ - Removed old template
28
+ - Fixed spatialRepresentation ([1833df8](https://github.com/adiwg/mdJson-schemas/commit/1833df80b9324dfbc5eb067821bde4a8011ccc08) )
@@ -1,6 +1,6 @@
1
1
  module ADIWG
2
2
  module MdjsonSchemas
3
3
  # Current schema version number
4
- VERSION = "2.1.0"
4
+ VERSION = "2.1.1"
5
5
  end
6
6
  end
@@ -46,15 +46,14 @@
46
46
  "$ref": "#/definitions/isoTopicCategory"
47
47
  }, {
48
48
  "title": "not an isoTopicCategory",
49
- "not": {
50
- "type": "object",
51
- "properties": {
52
- "keywordType": {
49
+ "type": "object",
50
+ "properties": {
51
+ "keywordType": {
52
+ "not": {
53
53
  "enum": ["isoTopicCategory"]
54
54
  }
55
55
  }
56
56
  }
57
-
58
57
  }],
59
58
  "definitions": {
60
59
  "keywordObject": {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "id": "schema.json#",
3
3
  "$schema": "http://json-schema.org/draft-04/schema#",
4
- "version": "2.1.0",
4
+ "version": "2.1.1",
5
5
  "description": "schema for ADIwg mdJSON metadata",
6
6
  "example": "../examples/mdJson.json",
7
7
  "type": "object",
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: adiwg-mdjson_schemas
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.0
4
+ version: 2.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Josh Bradley, Stan Smith
@@ -74,11 +74,13 @@ executables: []
74
74
  extensions: []
75
75
  extra_rdoc_files: []
76
76
  files:
77
+ - ".github_changelog_generator"
77
78
  - ".gitignore"
78
79
  - ".travis.yml"
79
80
  - CHANGELOG.md
80
81
  - CREDITS
81
82
  - Gemfile
83
+ - HISTORY.md
82
84
  - LICENSE
83
85
  - README.md
84
86
  - Rakefile
@@ -324,7 +326,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
324
326
  version: '0'
325
327
  requirements: []
326
328
  rubyforge_project:
327
- rubygems_version: 2.4.5
329
+ rubygems_version: 2.6.12
328
330
  signing_key:
329
331
  specification_version: 4
330
332
  summary: JSON schemas for the ADIwg metadata standard