itextomml 1.5.8 → 1.6.0
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/ext/itex2MML.h +3 -3
- data/ext/y.tab.c +1283 -1276
- data/ext/y.tab.h +6 -2
- metadata +3 -4
data/ext/y.tab.h
CHANGED
@@ -1,8 +1,9 @@
|
|
1
|
-
/* A Bison parser, made by GNU Bison 3.
|
1
|
+
/* A Bison parser, made by GNU Bison 3.3.1. */
|
2
2
|
|
3
3
|
/* Bison interface for Yacc-like parsers in C
|
4
4
|
|
5
|
-
Copyright (C) 1984, 1989-1990, 2000-2015, 2018 Free Software Foundation,
|
5
|
+
Copyright (C) 1984, 1989-1990, 2000-2015, 2018-2019 Free Software Foundation,
|
6
|
+
Inc.
|
6
7
|
|
7
8
|
This program is free software: you can redistribute it and/or modify
|
8
9
|
it under the terms of the GNU General Public License as published by
|
@@ -30,6 +31,9 @@
|
|
30
31
|
This special exception was added by the Free Software Foundation in
|
31
32
|
version 2.2 of Bison. */
|
32
33
|
|
34
|
+
/* Undocumented macros, especially those whose name start with YY_,
|
35
|
+
are private implementation details. Do not rely on them. */
|
36
|
+
|
33
37
|
#ifndef YY_ITEX2MML_YY_Y_TAB_H_INCLUDED
|
34
38
|
# define YY_ITEX2MML_YY_Y_TAB_H_INCLUDED
|
35
39
|
/* Debug traces. */
|
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.
|
4
|
+
version: 1.6.0
|
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: 2019-03-23 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,8 +47,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
47
47
|
- !ruby/object:Gem::Version
|
48
48
|
version: '0'
|
49
49
|
requirements: []
|
50
|
-
|
51
|
-
rubygems_version: 2.7.7
|
50
|
+
rubygems_version: 3.0.3
|
52
51
|
signing_key:
|
53
52
|
specification_version: 4
|
54
53
|
summary: Native Ruby bindings to itex2MML.
|