adiwg-mdtranslator 2.19.0.pre.beta.14 → 2.19.0.pre.beta.15
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
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: abde232472223246472a835a3539385c72cd824bf765eaf448f677f5ae375bbb
|
4
|
+
data.tar.gz: d5b1d65bb84eb1d5d401bd4a1950011f53b642333d293b30137bc05844e660b8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5abaecfccdbf8194c940b4750a6683fd728a862d8a993f3f22a7486a90ca68dcd6e2188af33915783e0dfcf31e82332e9f44e223c2e712d4b428f93e317f28e5
|
7
|
+
data.tar.gz: 79eb4540b6c84924b30aaa9c13bee152478aa3466a8f721ce8ea1a483ed568c5a9794f72a193c9d0fdda1f5436072ece942af21832d6eb2c4ff4da0a3499ef63
|
data/Gemfile.lock
CHANGED
@@ -68,7 +68,7 @@ module ADIWG
|
|
68
68
|
else
|
69
69
|
complete = xComplete.text
|
70
70
|
report = intMetadataClass.newDataQualityReport
|
71
|
-
report[:type] = '
|
71
|
+
report[:type] = 'CompletenessOmission'
|
72
72
|
descriptiveResult = intMetadataClass.newDescriptiveResult
|
73
73
|
descriptiveResult[:statement] = complete
|
74
74
|
report[:descriptiveResult] << descriptiveResult
|
@@ -56,7 +56,7 @@ module ADIWG
|
|
56
56
|
|
57
57
|
# data quality 2.3 (complete) - completion report (not implemented) (required)
|
58
58
|
completeness_report = hDataQuality[:report].find do |report|
|
59
|
-
report[:type] == '
|
59
|
+
report[:type] == 'CompletenessOmission' &&
|
60
60
|
!report.dig(:descriptiveResult, 0, :statement).nil?
|
61
61
|
end
|
62
62
|
|