metanorma-mpfd 0.3.17 → 0.3.18
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 +4 -4
- data/.github/workflows/macos.yml +2 -2
- data/.github/workflows/ubuntu.yml +4 -2
- data/.github/workflows/windows.yml +2 -3
- data/lib/asciidoctor/mpfd/biblio.rng +53 -26
- data/lib/asciidoctor/mpfd/isodoc.rng +28 -1
- data/lib/isodoc/mpfd/html/scripts.html +4 -20
- data/lib/metanorma/mpfd/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3a024a386fce8074472a3bb908e74727c52d6207db2d3bd4d5c3993cdefd3af3
|
|
4
|
+
data.tar.gz: a15a85b4a09d731832a1aa569661572550fe64e23bf5d1e2aa5d9b921f748a65
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: dd77b4ba31e05d09a09ecdf58cbf320c8e3eb0cd51f321f699abf5307b2576f104ca2ef9602a086e6d48e1db5e3360de615347f84342636ff26629e61bb8ed28
|
|
7
|
+
data.tar.gz: 170f69b584bfc32a2ef55c44b9d921ba06af79ca3b5d5f251046c3a6962fc254f537841d6eeb585f2996401557b6c573fe5ac9e48caef8af740b1dc17cc4d013
|
data/.github/workflows/macos.yml
CHANGED
|
@@ -29,10 +29,10 @@ jobs:
|
|
|
29
29
|
- name: Use Node
|
|
30
30
|
uses: actions/setup-node@v1
|
|
31
31
|
with:
|
|
32
|
-
node-version: '
|
|
32
|
+
node-version: '12'
|
|
33
33
|
- name: Install Puppeteer
|
|
34
34
|
run: |
|
|
35
|
-
npm install -g puppeteer
|
|
35
|
+
npm install -g puppeteer@3.0.1
|
|
36
36
|
- name: Run specs
|
|
37
37
|
run: |
|
|
38
38
|
bundle exec rake
|
|
@@ -29,10 +29,12 @@ jobs:
|
|
|
29
29
|
- name: Use Node
|
|
30
30
|
uses: actions/setup-node@v1
|
|
31
31
|
with:
|
|
32
|
-
node-version: '
|
|
32
|
+
node-version: '12'
|
|
33
33
|
- name: Install Puppeteer
|
|
34
34
|
run: |
|
|
35
|
-
|
|
35
|
+
sudo apt-get update
|
|
36
|
+
sudo apt-get install libgbm1
|
|
37
|
+
npm install -g puppeteer@3.0.1
|
|
36
38
|
- name: Run specs
|
|
37
39
|
run: |
|
|
38
40
|
bundle exec rake
|
|
@@ -27,15 +27,14 @@ jobs:
|
|
|
27
27
|
run: |
|
|
28
28
|
gem install bundler
|
|
29
29
|
bundle config --local path vendor/bundle
|
|
30
|
-
bundle update
|
|
31
30
|
bundle install --jobs 4 --retry 3
|
|
32
31
|
- name: Use Node
|
|
33
32
|
uses: actions/setup-node@v1
|
|
34
33
|
with:
|
|
35
|
-
node-version: '
|
|
34
|
+
node-version: '12'
|
|
36
35
|
- name: Install Puppeteer
|
|
37
36
|
run: |
|
|
38
|
-
npm install -g puppeteer
|
|
37
|
+
npm install -g puppeteer@3.0.1
|
|
39
38
|
- name: Run specs
|
|
40
39
|
run: |
|
|
41
40
|
bundle exec rake
|
|
@@ -767,6 +767,8 @@
|
|
|
767
767
|
<value>unchanged</value>
|
|
768
768
|
<value>circulated</value>
|
|
769
769
|
<value>adapted</value>
|
|
770
|
+
<value>vote-started</value>
|
|
771
|
+
<value>vote-ended</value>
|
|
770
772
|
</choice>
|
|
771
773
|
</define>
|
|
772
774
|
<define name="bdate">
|
|
@@ -1019,38 +1021,63 @@
|
|
|
1019
1021
|
</define>
|
|
1020
1022
|
<define name="DocRelationType">
|
|
1021
1023
|
<choice>
|
|
1022
|
-
<value>obsoletes</value>
|
|
1023
|
-
<value>obsoletedBy</value>
|
|
1024
|
-
<value>supersedes</value>
|
|
1025
|
-
<value>supersededBy</value>
|
|
1026
|
-
<value>updates</value>
|
|
1027
|
-
<value>updatedBy</value>
|
|
1028
|
-
<value>complements</value>
|
|
1029
|
-
<value>derivedFrom</value>
|
|
1030
|
-
<value>translatedFrom</value>
|
|
1031
|
-
<value>hasTranslation</value>
|
|
1032
|
-
<value>adoptedFrom</value>
|
|
1033
|
-
<value>equivalent</value>
|
|
1034
|
-
<value>identical</value>
|
|
1035
|
-
<value>nonequivalent</value>
|
|
1036
|
-
<value>includedIn</value>
|
|
1037
1024
|
<value>includes</value>
|
|
1038
|
-
<value>
|
|
1039
|
-
<value>instanceOf</value>
|
|
1040
|
-
<value>partOf</value>
|
|
1025
|
+
<value>includedIn</value>
|
|
1041
1026
|
<value>hasPart</value>
|
|
1042
|
-
<value>
|
|
1043
|
-
<value>draftOf</value>
|
|
1027
|
+
<value>partOf</value>
|
|
1044
1028
|
<value>merges</value>
|
|
1029
|
+
<value>mergedInto</value>
|
|
1045
1030
|
<value>splits</value>
|
|
1046
|
-
<value>
|
|
1047
|
-
<value>
|
|
1048
|
-
<value>
|
|
1049
|
-
<value>
|
|
1050
|
-
<value>
|
|
1051
|
-
<value>
|
|
1031
|
+
<value>splitInto</value>
|
|
1032
|
+
<value>instance</value>
|
|
1033
|
+
<value>hasInstance</value>
|
|
1034
|
+
<value>exemplarOf</value>
|
|
1035
|
+
<value>hasExemplar</value>
|
|
1036
|
+
<value>manifestationOf</value>
|
|
1037
|
+
<value>hasManifestation</value>
|
|
1038
|
+
<value>reproductionOf</value>
|
|
1039
|
+
<value>hasReproduction</value>
|
|
1040
|
+
<value>reprintOf</value>
|
|
1041
|
+
<value>hasReprint</value>
|
|
1042
|
+
<value>expressionOf</value>
|
|
1043
|
+
<value>hasExpression</value>
|
|
1044
|
+
<value>translatedFrom</value>
|
|
1045
|
+
<value>hasTranslation</value>
|
|
1046
|
+
<value>arrangementOf</value>
|
|
1047
|
+
<value>hasArrangement</value>
|
|
1048
|
+
<value>abridgementOf</value>
|
|
1049
|
+
<value>hasAbridgement</value>
|
|
1050
|
+
<value>annotationOf</value>
|
|
1051
|
+
<value>hasAnnotation</value>
|
|
1052
|
+
<value>draftOf</value>
|
|
1053
|
+
<value>hasDraft</value>
|
|
1054
|
+
<value>editionOf</value>
|
|
1055
|
+
<value>hasEdition</value>
|
|
1056
|
+
<value>updates</value>
|
|
1057
|
+
<value>updatedBy</value>
|
|
1058
|
+
<value>derivedFrom</value>
|
|
1059
|
+
<value>derives</value>
|
|
1052
1060
|
<value>describes</value>
|
|
1053
1061
|
<value>describedBy</value>
|
|
1062
|
+
<value>catalogues</value>
|
|
1063
|
+
<value>cataloguedBy</value>
|
|
1064
|
+
<value>hasSuccessor</value>
|
|
1065
|
+
<value>successorOf</value>
|
|
1066
|
+
<value>adaptedFrom</value>
|
|
1067
|
+
<value>hasAdaptation</value>
|
|
1068
|
+
<value>adoptedFrom</value>
|
|
1069
|
+
<value>adoptedAs</value>
|
|
1070
|
+
<value>reviewOf</value>
|
|
1071
|
+
<value>hasReview</value>
|
|
1072
|
+
<value>commentaryOf</value>
|
|
1073
|
+
<value>hasCommentary</value>
|
|
1074
|
+
<value>related</value>
|
|
1075
|
+
<value>complements</value>
|
|
1076
|
+
<value>complementOf</value>
|
|
1077
|
+
<value>obsoletes</value>
|
|
1078
|
+
<value>obsoletedBy</value>
|
|
1079
|
+
<value>cited</value>
|
|
1080
|
+
<value>isCitedIn</value>
|
|
1054
1081
|
</choice>
|
|
1055
1082
|
</define>
|
|
1056
1083
|
<define name="docrelation">
|
|
@@ -303,8 +303,23 @@
|
|
|
303
303
|
<ref name="paragraph"/>
|
|
304
304
|
</element>
|
|
305
305
|
</define>
|
|
306
|
+
<define name="TextElement" combine="choice">
|
|
307
|
+
<ref name="concept"/>
|
|
308
|
+
</define>
|
|
306
309
|
</include>
|
|
307
310
|
<!-- end overrides -->
|
|
311
|
+
<define name="concept">
|
|
312
|
+
<element name="concept">
|
|
313
|
+
<optional>
|
|
314
|
+
<attribute name="term"/>
|
|
315
|
+
</optional>
|
|
316
|
+
<choice>
|
|
317
|
+
<ref name="eref"/>
|
|
318
|
+
<ref name="xref"/>
|
|
319
|
+
<ref name="termref"/>
|
|
320
|
+
</choice>
|
|
321
|
+
</element>
|
|
322
|
+
</define>
|
|
308
323
|
<define name="BasicBlock" combine="choice">
|
|
309
324
|
<choice>
|
|
310
325
|
<ref name="requirement"/>
|
|
@@ -911,7 +926,10 @@
|
|
|
911
926
|
</define>
|
|
912
927
|
<define name="origin">
|
|
913
928
|
<element name="origin">
|
|
914
|
-
<
|
|
929
|
+
<choice>
|
|
930
|
+
<ref name="erefType"/>
|
|
931
|
+
<ref name="termref"/>
|
|
932
|
+
</choice>
|
|
915
933
|
</element>
|
|
916
934
|
</define>
|
|
917
935
|
<define name="modification">
|
|
@@ -919,6 +937,15 @@
|
|
|
919
937
|
<ref name="paragraph"/>
|
|
920
938
|
</element>
|
|
921
939
|
</define>
|
|
940
|
+
<define name="termref">
|
|
941
|
+
<element name="termref">
|
|
942
|
+
<attribute name="base"/>
|
|
943
|
+
<attribute name="target"/>
|
|
944
|
+
<optional>
|
|
945
|
+
<text/>
|
|
946
|
+
</optional>
|
|
947
|
+
</element>
|
|
948
|
+
</define>
|
|
922
949
|
<define name="structuredidentifier">
|
|
923
950
|
<element name="structuredidentifier">
|
|
924
951
|
<optional>
|
|
@@ -1,24 +1,8 @@
|
|
|
1
1
|
<script>
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
'smoothScrolling': true, //enable or disable smooth scrolling on click
|
|
7
|
-
'prefix': 'toc', //prefix for anchor tags and class names
|
|
8
|
-
'onHighlight': function(el) {}, //called when a new section is highlighted
|
|
9
|
-
'highlightOnScroll': true, //add class to heading that is currently in focus
|
|
10
|
-
'highlightOffset': 100, //offset to trigger the next headline
|
|
11
|
-
'anchorName': function(i, heading, prefix) { //custom function for anchor name
|
|
12
|
-
return prefix+i;
|
|
13
|
-
},
|
|
14
|
-
'headerText': function(i, heading, $heading) { //custom function building the header-item text
|
|
15
|
-
return $heading.text();
|
|
16
|
-
},
|
|
17
|
-
'itemClass': function(i, heading, $heading, prefix) { // custom function for item class
|
|
18
|
-
return $heading[0].tagName.toLowerCase();
|
|
19
|
-
}
|
|
20
|
-
});
|
|
21
|
-
|
|
2
|
+
$("#toc").on('click', 'li', function(e) {
|
|
3
|
+
$(this).parent().find('li.toc-active').removeClass('toc-active');
|
|
4
|
+
$(this).addClass('toc-active');
|
|
5
|
+
});
|
|
22
6
|
</script>
|
|
23
7
|
|
|
24
8
|
<script>
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: metanorma-mpfd
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.3.
|
|
4
|
+
version: 0.3.18
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ribose Inc.
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-
|
|
11
|
+
date: 2020-05-01 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: htmlentities
|