itextomml 1.4.5 → 1.4.6
Sign up to get free protection for your applications and to get access to all the features.
- data/ext/itex2MML.h +3 -3
- data/ext/itex2MML_ruby.c +16 -13
- data/ext/lex.yy.c +2500 -2486
- data/ext/y.tab.c +1257 -1253
- data/ext/y.tab.h +3 -1
- metadata +6 -6
data/ext/y.tab.h
CHANGED
@@ -195,7 +195,8 @@
|
|
195
195
|
BGCOLOR = 411,
|
196
196
|
XARROW = 412,
|
197
197
|
OPTARGOPEN = 413,
|
198
|
-
OPTARGCLOSE = 414
|
198
|
+
OPTARGCLOSE = 414,
|
199
|
+
ITEXNUM = 415
|
199
200
|
};
|
200
201
|
#endif
|
201
202
|
/* Tokens. */
|
@@ -356,6 +357,7 @@
|
|
356
357
|
#define XARROW 412
|
357
358
|
#define OPTARGOPEN 413
|
358
359
|
#define OPTARGCLOSE 414
|
360
|
+
#define ITEXNUM 415
|
359
361
|
|
360
362
|
|
361
363
|
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: itextomml
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
5
|
-
prerelease:
|
4
|
+
hash: 11
|
5
|
+
prerelease:
|
6
6
|
segments:
|
7
7
|
- 1
|
8
8
|
- 4
|
9
|
-
-
|
10
|
-
version: 1.4.
|
9
|
+
- 6
|
10
|
+
version: 1.4.6
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Jacques Distler
|
@@ -15,7 +15,7 @@ autorequire:
|
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
17
|
|
18
|
-
date:
|
18
|
+
date: 2011-07-07 00:00:00 -05:00
|
19
19
|
default_executable:
|
20
20
|
dependencies: []
|
21
21
|
|
@@ -69,7 +69,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
69
69
|
requirements: []
|
70
70
|
|
71
71
|
rubyforge_project:
|
72
|
-
rubygems_version: 1.
|
72
|
+
rubygems_version: 1.6.2
|
73
73
|
signing_key:
|
74
74
|
specification_version: 3
|
75
75
|
summary: Native Ruby bindings to itex2MML.
|