itextomml 1.3.24 → 1.3.25

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. data/ext/itex2MML.h +3 -3
  2. data/ext/lex.yy.c +1667 -1659
  3. data/ext/y.tab.c +1391 -1375
  4. data/ext/y.tab.h +164 -162
  5. data/lib/itex_stringsupport.rb +2377 -0
  6. metadata +19 -5
metadata CHANGED
@@ -1,7 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: itextomml
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.24
4
+ hash: 41
5
+ prerelease: false
6
+ segments:
7
+ - 1
8
+ - 3
9
+ - 25
10
+ version: 1.3.25
5
11
  platform: ruby
6
12
  authors:
7
13
  - Jacques Distler
@@ -9,7 +15,7 @@ autorequire:
9
15
  bindir: bin
10
16
  cert_chain: []
11
17
 
12
- date: 2010-05-24 00:00:00 -05:00
18
+ date: 2010-06-09 00:00:00 -05:00
13
19
  default_executable:
14
20
  dependencies: []
15
21
 
@@ -27,9 +33,11 @@ files:
27
33
  - ext/y.tab.c
28
34
  - ext/itex2MML.h
29
35
  - ext/y.tab.h
36
+ - lib/itex_stringsupport.rb
30
37
  - lib/itextomml.rb
31
38
  - test/test_itextomml.rb
32
39
  - README
40
+ - ext/extconf.rb
33
41
  has_rdoc: true
34
42
  homepage: http://golem.ph.utexas.edu/~distler/blog/itex2MML.html
35
43
  licenses: []
@@ -41,21 +49,27 @@ require_paths:
41
49
  - lib
42
50
  - ext
43
51
  required_ruby_version: !ruby/object:Gem::Requirement
52
+ none: false
44
53
  requirements:
45
54
  - - ">="
46
55
  - !ruby/object:Gem::Version
56
+ hash: 3
57
+ segments:
58
+ - 0
47
59
  version: "0"
48
- version:
49
60
  required_rubygems_version: !ruby/object:Gem::Requirement
61
+ none: false
50
62
  requirements:
51
63
  - - ">="
52
64
  - !ruby/object:Gem::Version
65
+ hash: 3
66
+ segments:
67
+ - 0
53
68
  version: "0"
54
- version:
55
69
  requirements: []
56
70
 
57
71
  rubyforge_project:
58
- rubygems_version: 1.3.5
72
+ rubygems_version: 1.3.7
59
73
  signing_key:
60
74
  specification_version: 3
61
75
  summary: Native Ruby bindings to itex2MML.