plurimath 0.9.10 → 0.9.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: 8cc764c51d0c686e8e45c0ebb2e2a50cd338c80981f2a6dbe3a1d0107fccec42
4
- data.tar.gz: 4c49243889ed994074cead3cccb52d55b9228e0c9394406f5564e02c2b9971a5
3
+ metadata.gz: 2ecaec3071c4b2925d95eceffec830c054c840c7813db4f0b8f4e6e95c366ced
4
+ data.tar.gz: 19adb5616581e744f45805329324b950dcad692c670fa07153579ff71f319d05
5
5
  SHA512:
6
- metadata.gz: 350ff349aeff62bad3d1b34e0184ae79236eb9ecbcca2b8a45e14a9eb73eebf18fe2c01113af0ba0c905f7356cf4c8adf661ae7bbd167e51df217f342db079a4
7
- data.tar.gz: c0bba84f880383d6509f5fb2fa0d843ad8feac38067f7387c5ecb1379d320b90821bd97d3259db72713ab71c5367783626ee74324a49b6fc70f42d885c886976
6
+ metadata.gz: a4d1ee78250433329ab39e542804c8199afcf9afecb43027c76611c9619fc6f4eb72d2e49ff0b93c801d53f2986ee97b926217c0fe99c57898992aa900f12079
7
+ data.tar.gz: 020112a942828e93440ebdc3c95af0a720c8766411f4edf19cca7ec1f39423c67b8808a6cb95ef01e99429dc6f7d06d322f63829b3b2f7a832d2e308fd1aedd9
@@ -288,6 +288,14 @@ module Plurimath
288
288
 
289
289
  def mglyph_value; end
290
290
 
291
+ def __root; end
292
+
293
+ def __parent; end
294
+
295
+ def __root=(_); end
296
+
297
+ def __parent=(_); end
298
+
291
299
  def malignmark=(_); end
292
300
 
293
301
  def mathcolor=(_); end
@@ -10,10 +10,6 @@ module Plurimath
10
10
  mpadded
11
11
  merror
12
12
  ].freeze
13
- SYMBOL_UPDATABLE_FUNCTIONS = %w[
14
- font_style
15
- linebreak
16
- ].freeze
17
13
 
18
14
  private
19
15
 
@@ -120,7 +116,11 @@ module Plurimath
120
116
  value.each_with_index do |val, index|
121
117
  next unless val.is_a?(Math::Symbols::Symbol)
122
118
 
123
- value[index] = mathml_symbol_to_class(val.value)
119
+ if val.temp_mathml_order&.any?
120
+ update_symbol(val, value, index)
121
+ else
122
+ value[index] = mathml_symbol_to_class(val.value)
123
+ end
124
124
  end
125
125
  value
126
126
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Plurimath
4
- VERSION = "0.9.10"
4
+ VERSION = "0.9.11"
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.9.10
4
+ version: 0.9.11
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-09-03 00:00:00.000000000 Z
11
+ date: 2025-11-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: ox