itextomml 1.5.3 → 1.5.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/ext/itex2MML.h +3 -3
  3. data/ext/lex.yy.c +4 -4
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3721073b5fab0050aa3cfbf23646e76aa3008db5
4
- data.tar.gz: 100a07681bb382fa05ee4331ece4adfa6d8072a6
3
+ metadata.gz: 24a27749a4d6588c65e7e03c595948f4ccc787cc
4
+ data.tar.gz: e644898098eb7cff240f015968882186a64e37fb
5
5
  SHA512:
6
- metadata.gz: d4be683a9a9bc2e1aae3f26dba6a9e9d9acf5e09a80e627d8a679beae2b3c7e34479717ab0eaf875f78811a9abca2bd24a797853b85e7713dd86bcc14ecb502c
7
- data.tar.gz: ff7d4ccf7564d32d3e62ac7eef02e7cb0bdeb253a00abd65a56e95fe66e3195f2b01d7e55406bb4a25e28099004b9899c76c259b95300f8afbcca908c9b11fe5
6
+ metadata.gz: 60c0f76669a400fb96c3faec767696fb594c9443f921885b7c8cff57e6bfb440937679c943aab36c994b676538544f30e861b51f080bff142980bc91bc992b15
7
+ data.tar.gz: b91a33846cc6796a23835bfc92c4f47b57386a96035a082aba36f3d61ce617927ff35be43c98e740922d8e06b035d964061ead78993c72a2cef3f051d5e57b2b
data/ext/itex2MML.h CHANGED
@@ -1,11 +1,11 @@
1
- /* itex2MML 1.5.3
2
- * itex2MML.h last modified 8/13/2016
1
+ /* itex2MML 1.5.4
2
+ * itex2MML.h last modified 8/15/2016
3
3
  */
4
4
 
5
5
  #ifndef ITEX2MML_H
6
6
  #define ITEX2MML_H
7
7
 
8
- #define ITEX2MML_VERSION "1.5.3"
8
+ #define ITEX2MML_VERSION "1.5.4"
9
9
 
10
10
  #ifdef __cplusplus
11
11
  extern "C" {
data/ext/lex.yy.c CHANGED
@@ -2392,8 +2392,8 @@ static int yy_more_len = 0;
2392
2392
  #define YY_RESTORE_YY_MORE_OFFSET
2393
2393
  char *itex2MML_yytext;
2394
2394
  #line 1 "itex2MML.l"
2395
- /* itex2MML 1.5.3
2396
- * itex2MML.l last modified 8/13/2016
2395
+ /* itex2MML 1.5.4
2396
+ * itex2MML.l last modified 8/15/2016
2397
2397
  */
2398
2398
  #line 6 "itex2MML.l"
2399
2399
 
@@ -6498,9 +6498,9 @@ void itex2MML_restart ()
6498
6498
  }
6499
6499
 
6500
6500
  static const char * s_itex2MML_buffer = 0;
6501
- static unsigned long s_itex2MML_length = 0;
6501
+ static size_t s_itex2MML_length = 0;
6502
6502
 
6503
- void itex2MML_setup (const char * buffer, unsigned long length)
6503
+ void itex2MML_setup (const char * buffer, size_t length)
6504
6504
  {
6505
6505
  itex2MML_yy_flush_buffer(YY_CURRENT_BUFFER );
6506
6506
 
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.5.3
4
+ version: 1.5.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jacques Distler
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-08-14 00:00:00.000000000 Z
11
+ date: 2016-08-15 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.