adiwg-mdcodes 2.9.4.pre.beta.1 → 2.10.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 06541df71613afb7f534df10320441b3a06bbcc4c410c1f87388f65b8a6bee1d
4
- data.tar.gz: 7720c74e196c68acaa6c6364fcfe06742a9c23826614b8dd67146ec57f88f668
3
+ metadata.gz: e45dcab110b344916eab23281ccd460a8fae09cd52f506931a9ea9a59a4dbed0
4
+ data.tar.gz: 339d928942d808ab50eedb54e7f30022b0cb9c1571af640e5164fc62f974802c
5
5
  SHA512:
6
- metadata.gz: c4ad9a60335ff66ea7c45850e271fed09387e99852a0f4c7f2f958878feed01a514c12727a5e0846fceabb739a251b64bdb14bebeb764b548630cc244b2795d5
7
- data.tar.gz: 8c242851c319dffff4a51859bd8091a502c7b701488f0f18619cfbd2c423187e69fc318c5080847b451820bccd74c1dc123225121a85cbe0ffd5fd0828804146
6
+ metadata.gz: 50f57f5cabf4ad65e251cb0010aaafec572ee78d5f08ed52a4730866e6707b620c8ecce5acc3172de81beeae662c4b63075df579161b457dbf05f851e3fdaa8c
7
+ data.tar.gz: 1e891b78d38cd922077e0f192e07dd0cbd05905228d5e1d5dbf11ecd3f83df904303ea447bce8d480a9dc60d52b65d54694c40052020e62560a3fe22b14ad7e9
data/.gitignore CHANGED
@@ -24,4 +24,5 @@ dev
24
24
  mkmf.log
25
25
  node_modules
26
26
  resources/js
27
+ resources/json
27
28
  .vscode
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- adiwg-mdcodes (2.9.4.pre.beta.1)
4
+ adiwg-mdcodes (2.10.0)
5
5
  json (~> 2.0)
6
6
 
7
7
  GEM
@@ -30,7 +30,7 @@
30
30
 
31
31
  module ADIWG
32
32
  module Mdcodes
33
- VERSION = "2.9.4-beta.1"
33
+ VERSION = "2.10.0"
34
34
  end
35
35
  end
36
36
 
data/package-lock.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "mdcodes",
3
- "version": "2.9.4-beta.1",
3
+ "version": "2.10.0",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "mdcodes",
9
- "version": "2.9.4-beta.1",
9
+ "version": "2.10.0",
10
10
  "license": "Unlicense",
