adiwg-mdjson_schemas 2.8.1 → 2.9.1

Sign up to get free protection for your applications and to get access to all the features.
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.8.1
4
+ version: 2.9.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: 2023-09-13 00:00:00.000000000 Z
11
+ date: 2024-03-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -70,16 +70,16 @@ dependencies:
70
70
  name: adiwg-mdcodes
71
71
  requirement: !ruby/object:Gem::Requirement
72
72
  requirements:
73
- - - "~>"
73
+ - - '='
74
74
  - !ruby/object:Gem::Version
75
- version: 2.7.5
75
+ version: 2.9.2
76
76
  type: :development
77
77
  prerelease: false
78
78
  version_requirements: !ruby/object:Gem::Requirement
79
79
  requirements:
80
- - - "~>"
80
+ - - '='
81
81
  - !ruby/object:Gem::Version
82
- version: 2.7.5
82
+ version: 2.9.2
83
83
  description: JSON schemas for validating according to the the ADIwg project and data
84
84
  metadata standard. The schemas comply with JSON Schema draft version 4.
85
85
  email:
@@ -96,12 +96,12 @@ files:
96
96
  - CHANGELOG.md
97
97
  - CREDITS
98
98
  - Gemfile
99
+ - Gemfile.lock
99
100
  - HISTORY.md
100
101
  - LICENSE
101
102
  - README.md
102
103
  - Rakefile
103
104
  - adiwg-json_schemas.gemspec
104
- - bower.json
105
105
  - examples/additionalDocumentation.json
106
106
  - examples/address.json
107
107
  - examples/allocation.json
@@ -163,6 +163,7 @@ files:
163
163
  - examples/phone.json
164
164
  - examples/processStep.json
165
165
  - examples/projection.json
166
+ - examples/rangeElementDescription.json
166
167
  - examples/referenceSystemParameterSet.json
167
168
  - examples/releasability.json
168
169
  - examples/resourceInfo.json
@@ -249,7 +250,9 @@ files:
249
250
  - schema/orderProcess.json
250
251
  - schema/projection.json
251
252
  - schema/qualityMeasure.json
253
+ - schema/qualityResultFile.json
252
254
  - schema/quantitativeResult.json
255
+ - schema/rangeElementDescription.json
253
256
  - schema/referenceSystemParameterSet.json
254
257
  - schema/releasability.json
255
258
  - schema/resourceInfo.json
@@ -358,7 +361,6 @@ files:
358
361
  - test/tc_voucher.rb
359
362
  - test/test.js
360
363
  - test/tu_utils.rb
361
- - yarn.lock
362
364
  homepage: https://github.com/adiwg/mdJson-schemas
363
365
  licenses:
364
366
  - UNLICENSE
data/bower.json DELETED
@@ -1,29 +0,0 @@
1
- {
2
- "name": "mdjson-schemas",
3
- "homepage": "https://github.com/adiwg/mdJson-schemas",
4
- "authors": [
5
- "Josh Bradley <jbradley@arcticlcc.org>"
6
- ],
7
- "description": "JSON schemas, examples, and templates for ADIwg metadata standards",
8
- "main": "schema/schema.json",
9
- "keywords": [
10
- "json",
11
- "json-schema",
12
- "metadata",
13
- "ADIwg"
14
- ],
15
- "license": "Unlicense",
16
- "ignore": [
17
- "**/.*",
18
- "node_modules",
19
- "bower_components",
20
- "test",
21
- "tests",
22
- "lib",
23
- "*.gemspec",
24
- "Gemfile",
25
- "Gemfile.lock",
26
- "pkg",
27
- "Rakefile"
28
- ]
29
- }