rtex 1.99.0

Sign up to get free protection for your applications and to get access to all the features.
metadata ADDED
@@ -0,0 +1,90 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: rtex
3
+ version: !ruby/object:Gem::Version
4
+ version: 1.99.0
5
+ platform: ruby
6
+ authors:
7
+ - Bruce Williams
8
+ - Wiebe Cazemier
9
+ autorequire:
10
+ bindir: bin
11
+ cert_chain: []
12
+
13
+ date: 2008-04-24 00:00:00 -05:00
14
+ default_executable:
15
+ dependencies: []
16
+
17
+ description: LaTeX preprocessor for PDF generation; Rails plugin
18
+ email:
19
+ - bruce@codefluency.com
20
+ executables:
21
+ - rtex
22
+ extensions: []
23
+
24
+ extra_rdoc_files:
25
+ - bin/rtex
26
+ files:
27
+ - HISTORY.rdoc
28
+ - Manifest.txt
29
+ - README.rdoc
30
+ - README_RAILS.rdoc
31
+ - Rakefile
32
+ - bin/rtex
33
+ - init.rb
34
+ - lib/rtex.rb
35
+ - lib/rtex/document.rb
36
+ - lib/rtex/escaping.rb
37
+ - lib/rtex/framework/merb.rb
38
+ - lib/rtex/framework/rails.rb
39
+ - lib/rtex/tempdir.rb
40
+ - lib/rtex/version.rb
41
+ - tasks/doc.rake
42
+ - tasks/gem.rake
43
+ - tasks/manifest.rake
44
+ - tasks/post_load.rake
45
+ - tasks/setup.rb
46
+ - tasks/test.rake
47
+ - test/document_test.rb
48
+ - test/filter_test.rb
49
+ - test/fixtures/first.tex
50
+ - test/fixtures/first.tex.erb
51
+ - test/fixtures/fragment.tex.erb
52
+ - test/fixtures/text.textile
53
+ - test/tempdir_test.rb
54
+ - test/test_helper.rb
55
+ - test/tmp/rtex-071EE944-B2FA-4A3B-9764-1B5143833EB7/document.tex
56
+ - test/tmp/rtex-592F93A7-6198-4B00-B638-33855344A29B/document.tex
57
+ - test/tmp/rtex-96736595-5175-4602-9DC1-ABA096CC0E3D/document.tex
58
+ - vendor/instiki/LICENSE
59
+ - vendor/instiki/redcloth_for_tex.rb
60
+ has_rdoc: true
61
+ homepage: http://rtex.rubyforge.org
62
+ post_install_message:
63
+ rdoc_options:
64
+ - --main
65
+ - README.rdoc
66
+ require_paths:
67
+ - lib
68
+ required_ruby_version: !ruby/object:Gem::Requirement
69
+ requirements:
70
+ - - ">="
71
+ - !ruby/object:Gem::Version
72
+ version: "0"
73
+ version:
74
+ required_rubygems_version: !ruby/object:Gem::Requirement
75
+ requirements:
76
+ - - ">="
77
+ - !ruby/object:Gem::Version
78
+ version: "0"
79
+ version:
80
+ requirements: []
81
+
82
+ rubyforge_project: rtex
83
+ rubygems_version: 1.0.1
84
+ signing_key:
85
+ specification_version: 2
86
+ summary: LaTeX preprocessor for PDF generation; Rails plugin
87
+ test_files:
88
+ - test/document_test.rb
89
+ - test/filter_test.rb
90
+ - test/tempdir_test.rb