plurimath 0.8.21 → 0.8.22
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/plurimath/math/symbols/symbol.rb +6 -0
- data/lib/plurimath/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1d953877116a1cde6c6fb11fb6d0d48da2450510d3fe0747318296ae6e8f5018
|
4
|
+
data.tar.gz: 310d30cfcab0601cae76b669e516801552036e9438c3f2a45df1d3a0d88dede5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
|
data/lib/plurimath/version.rb
CHANGED
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.
|
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-
|
11
|
+
date: 2025-01-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: ox
|