ltx 1.0.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.
- checksums.yaml +4 -4
- data/README.md +6 -0
- data/lib/ltx.rb +1 -0
- data/lib/ltx/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6612431b94aa2c7520a9b016b6f87f5855a576d9
|
|
4
|
+
data.tar.gz: a5da029a9b0c248db7e3548f276b823a7c7f6f70
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6ff9678bbb77bd549d10e742e5f2b387387761057a69d70a0c27afebfe5892e24da955e814b1304fad9778313bcaa214d75e67b6e7d49fdbf300199c427743a2
|
|
7
|
+
data.tar.gz: 670b5b5cd7265fba212f6a70c4f8a8bbcf687eb4fd3efd98fb180c6a723f70bfb829b3cbf71a428686e75fa43086c5928268e7a24100b87fd0a4ca5a9bed8986
|
data/README.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
|
+
[gem]: https://rubygems.org/gems/ltx
|
|
2
|
+
[gemnasium]: https://gemnasium.com/zaidan/ltx
|
|
3
|
+
|
|
1
4
|
# ltx - LaTeX Project Build Tool
|
|
2
5
|
|
|
6
|
+
[][gem]
|
|
7
|
+
[][gemnasium]
|
|
8
|
+
|
|
3
9
|
This project provides the ltx command. It reads your `project.yml` and
|
|
4
10
|
compiles your LaTeX files to a tmp folder in your project subdirectory. This
|
|
5
11
|
does not mess your project with temporary files and simplifies the clean up
|
data/lib/ltx.rb
CHANGED
data/lib/ltx/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ltx
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Firas Zaidan
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-03-
|
|
11
|
+
date: 2017-03-21 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: devtools
|