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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0dba34819fe6dace3ecbb62941eb1c136bc80b1d
4
- data.tar.gz: 0d49aab70e51b99bcf9a4b29bafe64a3d5b4eaf8
3
+ metadata.gz: 64183e65ed19d13cef21f617ee0b80e396bf29cf
4
+ data.tar.gz: 7e2082fc42c7ef5b4f90a0e0947a111e66f06253
5
5
  SHA512:
6
- metadata.gz: bac4ad084a9255c4ded6b9a2e92308fa39609beeaa29bf2dd7b165739c210dcff347741695cd86e4f0d0450612e7202c51cbf79ff362b72dfd71c3cb43c390a9
7
- data.tar.gz: 808c7e0d41cf36da32531cb6c017fac8bc04a00174934953d78de037637c6fa6288b85c215b7e78f11aeee1f73015fbd9ee506cef6acc9c7476067e03b6e9cf6
6
+ metadata.gz: 98c5f7f6aad0abca9f4fc515114e9295082f594229fc9bf4c1f430f1e0a605134224990f78da453173590665252ceebe1fdaa72bca36e3dd7b4d482f5c27b5e7
7
+ data.tar.gz: fad8440a59460673b4078613eed56df7afdef0672212657d1a02a05d804e76cd9f8a4140b2c8e8d3eb5c3bc89254b5c62e5701d360d2e6554d18ce6df9421383
@@ -1,4 +1,4 @@
1
- Copyright (c) 2015 PLOS
1
+ Copyright (c) 2015 Jure Triglav
2
2
 
3
3
  MIT License
4
4
 
@@ -1,3 +1,3 @@
1
1
  module MathTypeToMathML
2
- VERSION = "0.0.6"
2
+ VERSION = "0.0.7"
3
3
  end
@@ -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 = ["PLOS"]
10
- spec.email = ["plos@plos.org"]
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.6
4
+ version: 0.0.7
5
5
  platform: ruby
6
6
  authors:
7
- - PLOS
7
+ - Jure Triglav
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-08-27 00:00:00.000000000 Z
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
- - plos@plos.org
102
+ - juretriglav@gmail.com
103
103
  executables: []
104
104
  extensions: []
105
105
  extra_rdoc_files: []