adiwg-mdtranslator 2.18.0 → 2.18.1
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: 6ac1556593ab6171e10036125173a2bd97cdb8117bb498bf5f9b84a282c6e71e
|
4
|
+
data.tar.gz: 12c0ed7ea97474e133a25236bff51acc24a556a0331254f704130fea6b85f03d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1c8524470eb708210a3080b5c078b2e159548d69e6a3abbd2a58e44d97a9d684bec354fa152954e56304ec44a2d98745827ccf54bd50e9565f3cb6d5c76a5ee0
|
7
|
+
data.tar.gz: 2b9d00fea3e10cc7c0cadda0f1db04bb3e072eb38b0c3a6454640a239baa3a220b2af82017e7989e5f3c3cd544ea61b6485d1db369c9b0a7f4521ebee42c8f88
|
data/adiwg-mdtranslator.gemspec
CHANGED
@@ -34,7 +34,7 @@ Gem::Specification.new do |spec|
|
|
34
34
|
spec.add_runtime_dependency "thor", "~> 0.19"
|
35
35
|
spec.add_runtime_dependency "uuidtools", "~> 2.1"
|
36
36
|
spec.add_runtime_dependency "json-schema", "~> 2.7"
|
37
|
-
spec.add_runtime_dependency "adiwg-mdjson_schemas", ">=2.8"
|
37
|
+
spec.add_runtime_dependency "adiwg-mdjson_schemas", ">= 2.8"
|
38
38
|
spec.add_runtime_dependency "adiwg-mdcodes", "~> 2.8"
|
39
39
|
spec.add_runtime_dependency "jbuilder", "~> 2.5"
|
40
40
|
spec.add_runtime_dependency "kramdown", "~> 1.13"
|
@@ -15,7 +15,7 @@ module ADIWG
|
|
15
15
|
json.type hMethod[:type]
|
16
16
|
json.dateTime hMethod[:dateTime]
|
17
17
|
json.methodDescription hMethod[:methodDescription]
|
18
|
-
json.evaluationProcedure Citation.build(hMethod[:
|
18
|
+
json.evaluationProcedure Citation.build(hMethod[:evaluationProcedure])
|
19
19
|
json.referenceDocument @Namespace.json_map(hMethod[:referenceDocument], Citation)
|
20
20
|
json.evaluationMethodType hMethod[:evaluationMethodType]
|
21
21
|
json.deductiveSource hMethod[:deductiveSource]
|