latex-to-unicode 0.1.4 → 0.2.0
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.
- checksums.yaml +7 -0
- metadata +20 -31
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: 2720092e72fbc0896661ffaf3d335199efe28c5b
|
4
|
+
data.tar.gz: 10f8ce0e06f50e7c372ca9908febcf3ea343719a
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: 1973eb1c7bdc329badd1fe675b384aa5936653652112bb00736e8ace214bdf2c57cdf6d4b1949aa73a8846636f6bf2363771ebfb424c0cb6983dd13e8e1b8bf4
|
7
|
+
data.tar.gz: aa66f6789118e3906bff82e091c7ca379a6d346f4cd8cd4c7c9be7f15efffb63c0cd1cd7f0f913952175b71d6c28ffc6ac27f330e0189058bb0d7b9c3222f44e
|
metadata
CHANGED
@@ -1,57 +1,46 @@
|
|
1
|
-
--- !ruby/object:Gem::Specification
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
2
|
name: latex-to-unicode
|
3
|
-
version: !ruby/object:Gem::Version
|
4
|
-
|
5
|
-
version: 0.1.4
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 0.2.0
|
6
5
|
platform: ruby
|
7
|
-
authors:
|
6
|
+
authors:
|
8
7
|
- Vikhyat Korrapati
|
9
8
|
autorequire:
|
10
9
|
bindir: bin
|
11
10
|
cert_chain: []
|
12
|
-
|
13
|
-
date: 2013-02-21 00:00:00 Z
|
11
|
+
date: 2017-12-01 00:00:00.000000000 Z
|
14
12
|
dependencies: []
|
15
|
-
|
16
13
|
description: Replaces LaTeX math-mode markup with Unicode characters wherever possible.
|
17
14
|
email: c@vikhyat.net
|
18
15
|
executables: []
|
19
|
-
|
20
16
|
extensions: []
|
21
|
-
|
22
17
|
extra_rdoc_files: []
|
23
|
-
|
24
|
-
files:
|
25
|
-
- lib/latex-to-unicode.rb
|
18
|
+
files:
|
26
19
|
- lib/data.rb
|
27
|
-
- lib/
|
20
|
+
- lib/latex-to-unicode.rb
|
28
21
|
- lib/latex_grammar.rb
|
22
|
+
- lib/translate.rb
|
29
23
|
homepage: http://vikhyat.net/projects/latex_to_unicode/
|
30
24
|
licenses: []
|
31
|
-
|
25
|
+
metadata: {}
|
32
26
|
post_install_message:
|
33
27
|
rdoc_options: []
|
34
|
-
|
35
|
-
require_paths:
|
28
|
+
require_paths:
|
36
29
|
- lib
|
37
|
-
required_ruby_version: !ruby/object:Gem::Requirement
|
38
|
-
|
39
|
-
requirements:
|
30
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
31
|
+
requirements:
|
40
32
|
- - ">="
|
41
|
-
- !ruby/object:Gem::Version
|
42
|
-
version:
|
43
|
-
required_rubygems_version: !ruby/object:Gem::Requirement
|
44
|
-
|
45
|
-
requirements:
|
33
|
+
- !ruby/object:Gem::Version
|
34
|
+
version: '0'
|
35
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
36
|
+
requirements:
|
46
37
|
- - ">="
|
47
|
-
- !ruby/object:Gem::Version
|
48
|
-
version:
|
38
|
+
- !ruby/object:Gem::Version
|
39
|
+
version: '0'
|
49
40
|
requirements: []
|
50
|
-
|
51
41
|
rubyforge_project:
|
52
|
-
rubygems_version:
|
42
|
+
rubygems_version: 2.5.1
|
53
43
|
signing_key:
|
54
|
-
specification_version:
|
44
|
+
specification_version: 4
|
55
45
|
summary: Latex math to Unicode character conversion.
|
56
46
|
test_files: []
|
57
|
-
|