mathtype_to_mathml 0.0.6 → 0.0.7
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/LICENSE.txt +1 -1
- data/lib/mathtype_to_mathml/version.rb +1 -1
- data/mathtype_to_mathml.gemspec +2 -2
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 64183e65ed19d13cef21f617ee0b80e396bf29cf
|
4
|
+
data.tar.gz: 7e2082fc42c7ef5b4f90a0e0947a111e66f06253
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 98c5f7f6aad0abca9f4fc515114e9295082f594229fc9bf4c1f430f1e0a605134224990f78da453173590665252ceebe1fdaa72bca36e3dd7b4d482f5c27b5e7
|
7
|
+
data.tar.gz: fad8440a59460673b4078613eed56df7afdef0672212657d1a02a05d804e76cd9f8a4140b2c8e8d3eb5c3bc89254b5c62e5701d360d2e6554d18ce6df9421383
|
data/LICENSE.txt
CHANGED
data/mathtype_to_mathml.gemspec
CHANGED
@@ -6,8 +6,8 @@ require 'mathtype_to_mathml/version'
|
|
6
6
|
Gem::Specification.new do |spec|
|
7
7
|
spec.name = "mathtype_to_mathml"
|
8
8
|
spec.version = MathTypeToMathML::VERSION
|
9
|
-
spec.authors = ["
|
10
|
-
spec.email = ["
|
9
|
+
spec.authors = ["Jure Triglav"]
|
10
|
+
spec.email = ["juretriglav@gmail.com"]
|
11
11
|
spec.summary = %q{Converts from a binary MathType format (MTEF) to MathML.}
|
12
12
|
spec.description = %q{This gem can be used to convert MathType equations from a binary format (e.g. embedded in Word documents) to an open MathML representation. It achieves that in several stages, first using the "mathtype" gem to convert from a binary to an XML form of MTEF, and second, using XSLTs to convert XML to MathML.}
|
13
13
|
spec.homepage = ""
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: mathtype_to_mathml
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.7
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
|
-
-
|
7
|
+
- Jure Triglav
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-
|
11
|
+
date: 2015-09-09 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -99,7 +99,7 @@ description: This gem can be used to convert MathType equations from a binary fo
|
|
99
99
|
that in several stages, first using the "mathtype" gem to convert from a binary
|
100
100
|
to an XML form of MTEF, and second, using XSLTs to convert XML to MathML.
|
101
101
|
email:
|
102
|
-
-
|
102
|
+
- juretriglav@gmail.com
|
103
103
|
executables: []
|
104
104
|
extensions: []
|
105
105
|
extra_rdoc_files: []
|