adiwg-mdjson_schemas 2.4.4 → 2.4.5

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: 80b0bcfa7012417b10667ada714e696dde5c2f24
4
- data.tar.gz: a0a16ce6cff445e0064807777ef41e5fad420815
3
+ metadata.gz: a84741aa9ba29d06957dd2f41b822b28acec954b
4
+ data.tar.gz: 2d1bf1d5760b0941ee2cd25017991b42c9705e9e
5
5
  SHA512:
6
- metadata.gz: d482d0190f3f113bc6b4a215989a42f878dec2b741633a531a3de7937336b25998d986972d7bfdfb741e1503830f9b45a4567a07ce6fab8ef0e70d42ef464f64
7
- data.tar.gz: a6b21acc293da2895165db3c30f7f9bcf23da10e0208f5f0403e6baa9d109c4543597f47ef64573053b2810b2185a40d9434de8bc9f4d82529735807ff571b1c
6
+ metadata.gz: 6255c7ced1892b9d823f675df3130a68db6b086079d4717f3745ff96c0895091675c3c8178be867d080690ff8a054a69d30be14a01c0bcf39b8813a439060c0b
7
+ data.tar.gz: 051c4d34c73cefacc954fb7c38389638a664a390eb1268553e25551512d4bd414e4437ba55fa722ecc65f0e426c490b72f186cd021cdb8b390659deb3f5cd4bf
data/CHANGELOG.md CHANGED
@@ -1,13 +1,31 @@
1
1
  # Change Log
2
2
 
3
- ## [v2.4.3](https://github.com/adiwg/mdJson-schemas/tree/v2.4.3)
3
+ ## [v2.4.5](https://github.com/adiwg/mdJson-schemas/tree/v2.4.5)
4
4
 
5
- [Full Changelog](https://github.com/adiwg/mdJson-schemas/compare/v2.4.2...v2.4.3)
5
+ [Full Changelog](https://github.com/adiwg/mdJson-schemas/compare/v2.4.4...v2.4.5)
6
+
7
+ **Merged pull requests:**
8
+
9
+ - Update mdJson.json example for schema version 2.4.4 [\#198](https://github.com/adiwg/mdJson-schemas/pull/198) ([stansmith907](https://github.com/stansmith907))
10
+
11
+ ## [v2.4.4](https://github.com/adiwg/mdJson-schemas/tree/v2.4.4) (2018-02-21)
12
+ [Full Changelog](https://github.com/adiwg/mdJson-schemas/compare/v2.4.3...v2.4.4)
13
+
14
+ **Implemented enhancements:**
15
+
16
+ - entityAttribute 2.0 [\#84](https://github.com/adiwg/mdJson-schemas/issues/84)
17
+
18
+ **Fixed bugs:**
19
+
20
+ - addressType required [\#185](https://github.com/adiwg/mdJson-schemas/issues/185)
6
21
 
7
22
  **Merged pull requests:**
8
23
 
9
24
  - Update mdJson.json example [\#183](https://github.com/adiwg/mdJson-schemas/pull/183) ([stansmith907](https://github.com/stansmith907))
10
25
 
26
+ ## [v2.4.3](https://github.com/adiwg/mdJson-schemas/tree/v2.4.3) (2018-02-03)
27
+ [Full Changelog](https://github.com/adiwg/mdJson-schemas/compare/v2.4.2...v2.4.3)
28
+
11
29
  ## [v2.4.2](https://github.com/adiwg/mdJson-schemas/tree/v2.4.2) (2018-01-25)
12
30
  [Full Changelog](https://github.com/adiwg/mdJson-schemas/compare/v2.4.1...v2.4.2)
13
31
 
@@ -29,7 +47,6 @@
29
47
  **Implemented enhancements:**
30
48
 
31
49
  - dataDictionary rule change [\#172](https://github.com/adiwg/mdJson-schemas/issues/172)
32
- - entityAttribute rule change [\#168](https://github.com/adiwg/mdJson-schemas/issues/168)
33
50
  - entity rule change [\#167](https://github.com/adiwg/mdJson-schemas/issues/167)
34
51
  - domain rule change [\#166](https://github.com/adiwg/mdJson-schemas/issues/166)
35
52
  - valueRange new object [\#165](https://github.com/adiwg/mdJson-schemas/issues/165)
data/examples/mdJson.json CHANGED
@@ -2830,6 +2830,11 @@
2830
2830
  },
2831
2831
  {
2832
2832
  "transferSize": 10.9,
2833
+ "onlineOption": [
2834
+ {
2835
+ "uri": "http://ISO.uri/adiwg/3"
2836
+ }
2837
+ ],
2833
2838
  "distributionFormat": [
2834
2839
  {
2835
2840
  "formatSpecification": {
@@ -1,6 +1,6 @@
1
1
  module ADIWG
2
2
  module MdjsonSchemas
3
3
  # Current schema version number
4
- VERSION = "2.4.4"
4
+ VERSION = "2.4.5"
5
5
  end
6
6
  end
data/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mdjson-schemas",
3
- "version": "2.4.4",
3
+ "version": "2.4.5",
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.4.4",
4
+ "version": "2.4.5",
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.4
4
+ version: 2.4.5
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-02-21 00:00:00.000000000 Z
11
+ date: 2018-03-14 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.5.2
342
+ rubygems_version: 2.6.8
343
343
  signing_key:
344
344
  specification_version: 4
345
345
  summary: JSON schemas for the ADIwg metadata standard