plurimath 0.7.1 → 0.7.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d27853f7e998552c58b54113306cf188d8c8e64bad83cf31a688abc7414dd6d9
4
- data.tar.gz: ccd6b77d70a82d3e2727a65d6f3976e4afc1b3454753ddb7d6a6837206735b7c
3
+ metadata.gz: 68c5bd436055069db4d68d88fcf13f5bf6b06a60392b0846eec79e1b6cf50103
4
+ data.tar.gz: 454baf1fab16e319ade3c52cd4be5104d1d6e61bd817944b119b38e723b6cb89
5
5
  SHA512:
6
- metadata.gz: a8a69ff2bb1379646f798502cfb307adb9df9be44c129da7d1d2bf2ee1cca61086a0d1124e5d22d0460ab166da44ac9a82bf41ba770a097eef4d78f35127635d
7
- data.tar.gz: 48aa6427c4a764e3736a0ca8b7af503bcc1d8000fb2807f5fe42ba902f1cd73221e74384da0ac0f14b482c3792c7941eb59d70699790cc100cad4b6ba5fab60a
6
+ metadata.gz: 13b1df4e1875a76fea760fafd455cef19cf0ba808077420aff2f538ac90f427a97bc23319c649ff48227bb14a42cce7b9e09ae918282d822fb8ca18821dce08b
7
+ data.tar.gz: 42c8370e6610c6fb6a59b80913e6e8886b6489257427133c932640e9a2d13e4b75c56e03951a775eef960fcb61fd686cd8518b54cac809eccb5254bfae5714b3
@@ -127,7 +127,7 @@ module Plurimath
127
127
  end
128
128
 
129
129
  def validate_mathml_fields(field)
130
- field.nil? ? ox_element("mi") : field.to_mathml_without_math_tag
130
+ field&.to_mathml_without_math_tag
131
131
  end
132
132
 
133
133
  def common_math_zone_conversion(field, options = {})
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Plurimath
4
- VERSION = "0.7.1"
4
+ VERSION = "0.7.2"
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.7.1
4
+ version: 0.7.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ribose Inc.
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-12-19 00:00:00.000000000 Z
11
+ date: 2023-12-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: parslet