11
11
  "dependencies": {
12
12
  "buildify": "github:powmedia/buildify#20458a121411f759dcc5ec1b441695eb7fc2b3b7",
data/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mdcodes",
3
- "version": "2.9.4-beta.1",
3
+ "version": "2.10.0",
4
4
  "main": "index.js",
5
5
  "description": "CodeLists for ADIwg mdJSON",
6
6
  "repository": {
@@ -26,7 +26,7 @@
26
26
  },
27
27
  "scripts": {
28
28
  "prepublishOnly": "scripts/prepublish.js",
29
- "build": "npm i --force && grunt convert && grunt concat-json && npm run prepublishOnly"
29
+ "build": "bundle && npm i --force && grunt convert && grunt concat-json && npm run prepublishOnly"
30
30
  },
31
31
  "dependencies": {
32
32
  "buildify": "github:powmedia/buildify#20458a121411f759dcc5ec1b441695eb7fc2b3b7",
@@ -8,18 +8,18 @@ sourceName: "ADIwg_DataQualityElement"
8
8
  extensible: true
9
9
  description: "ISO data quality element class names"
10
10
  codelist:
11
- - { code: "001", codeName: AbsolutePositionalAccuracy, description: "closeness of reported coordinate values to values accepted as or being true" }
12
- - { code: "002", codeName: RelativePositionalAccuracy, description: "closeness of the relative positions of features in the scope to their respective relative positions accepted as or being true" }
13
- - { code: "003", codeName: GriddedDataPositionalAccuracy, description: "closeness of gridded data position values to values accepted as or being true" }
14
- - { code: "004", codeName: ConceptualConsistency, description: "adherence to rules of the conceptual schema" }
15
- - { code: "005", codeName: DomainConsistency, description: "adherence of values to the value domains" }
16
- - { code: "006", codeName: FormatConsistency, description: "degree to which data is stored in accordance with the physical structure of the dataset, as described by the scope" }
17
- - { code: "007", codeName: TopologicalConsistency, description: "correctness of the explicitly encoded topological characteristics of the dataset as described by the scope" }
18
- - { code: "008", codeName: ThematicClassificationCorrectness, description: "comparison of the classes assigned to features or their attributes to a universe of discourse" }
19
- - { code: "009", codeName: NonQuantitativeAttributeCorrectness, description: "correctness of non-quantitative attributes" }
20
- - { code: "010", codeName: QuantitativeAttributeAccuracy, description: "accuracy of quantitative attributes" }
21
- - { code: "011", codeName: AccuracyOfATimeMeasurement, description: "correctness of the temporal references of an item (reporting of error in time measurement)" }
22
- - { code: "012", codeName: TemporalValidity, description: "validity of data specified by the scope with respect to time" }
23
- - { code: "013", codeName: TemporalConsistency, description: "correctness of ordered events or sequences, if reported" }
24
- - { code: "014", codeName: Commission, description: "excess data present in the dataset, as described by the scope" }
25
- - { code: "015", codeName: Omission, description: "data absent from the dataset, as described by the scope" }
11
+ - { code: "001", codeName: DQ_AbsoluteExternalPositionalAccuracy, description: "closeness of reported coordinate values to values accepted as or being true" }
12
+ - { code: "002", codeName: DQ_RelativeInternalPositionalAccuracy, description: "closeness of the relative positions of features in the scope to their respective relative positions accepted as or being true" }
13
+ - { code: "003", codeName: DQ_GriddedDataPositionalAccuracy, description: "closeness of gridded data position values to values accepted as or being true" }
14
+ - { code: "004", codeName: DQ_ConceptualConsistency, description: "adherence to rules of the conceptual schema" }
15
+ - { code: "005", codeName: DQ_DomainConsistency, description: "adherence of values to the value domains" }
16
+ - { code: "006", codeName: DQ_FormatConsistency, description: "degree to which data is stored in accordance with the physical structure of the dataset, as described by the scope" }
17
+ - { code: "007", codeName: DQ_TopologicalConsistency, description: "correctness of the explicitly encoded topological characteristics of the dataset as described by the scope" }
18
+ - { code: "008", codeName: DQ_ThematicClassificationCorrectness, description: "comparison of the classes assigned to features or their attributes to a universe of discourse" }
19
+ - { code: "009", codeName: DQ_NonQuantitativeAttributeCorrectness, description: "correctness of non-quantitative attributes" }
20
+ - { code: "010", codeName: DQ_QuantitativeAttributeAccuracy, description: "accuracy of quantitative attributes" }
21
+ - { code: "011", codeName: DQ_AccuracyOfATimeMeasurement, description: "correctness of the temporal references of an item (reporting of error in time measurement)" }
22
+ - { code: "012", codeName: DQ_TemporalValidity, description: "validity of data specified by the scope with respect to time" }
23
+ - { code: "013", codeName: DQ_TemporalConsistency, description: "correctness of ordered events or sequences, if reported" }
24
+ - { code: "014", codeName: DQ_CompletenessCommission, description: "excess data present in the dataset, as described by the scope" }
25
+ - { code: "015", codeName: DQ_CompletenessOmission, description: "data absent from the dataset, as described by the scope" }
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: adiwg-mdcodes
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.9.4.pre.beta.1
4
+ version: 2.10.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - stansmith907, jlblcc
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-05-10 00:00:00.000000000 Z
11
+ date: 2024-05-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -168,9 +168,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
168
168
  version: '0'
169
169
  required_rubygems_version: !ruby/object:Gem::Requirement
170
170
  requirements:
171
- - - ">"
171
+ - - ">="
172
172
  - !ruby/object:Gem::Version
173
- version: 1.3.1
173
+ version: '0'
174
174
  requirements: []
175
175
  rubygems_version: 3.1.6
176
176
  signing_key: