omml 0.2.2 → 0.2.4
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 +4 -4
- data/.gitignore +1 -0
- data/.rubocop_todo.yml +12 -6
- data/Gemfile +0 -3
- data/lib/omml/models/ct_br.rb +1 -1
- data/lib/omml/models/ct_r.rb +2 -0
- data/lib/omml/models/ct_wordprocessing_empty.rb +24 -0
- data/lib/omml/models/ct_wordprocessing_text.rb +26 -0
- data/lib/omml/models/groups/eg_run_inner_content.rb +4 -65
- data/lib/omml/models/groups/eg_word_run_inner_content.rb +91 -0
- data/lib/omml/models.rb +6 -0
- data/lib/omml/namespace.rb +2 -0
- data/lib/omml/version.rb +1 -1
- data/lib/omml/wordprocessing_namespace.rb +2 -0
- data/reference-docs/shared-math.xsd +1528 -0
- metadata +6 -2
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: omml
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.4
|
|
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-07-
|
|
11
|
+
date: 2026-07-15 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: lutaml-model
|
|
@@ -288,7 +288,9 @@ files:
|
|
|
288
288
|
- lib/omml/models/ct_un_signed_integer.rb
|
|
289
289
|
- lib/omml/models/ct_underline.rb
|
|
290
290
|
- lib/omml/models/ct_vertical_align_run.rb
|
|
291
|
+
- lib/omml/models/ct_wordprocessing_empty.rb
|
|
291
292
|
- lib/omml/models/ct_wordprocessing_on_off.rb
|
|
293
|
+
- lib/omml/models/ct_wordprocessing_text.rb
|
|
292
294
|
- lib/omml/models/ct_wrap_none.rb
|
|
293
295
|
- lib/omml/models/ct_wrap_path.rb
|
|
294
296
|
- lib/omml/models/ct_wrap_square.rb
|
|
@@ -314,6 +316,7 @@ files:
|
|
|
314
316
|
- lib/omml/models/groups/eg_run_level_elts.rb
|
|
315
317
|
- lib/omml/models/groups/eg_script_style.rb
|
|
316
318
|
- lib/omml/models/groups/eg_word_r_pr.rb
|
|
319
|
+
- lib/omml/models/groups/eg_word_run_inner_content.rb
|
|
317
320
|
- lib/omml/models/groups/eg_wrap_type.rb
|
|
318
321
|
- lib/omml/models/o_math.rb
|
|
319
322
|
- lib/omml/models/o_math_para.rb
|
|
@@ -383,6 +386,7 @@ files:
|
|
|
383
386
|
- lib/omml/version.rb
|
|
384
387
|
- lib/omml/wordprocessing_namespace.rb
|
|
385
388
|
- omml.gemspec
|
|
389
|
+
- reference-docs/shared-math.xsd
|
|
386
390
|
- sig/omml.rbs
|
|
387
391
|
homepage: https://github.com/plurimath/omml
|
|
388
392
|
licenses:
|