plurimath 0.7.0 → 0.7.1

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: f58b20082cd94488f247f22399522d777ea751a4eba4f21e45a7a792fc6d30f3
4
- data.tar.gz: f6e55fa7493ac10ac6e8ded470ea547640b3b5b53f00ac36c8cf941d56d5cc87
3
+ metadata.gz: d27853f7e998552c58b54113306cf188d8c8e64bad83cf31a688abc7414dd6d9
4
+ data.tar.gz: ccd6b77d70a82d3e2727a65d6f3976e4afc1b3454753ddb7d6a6837206735b7c
5
5
  SHA512:
6
- metadata.gz: 133860ffcca6250cb3bef1e9eb186536685b3697a7d26bcda1d287170d74b9ac98083d352143cc6a9fc3649832229c0e1c3c1963c3e787db4d8b6f992b3f5802
7
- data.tar.gz: 3a2044197aa65f0820961c14a602ca6df69c316e48203b2d448263032837336053715d95c52290b5241486426d000588d632cd820563ddf6466b0f4ab5d46569
6
+ metadata.gz: a8a69ff2bb1379646f798502cfb307adb9df9be44c129da7d1d2bf2ee1cca61086a0d1124e5d22d0460ab166da44ac9a82bf41ba770a097eef4d78f35127635d
7
+ data.tar.gz: 48aa6427c4a764e3736a0ca8b7af503bcc1d8000fb2807f5fe42ba902f1cd73221e74384da0ac0f14b482c3792c7941eb59d70699790cc100cad4b6ba5fab60a
@@ -206,7 +206,7 @@ module Plurimath
206
206
  count = { "m:val": value&.first&.parameter_one&.count }
207
207
  mcjc = { "m:val": "center" }
208
208
  mm = Utility.ox_element("m", namespace: "m")
209
- mpr = Utility.ox_element("mpr", namespace: "m")
209
+ mpr = Utility.ox_element("mPr", namespace: "m")
210
210
  mcs = Utility.ox_element("mcs", namespace: "m")
211
211
  mc = Utility.ox_element("mc", namespace: "m")
212
212
  mcpr = Utility.ox_element("mcPr", namespace: "m")
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Plurimath
4
- VERSION = "0.7.0"
4
+ VERSION = "0.7.1"
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.0
4
+ version: 0.7.1
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-18 00:00:00.000000000 Z
11
+ date: 2023-12-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: parslet