metanorma-un 0.9.5 → 0.9.8

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: b3c52c1eee77e915cb2903479ad0aaae4873263f13ccb8673dd9fac8a7f8d4dc
4
- data.tar.gz: 96e33cf095bd6a10a1ea8e0688d81a905e2b39dd5d45405c41a362a985715d87
3
+ metadata.gz: e0ae564e3f603f4faa74044e2a42834d8d15a65806ff966eab37fa7770e9b1b7
4
+ data.tar.gz: bac395b53dadcb245c2e84829e15786c7daad9cf8ad04e8b61e428d56f06c8dc
5
5
  SHA512:
6
- metadata.gz: 67ec689fe9c704020966288afb0b7cbe91ae5fb78f24d19075987600aef83716d417ee491ef7b958cda77272628336218254e9f2ae9cddb96f0f9d7426884d19
7
- data.tar.gz: 0af387388c4b3ec39eeecfc77b7a9cf16f8e3a848ac8f375da0f23733eeb106a1cc3ef095c596aec81665e97f9effb01c1a8c29b42fba80ec07f6c35b4a946e9
6
+ metadata.gz: 6ddb21f1c554708486a8bbd25672609c966fd319ec3c673855ca53091e5b8a9d3672239875b825bb9bff5af01fe6fe4c98d50efbd6c6eee4ae544625ee37cd08
7
+ data.tar.gz: 13c7a17aeb5d7d57747c8ba650a6201461124b2a7f54d500c9326771a0d16c1eb88bc21afe78d1f29598992883b204cf1ce6734fbb76fc09d02b196f134eb1b7
@@ -10,6 +10,6 @@ on:
10
10
 
11
11
  jobs:
12
12
  notify:
13
- uses: metanorma/metanorma-build-scripts/.github/workflows/mn-processor-rake.yml@main
13
+ uses: metanorma/ci/.github/workflows/mn-processor-rake.yml@main
14
14
  secrets:
15
15
  pat_token: ${{ secrets.METANORMA_CI_PAT_TOKEN }}
@@ -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
+
@@ -17,17 +17,18 @@ module IsoDoc
17
17
  end
18
18
  end
19
19
 
20
- def inline_header_title(out, node, title)
20
+ def inline_header_title(out, _node, title)
21
21
  out.span **{ class: "zzMoveToFollowing" } do |s|
22
22
  title&.children&.each { |c2| parse(c2, s) }
23
- clausedelimspace(out) if /\S/.match(title&.text)
23
+ clausedelimspace(_node, out) if /\S/.match?(title&.text)
24
24
  end
25
25
  end
26
26
 
27
27
  def is_plenary?(docxml)
28
28
  doctype = docxml&.at(ns("//bibdata/ext/doctype"))&.text
29
- return true if %w(plenary agenda budgetary).include?(doctype)
29
+ return true if %w(plenary agenda budgetary).include?(doctype)
30
30
  return true if docxml&.at(ns("//bibdata/ext/session/*"))
31
+
31
32
  false
32
33
  end
33
34
  end
@@ -91,7 +91,7 @@
91
91
  <div class="info-section">
92
92
  <div class="copyright">
93
93
  <p class="year">
94
- &copy; {{ docyear }} United Nations.
94
+ &#xa9; {{ docyear }} United Nations.
95
95
  </p>
96
96
 
97
97
  <div class="message">
@@ -80,7 +80,7 @@
80
80
  <div class="info-section">
81
81
  <div class="copyright">
82
82
  <p class="year">
83
- &copy; {{ docyear }} United Nations.
83
+ &#xa9; {{ docyear }} United Nations.
84
84
  </p>
85
85
 
86
86
  <div class="message">