itextomml 1.6.0 → 1.6.1

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.
Files changed (6) hide show
  1. checksums.yaml +4 -4
  2. data/ext/itex2MML.h +3 -3
  3. data/ext/lex.yy.c +3624 -3300
  4. data/ext/y.tab.c +523 -518
  5. data/ext/y.tab.h +1 -1
  6. metadata +3 -3
data/ext/y.tab.h CHANGED
@@ -1,4 +1,4 @@
1
- /* A Bison parser, made by GNU Bison 3.3.1. */
1
+ /* A Bison parser, made by GNU Bison 3.4.2. */
2
2
 
3
3
  /* Bison interface for Yacc-like parsers in C
4
4
 
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.0
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: 2019-03-23 00:00:00.000000000 Z
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.0.3
50
+ rubygems_version: 3.2.17
51
51
  signing_key:
52
52
  specification_version: 4
53
53
  summary: Native Ruby bindings to itex2MML.