trex 1.0.2 → 1.0.3
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.
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: trex
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.3
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -11,11 +11,11 @@ authors:
|
|
|
11
11
|
autorequire:
|
|
12
12
|
bindir: bin
|
|
13
13
|
cert_chain: []
|
|
14
|
-
date: 2012-
|
|
14
|
+
date: 2012-04-22 00:00:00.000000000 Z
|
|
15
15
|
dependencies:
|
|
16
16
|
- !ruby/object:Gem::Dependency
|
|
17
17
|
name: term-ansicolor
|
|
18
|
-
requirement: &
|
|
18
|
+
requirement: &70313404537440 !ruby/object:Gem::Requirement
|
|
19
19
|
none: false
|
|
20
20
|
requirements:
|
|
21
21
|
- - ! '>='
|
|
@@ -23,7 +23,7 @@ dependencies:
|
|
|
23
23
|
version: 1.0.7
|
|
24
24
|
type: :runtime
|
|
25
25
|
prerelease: false
|
|
26
|
-
version_requirements: *
|
|
26
|
+
version_requirements: *70313404537440
|
|
27
27
|
description: trex is script simplifying the compilation of latex files by creating
|
|
28
28
|
proper human-readable error output with repeating patterns. Unlike the original
|
|
29
29
|
latex output which is oververbosified.
|
|
@@ -34,7 +34,8 @@ extensions: []
|
|
|
34
34
|
extra_rdoc_files: []
|
|
35
35
|
files:
|
|
36
36
|
- lib/trex.rb
|
|
37
|
-
-
|
|
37
|
+
- !binary |-
|
|
38
|
+
YmluL3RyZXg=
|
|
38
39
|
homepage: https://github.com/dh83/trex
|
|
39
40
|
licenses: []
|
|
40
41
|
post_install_message:
|
|
@@ -55,7 +56,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
55
56
|
version: '0'
|
|
56
57
|
requirements: []
|
|
57
58
|
rubyforge_project:
|
|
58
|
-
rubygems_version: 1.8.
|
|
59
|
+
rubygems_version: 1.8.11
|
|
59
60
|
signing_key:
|
|
60
61
|
specification_version: 3
|
|
61
62
|
summary: Automate compilation of LaTeX documents, making the output human-readable.
|