public
Description: Ruby LaTeX to PDF preprocessor (and Rails plugin)
Homepage: http://rtex.rubyforge.org
Clone URL: git://github.com/bruce/rtex.git
Click here to lend your support to: rtex and make a donation at www.pledgie.com !
bruce (author)
Sat Apr 19 23:11:43 -0700 2008
commit  ca72426be16b37334f7d49fd11298f3e8a5fde13
tree    6b1c6ac55458c8fce4d1370038d78c96f569f92b
parent  6dd1b3e3ede7eadd35cb04fe1f68a12bffbb90d6
rtex / Rakefile
100644 20 lines (14 sloc) 0.498 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
require File.dirname(__FILE__) << "/lib/rtex/version"
 
load 'tasks/setup.rb'
 
PROJ.name = 'rtex'
PROJ.authors = ['Bruce Williams', 'Wiebe Cazemier']
PROJ.email = ['bruce@codefluency.com']
PROJ.url = 'http://rtex.rubyforge.org'
PROJ.rubyforge_name = 'rtex'
 
PROJ.libs = %w[]
PROJ.ruby_opts = []
PROJ.test_opts = []
 
PROJ.description = "LaTeX preprocessor for PDF generation; Rails plugin"
PROJ.summary = PROJ.description
 
PROJ.version = RTex::Version::STRING
 
task 'gem:package' => 'manifest:assert'