itextomml 1.6.0 → 1.6.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/ext/itex2MML.h +3 -3
- data/ext/lex.yy.c +3624 -3300
- data/ext/y.tab.c +523 -518
- data/ext/y.tab.h +1 -1
- metadata +3 -3
data/ext/y.tab.h
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: itextomml
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.6.
|
4
|
+
version: 1.6.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jacques Distler
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2021-10-04 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: itextomml provides native Ruby bindings to itex2MML, which converts itex
|
14
14
|
equations to MathML.
|
@@ -47,7 +47,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
47
47
|
- !ruby/object:Gem::Version
|
48
48
|
version: '0'
|
49
49
|
requirements: []
|
50
|
-
rubygems_version: 3.
|
50
|
+
rubygems_version: 3.2.17
|
51
51
|
signing_key:
|
52
52
|
specification_version: 4
|
53
53
|
summary: Native Ruby bindings to itex2MML.
|