ritex 1.0 → 1.0.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.
- data/lib/ritex/parser.rb +2 -2
 - metadata +21 -6
 
    
        data/lib/ritex/parser.rb
    CHANGED
    
    | 
         @@ -1038,7 +1038,7 @@ module_eval(<<'.,.,', 'parser.y', 129) 
     | 
|
| 
       1038 
1038 
     | 
    
         | 
| 
       1039 
1039 
     | 
    
         
             
            module_eval(<<'.,.,', 'parser.y', 132)
         
     | 
| 
       1040 
1040 
     | 
    
         
             
              def _reduce_88(val, _values, result)
         
     | 
| 
       1041 
     | 
    
         
            -
                 result = val[0]  
     | 
| 
      
 1041 
     | 
    
         
            +
                 result = join val[0], val[2] 
         
     | 
| 
       1042 
1042 
     | 
    
         
             
                result
         
     | 
| 
       1043 
1043 
     | 
    
         
             
              end
         
     | 
| 
       1044 
1044 
     | 
    
         
             
            .,.,
         
     | 
| 
         @@ -1054,7 +1054,7 @@ module_eval(<<'.,.,', 'parser.y', 134) 
     | 
|
| 
       1054 
1054 
     | 
    
         | 
| 
       1055 
1055 
     | 
    
         
             
            module_eval(<<'.,.,', 'parser.y', 137)
         
     | 
| 
       1056 
1056 
     | 
    
         
             
              def _reduce_91(val, _values, result)
         
     | 
| 
       1057 
     | 
    
         
            -
                 result = val[0]  
     | 
| 
      
 1057 
     | 
    
         
            +
                 result = join val[0], val[2] 
         
     | 
| 
       1058 
1058 
     | 
    
         
             
                result
         
     | 
| 
       1059 
1059 
     | 
    
         
             
              end
         
     | 
| 
       1060 
1060 
     | 
    
         
             
            .,.,
         
     | 
    
        metadata
    CHANGED
    
    | 
         @@ -1,7 +1,12 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            --- !ruby/object:Gem::Specification 
         
     | 
| 
       2 
2 
     | 
    
         
             
            name: ritex
         
     | 
| 
       3 
3 
     | 
    
         
             
            version: !ruby/object:Gem::Version 
         
     | 
| 
       4 
     | 
    
         
            -
               
     | 
| 
      
 4 
     | 
    
         
            +
              prerelease: false
         
     | 
| 
      
 5 
     | 
    
         
            +
              segments: 
         
     | 
| 
      
 6 
     | 
    
         
            +
              - 1
         
     | 
| 
      
 7 
     | 
    
         
            +
              - 0
         
     | 
| 
      
 8 
     | 
    
         
            +
              - 1
         
     | 
| 
      
 9 
     | 
    
         
            +
              version: 1.0.1
         
     | 
| 
       5 
10 
     | 
    
         
             
            platform: ruby
         
     | 
| 
       6 
11 
     | 
    
         
             
            authors: 
         
     | 
| 
       7 
12 
     | 
    
         
             
            - William Morgan
         
     | 
| 
         @@ -13,7 +18,13 @@ date: 2010-04-13 00:00:00 -04:00 
     | 
|
| 
       13 
18 
     | 
    
         
             
            default_executable: 
         
     | 
| 
       14 
19 
     | 
    
         
             
            dependencies: []
         
     | 
| 
       15 
20 
     | 
    
         | 
| 
       16 
     | 
    
         
            -
            description:  
     | 
| 
      
 21 
     | 
    
         
            +
            description: |
         
     | 
| 
      
 22 
     | 
    
         
            +
              Ritex converts expressions from WebTeX into MathML. WebTeX is an adaptation of 
         
     | 
| 
      
 23 
     | 
    
         
            +
              TeX math syntax for web display. 
         
     | 
| 
      
 24 
     | 
    
         
            +
              
         
     | 
| 
      
 25 
     | 
    
         
            +
              Ritex makes inserting math into HTML pages easy. It supports most TeX
         
     | 
| 
      
 26 
     | 
    
         
            +
              math syntax as well as macros.
         
     | 
| 
      
 27 
     | 
    
         
            +
             
     | 
| 
       17 
28 
     | 
    
         
             
            email: wmorgan-ritex-gem@masanjin.net
         
     | 
| 
       18 
29 
     | 
    
         
             
            executables: []
         
     | 
| 
       19 
30 
     | 
    
         | 
| 
         @@ -37,6 +48,8 @@ files: 
     | 
|
| 
       37 
48 
     | 
    
         
             
            - test/answer-key.yaml
         
     | 
| 
       38 
49 
     | 
    
         
             
            has_rdoc: true
         
     | 
| 
       39 
50 
     | 
    
         
             
            homepage: http://masanjin.net/ritex/
         
     | 
| 
      
 51 
     | 
    
         
            +
            licenses: []
         
     | 
| 
      
 52 
     | 
    
         
            +
             
     | 
| 
       40 
53 
     | 
    
         
             
            post_install_message: 
         
     | 
| 
       41 
54 
     | 
    
         
             
            rdoc_options: []
         
     | 
| 
       42 
55 
     | 
    
         | 
| 
         @@ -46,20 +59,22 @@ required_ruby_version: !ruby/object:Gem::Requirement 
     | 
|
| 
       46 
59 
     | 
    
         
             
              requirements: 
         
     | 
| 
       47 
60 
     | 
    
         
             
              - - ">="
         
     | 
| 
       48 
61 
     | 
    
         
             
                - !ruby/object:Gem::Version 
         
     | 
| 
      
 62 
     | 
    
         
            +
                  segments: 
         
     | 
| 
      
 63 
     | 
    
         
            +
                  - 0
         
     | 
| 
       49 
64 
     | 
    
         
             
                  version: "0"
         
     | 
| 
       50 
     | 
    
         
            -
              version: 
         
     | 
| 
       51 
65 
     | 
    
         
             
            required_rubygems_version: !ruby/object:Gem::Requirement 
         
     | 
| 
       52 
66 
     | 
    
         
             
              requirements: 
         
     | 
| 
       53 
67 
     | 
    
         
             
              - - ">="
         
     | 
| 
       54 
68 
     | 
    
         
             
                - !ruby/object:Gem::Version 
         
     | 
| 
      
 69 
     | 
    
         
            +
                  segments: 
         
     | 
| 
      
 70 
     | 
    
         
            +
                  - 0
         
     | 
| 
       55 
71 
     | 
    
         
             
                  version: "0"
         
     | 
| 
       56 
     | 
    
         
            -
              version: 
         
     | 
| 
       57 
72 
     | 
    
         
             
            requirements: 
         
     | 
| 
       58 
73 
     | 
    
         
             
            - none
         
     | 
| 
       59 
74 
     | 
    
         
             
            rubyforge_project: ritex
         
     | 
| 
       60 
     | 
    
         
            -
            rubygems_version: 1.3. 
     | 
| 
      
 75 
     | 
    
         
            +
            rubygems_version: 1.3.6
         
     | 
| 
       61 
76 
     | 
    
         
             
            signing_key: 
         
     | 
| 
       62 
     | 
    
         
            -
            specification_version:  
     | 
| 
      
 77 
     | 
    
         
            +
            specification_version: 3
         
     | 
| 
       63 
78 
     | 
    
         
             
            summary: WebTeX to MathML conversion library.
         
     | 
| 
       64 
79 
     | 
    
         
             
            test_files: 
         
     | 
| 
       65 
80 
     | 
    
         
             
            - test/all.rb
         
     |