metanorma-iec 2.1.5 → 2.1.8
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.github/workflows/rake.yml +1 -1
- data/.github/workflows/release.yml +24 -0
- data/lib/isodoc/iec/html/html_iec_titlepage.html +2 -2
- data/lib/isodoc/iec/iec.international-standard.xsl +3534 -2917
- data/lib/metanorma/iec/biblio.rng +8 -5
- data/lib/metanorma/iec/isodoc.rng +6 -1
- data/lib/metanorma/iec/reqt.rng +1 -1
- data/lib/metanorma/iec/version.rb +1 -1
- data/lib/metanorma-iec.rb +2 -1
- data/metanorma-iec.gemspec +1 -1
- data/spec/isodoc/iev_spec.rb +2 -2
- data/spec/isodoc/ref_spec.rb +117 -116
- data/spec/metanorma/base_spec.rb +0 -10
- data/spec/metanorma/iev_spec.rb +9 -5
- metadata +9 -11
- data/lib/isodoc/iec/html/htmlstyle.css +0 -1017
- data/lib/isodoc/iec/html/isodoc.css +0 -865
- data/lib/isodoc/iec/html/wordstyle.css +0 -2059
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0e527d84c01c2fec15944e1fd17ab3f2fbb26f89d709e4cdcb16469976a1ff56
|
4
|
+
data.tar.gz: de81afc3ff72dcc616e0ca0a58c771215b0ccca07f0f0ddefef7925bc34d07bc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9b27a083093bacd9bb02bd57968f228be5261a49667c98452b51509f492d465ae2cdc18f87c4fc6fef0c3f1067a4a2122aad9ab4fc57d07923b650b8dceb6421
|
7
|
+
data.tar.gz: b500e4f510aaa241426bef0a2520c87faa136194e710213cc82f70e86dbb54d0da29c3d42bcf123f8cf57ae6521e433f7b870e87e6e51c8170ff03cd2d447969
|
data/.github/workflows/rake.yml
CHANGED
@@ -0,0 +1,24 @@
|
|
1
|
+
# Auto-generated by Cimas: Do not edit it manually!
|
2
|
+
# See https://github.com/metanorma/cimas
|
3
|
+
name: release
|
4
|
+
|
5
|
+
on:
|
6
|
+
workflow_dispatch:
|
7
|
+
inputs:
|
8
|
+
next_version:
|
9
|
+
description: |
|
10
|
+
Next release version. Possible values: x.y.z, major, minor, patch or pre|rc|etc
|
11
|
+
required: true
|
12
|
+
default: 'skip'
|
13
|
+
push:
|
14
|
+
tags: [ v* ]
|
15
|
+
|
16
|
+
jobs:
|
17
|
+
release:
|
18
|
+
uses: metanorma/ci/.github/workflows/rubygems-release.yml@main
|
19
|
+
with:
|
20
|
+
next_version: ${{ github.event.inputs.next_version }}
|
21
|
+
secrets:
|
22
|
+
rubygems-api-key: ${{ secrets.METANORMA_CI_RUBYGEMS_API_KEY }}
|
23
|
+
pat_token: ${{ secrets.METANORMA_CI_PAT_TOKEN }}
|
24
|
+
|
@@ -18,7 +18,7 @@
|
|
18
18
|
<p class="coverpage_techcommittee"><a
|
19
19
|
name="CVP_Secretariat_Loca">Secretariat</a>: {{ secretariat }}</p>
|
20
20
|
|
21
|
-
<div class="doctitle-en"><div><span class="title">{{ doctitleintro }}{% if doctitleintro and doctitlemain %}
|
21
|
+
<div class="doctitle-en"><div><span class="title">{{ doctitleintro }}{% if doctitleintro and doctitlemain %} — {% endif %}</span><span class="subtitle">{{ doctitlemain }}{% if doctitlemain and doctitlepart %} —{% endif %}</span>
|
22
22
|
{% if doctitlepart %}
|
23
23
|
</div><div class="doctitle-part">
|
24
24
|
{% if doctitlepartlabel %}<span class="partlabel">{{ doctitlepartlabel }}: </span>{% endif %}
|
@@ -26,7 +26,7 @@ name="CVP_Secretariat_Loca">Secretariat</a>: {{ secretariat }}</p>
|
|
26
26
|
{% endif %}
|
27
27
|
</div></div>
|
28
28
|
|
29
|
-
<div class="doctitle-fr"><div><span class="title">{{ docsubtitleintro }}{% if docsubtitleintro and docsubtitlemain %}
|
29
|
+
<div class="doctitle-fr"><div><span class="title">{{ docsubtitleintro }}{% if docsubtitleintro and docsubtitlemain %} — {% endif %}</span><span class="subtitle">{{ docsubtitlemain }}{% if docsubtitlemain and docsubtitlepart %} —{% endif %}</span>
|
30
30
|
{% if docsubtitlepart %}
|
31
31
|
</div><div>
|
32
32
|
{% if docsubtitlepartlabel %}<span class="partlabel">{{ docsubtitlepartlabel }}: </span>{% endif %}
|