plurimath 0.8.21 → 0.8.22

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: b3a7ae1abcf2006337731693d6db921907fd0e2d88b1a5c51fe7816d93f8f344
4
- data.tar.gz: 69f61049df44aed7a64d150c28beba03acaf5955fdd75c8e7b38601df52e1d7b
3
+ metadata.gz: 1d953877116a1cde6c6fb11fb6d0d48da2450510d3fe0747318296ae6e8f5018
4
+ data.tar.gz: 310d30cfcab0601cae76b669e516801552036e9438c3f2a45df1d3a0d88dede5
5
5
  SHA512:
6
- metadata.gz: 06e23a1f2a49fd6eec9200860fa374d955fa4655fbe3ac6cadd61e018e37f278bcdfa4d378586577bccafb04b82f1c96412a65113e0e84ff70c5f62cde29adb6
7
- data.tar.gz: 9a98624fe8d07c680c1dd01675f22fe03b45924e6d9acf8732a9373db4f16a934d3f0de4a02adbc10176a9f4b8d39f4ca80cc10be3088daceab7cdcca40b928e
6
+ metadata.gz: 22db9733cd7c65cde67cc87d461614be443ba0e2b049198807a706c27f21fbfcd0367a0bdaf975b097dd2b0a6c75d448f86b2b5ad796d70282a13e1bc8955382
7
+ data.tar.gz: f439f1cbb88d778b17c36b2730ee93994e44ecdad9b8c910e299f1e9cbdace2d01f92c4ea214ba8c578e30a8bb66168a5a081a1896512ec9ef2e94a451f3228b
@@ -68,6 +68,9 @@ module Plurimath
68
68
  end
69
69
 
70
70
  def to_omml_without_math_tag(_, **)
71
+ # TODO: remove this condition once to word rendering issue is resolved, plurimath/plurimath/pull/328
72
+ return if value == "⁢"
73
+
71
74
  value
72
75
  end
73
76
 
@@ -80,6 +83,9 @@ module Plurimath
80
83
  end
81
84
 
82
85
  def insert_t_tag(_, options:)
86
+ # TODO: remove this condition once to word rendering issue is resolved, plurimath/plurimath/pull/328
87
+ return if value == "⁢"
88
+
83
89
  [(Utility.ox_element("r", namespace: "m") << t_tag(options: options))]
84
90
  end
85
91
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Plurimath
4
- VERSION = "0.8.21"
4
+ VERSION = "0.8.22"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: plurimath
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.21
4
+ version: 0.8.22
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ribose Inc.
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2025-01-26 00:00:00.000000000 Z
11
+ date: 2025-01-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: ox