mml 2.3.5 → 2.3.7

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: d2f675899b728ca8ae66ea735aa372b53d3c3126302547ef675e0a2d02157247
4
- data.tar.gz: 0f9c4233bad5670c2df79e626853006733aa32b9ef493e751672b2822db743e8
3
+ metadata.gz: 47af8c20b7e74aa165f2c37b79c42114fefd3271cb69ede3c80dc684c6009295
4
+ data.tar.gz: 146194a451aefd1f06fdddbe0d914944650eefd3f555a1a09f792b110d64ffc6
5
5
  SHA512:
6
- metadata.gz: c5d78174cf85dbfea29367c4227f5e3f72381b540095cc6527821281f10809ea9ef36c5c61de25992c2586363df1d5ded285598bec6170345c952f498e850519
7
- data.tar.gz: 48b6ad8ea3e57a21f73be9189ec18b5eb3cfdd8d1fc6113a26552ba16a538aa00a2ab3e2f4116145af0a5d5c77fa92676f85aaae5f13b33a48fc04da0eb1e0a0
6
+ metadata.gz: 6ecd1f5b414c7ee585196a3576d2a34a76962e5ec4008013b1b3b6fada27df01d3cbe68891e80cc7077a7ccfc8996aa952d8617ebaf11b49b3bed11831cdf767
7
+ data.tar.gz: 2dddd5b009a917449239df9b663e31afc532e6f1b4562b37f6bb8edc9c3e4f1c6737bfafe4c0cf88344a6c5bec92038b2050442234fe2ea4573d816720164101
data/lib/mml/base/math.rb CHANGED
@@ -8,6 +8,7 @@ module Mml
8
8
  def self.included(klass)
9
9
  klass.class_eval do
10
10
  attribute :display, :string
11
+ attribute :mode, :string
11
12
  attribute :alttext, :string
12
13
  attribute :decimalpoint, :string
13
14
  attribute :macros, :string
@@ -39,6 +40,7 @@ module Mml
39
40
  mixed_content
40
41
 
41
42
  map_attribute :display, to: :display
43
+ map_attribute "mode", to: :mode
42
44
  map_attribute "alttext", to: :alttext
43
45
  map_attribute "decimalpoint", to: :decimalpoint
44
46
  map_attribute :macros, to: :macros
data/lib/mml/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Mml
4
- VERSION = "2.3.5"
4
+ VERSION = "2.3.7"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mml
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.3.5
4
+ version: 2.3.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ribose Inc.
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2026-04-21 00:00:00.000000000 Z
11
+ date: 2026-04-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: lutaml-model