metanorma-iso 3.4.6 → 3.4.7

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: 55dfe96e650ca067066f2110879c8922a011fa252f5771a06bde82aed595f3a7
4
- data.tar.gz: 01d0e83ff3587fe1bf21172f398fb37dbc74d14bc1f0bd6a9035c7402d5eeb10
3
+ metadata.gz: 0af54faafa49b9a295ffdbe60b9ab015f6a097bf130283dbfb043fb96be24714
4
+ data.tar.gz: 0f882ef90048ea6f2dad7aacc0ec647561be2d767a463488986f300521bd10e5
5
5
  SHA512:
6
- metadata.gz: 5c4c76336345849b312496213df87c3204fade1a8684e896d2483fe77b11da7d22fcde79089e7cf8c88ec30524bbf2f8cf0b4e6d0dc1eba3c1fe13b3d9b3c4d1
7
- data.tar.gz: 22210e9813ce6d91a141539d0ee54ca807fcca4c2aeb3e56ae9366fb9efbe16ff6feff81eba59dad53d2ab3ab8c19fb4d435fbef8d33c68e193bbeb9e4c7033e
6
+ metadata.gz: 9f4904edaadda14223f80d4da1e88cf1b436f8dc78b988ef7e515774e81ca8cffecf2dfb4a7fba0cebbb8971d5a0bd0ff815b993fef3a613c5523ccce2ccfa3e
7
+ data.tar.gz: cc9b504554654940a3eccd7be06cf8bfe89dfa866354faa443f22e4020cedfbf85dbd60312dddda87b831306e611caa45c71f234c5a4fa150c448a5cb51c24c1
data/.rubocop.yml CHANGED
@@ -3,8 +3,20 @@
3
3
  inherit_from:
4
4
  - https://raw.githubusercontent.com/riboseinc/oss-guides/main/ci/rubocop.yml
5
5
 
6
+ # Rubocop plugins enabled centrally so every metanorma-org gem picks them up
7
+ # on cimas sync — best practice belongs at the shared-template layer, not
8
+ # per-repo. Per ronaldtse feedback on metanorma/ci#332.
9
+ plugins:
10
+ - rubocop-rspec
11
+ - rubocop-performance
12
+ - rubocop-rake
13
+
6
14
  # local repo-specific modifications
7
15
  # ...
8
16
 
9
17
  AllCops:
10
- TargetRubyVersion: 3.4
18
+ # 3.3 matches the org-wide minimum being pushed via #274 (Raise minimum
19
+ # Ruby version to 3.3 due to EOL of 3.2 on 2026-03-31). Was 3.4 before
20
+ # this commit — 3.4 was above the org's stated minimum and would have
21
+ # applied Rubocop rules that fail-close on gems still targeting 3.3.
22
+ TargetRubyVersion: 3.3
@@ -849,10 +849,6 @@ nav {
849
849
  display: none;
850
850
  }
851
851
  }
852
- #toggle {
853
- margin-left: -4em;
854
- margin-top: -2em;
855
- }
856
852
 
857
853
  @media screen and (min-width: 768px) {
858
854
  .container {
@@ -301,8 +301,6 @@ nav {
301
301
 
302
302
  #toggle {
303
303
  @include sidebarNavToggle(white, black);
304
- margin-left: -4em;
305
- margin-top: -2em;
306
304
  }
307
305
 
308
306
  @media screen and (min-width: 768px) {
@@ -800,8 +800,6 @@ nav {
800
800
  }
801
801
  #toggle {
802
802
  border-right: solid black 1px;
803
- margin-left: -4em;
804
- margin-top: -2em;
805
803
  }
806
804
 
807
805
  @media screen and (min-width: 768px) {
@@ -242,8 +242,6 @@ nav {
242
242
  #toggle {
243
243
  @include sidebarNavToggle(black, #f7f7f7);
244
244
  border-right: solid black 1px;
245
- margin-left: -4em;
246
- margin-top: -2em;
247
245
  }
248
246
 
249
247
  @media screen and (min-width: 768px) {