metanorma-ribose 2.8.9 → 2.8.11

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 77aa22f23bce2580656b32140d0f798a346343f7909d374b8d125e0ee0808a5c
4
- data.tar.gz: b7f8a1be9b229e045a028793e4bc774b6840e7926616805dd3aa84596f0fbe75
3
+ metadata.gz: 233ffe29adf4a3ae21f01ac42d9373ba2d6473a79fec86cdb87c8cee74dc8fc0
4
+ data.tar.gz: 7f822d8f931d00dbaa058eb3916bb5f415faad768c17f2838596594d67571537
5
5
  SHA512:
6
- metadata.gz: 37b836b133d6db726d9711902ec92505fea0d0de873466b9d7ae7882a7064aa04106edee3c04544072c9e262c30233482ee940398c92603bc1a18798c4833d53
7
- data.tar.gz: 871c6504223f35262f071edcdafa7b8144a86485e217dd9cbb979b7ce2c5f685e7cad73fe09cc4dae8962681dfd52314a437bb8a1ec7043fbe2e3cf0562ab8ee
6
+ metadata.gz: 3ef9903176d1e00321221a802730676f89e0a91e07ffe768e78563efc915fda755738300be623ca1147e6fcd0a145d5ac2c8d6e52ff05741f592aa0125837a64
7
+ data.tar.gz: faba8b3ec1e9f32b1519b347a654f515d54b7de3dd6c9348f47144ba92abdc936baf62486b7108eb9969f48140c39f846ebdd29a85406eae1614512654192397
data/.rubocop.yml CHANGED
@@ -2,6 +2,15 @@
2
2
  # See https://github.com/metanorma/cimas
3
3
  inherit_from:
4
4
  - https://raw.githubusercontent.com/riboseinc/oss-guides/main/ci/rubocop.yml
5
+ # .rubocop_todo.yml MUST be the last entry. inherit_from is last-wins:
6
+ # if listed before oss-guides, the shared config's stricter Metrics/
7
+ # (MethodLength, BlockLength, etc.) rules override the todo's per-file
8
+ # grandfathering, and the todo becomes inert on those cops. Empirically
9
+ # verified on suma 2026-07-06: with todo listed first, 34 Metrics/* offenses
10
+ # remained; moved last, cleared. Every gem in the metanorma-org fleet
11
+ # already ships a `.rubocop_todo.yml` on its live tree (audited 2026-07-06,
12
+ # 54/54 have it), so this reference is safe to emit unconditionally.
13
+ - .rubocop_todo.yml
5
14
 
6
15
  # Rubocop plugins enabled centrally so every metanorma-org gem picks them up
7
16
  # on cimas sync — best practice belongs at the shared-template layer, not
@@ -137,6 +137,10 @@ dl dd {
137
137
  grid-column-start: 2;
138
138
  }
139
139
 
140
+ dl:has(dt .stem) {
141
+ grid-template-columns: fit-content(8em) auto;
142
+ }
143
+
140
144
  b, strong {
141
145
  font-weight: bold;
142
146
  }
@@ -150,6 +154,11 @@ a.FootnoteRef, span.FootnoteRef {
150
154
  vertical-align: super;
151
155
  }
152
156
 
157
+ a.TableFootnoteRef, a.FootnoteRef, a.footnote-number,
158
+ sup a, a:has(> sup) {
159
+ vertical-align: baseline;
160
+ }
161
+
153
162
  .addition {
154
163
  color: blue;
155
164
  }
@@ -1 +1,2 @@
1
1
  table_of_contents: Contents
2
+ subclause: ""