adiwg-mdjson_schemas 2.8.1 → 2.9.0

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.0
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-02-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -72,14 +72,14 @@ dependencies:
72
72
  requirements:
73
73
  - - "~>"
74
74
  - !ruby/object:Gem::Version
75
- version: 2.7.5
75
+ version: 2.9.0
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.0
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:
@@ -101,7 +101,6 @@ files:
101
101
  - README.md
102
102
  - Rakefile
103
103
  - adiwg-json_schemas.gemspec
104
- - bower.json
105
104
  - examples/additionalDocumentation.json
106
105
  - examples/address.json
107
106
  - examples/allocation.json
@@ -163,6 +162,7 @@ files:
163
162
  - examples/phone.json
164
163
  - examples/processStep.json
165
164
  - examples/projection.json
165
+ - examples/rangeElementDescription.json
166
166
  - examples/referenceSystemParameterSet.json
167
167
  - examples/releasability.json
168
168
  - examples/resourceInfo.json
@@ -249,7 +249,9 @@ files:
249
249
  - schema/orderProcess.json
250
250
  - schema/projection.json
251
251
  - schema/qualityMeasure.json
252
+ - schema/qualityResultFile.json
252
253
  - schema/quantitativeResult.json
254
+ - schema/rangeElementDescription.json
253
255
  - schema/referenceSystemParameterSet.json
254
256
  - schema/releasability.json
255
257
  - schema/resourceInfo.json
@@ -358,7 +360,6 @@ files:
358
360
  - test/tc_voucher.rb
359
361
  - test/test.js
360
362
  - test/tu_utils.rb
361
- - yarn.lock
362
363
  homepage: https://github.com/adiwg/mdJson-schemas
363
364
  licenses:
364
365
  - 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
- }