public
Description: Script to convert Comic Book files (.cbr and .cbz) in PDF for portable reading
Homepage: http://alexgirard.com
Clone URL: git://github.com/alx/moebius.git
remove fileutils from gem list. Thanks Sandal.
alx (author)
Wed Aug 27 13:16:03 -0700 2008
commit  c5a4d32b6dee9600c41d73506ff62d33ff7e69db
tree    6b83e8b59c80abffdeb2232e6ed7d06fc210c6c2
parent  ce4dc54017aafb5fdb01b440f554c64cd7005562
...
12
13
14
15
 
16
17
 
18
19
20
21
22
23
 
 
 
24
...
12
13
14
 
15
16
 
17
18
19
 
 
 
20
21
22
23
24
0
@@ -12,11 +12,11 @@ h2. Uso
0
 </pre>
0
 
0
 
0
-El archivo _Y-The_Last_Man-001-Excerpt.pdf_  in the output/ directory.
0
+El archivo _Y-The_Last_Man-001-Excerpt.pdf_ salire en la carpeta de moebius.
0
 
0
-h2. Requirements
0
+h2. Requisitos
0
 
0
 * Ruby 1.8
0
-* Gems: rubygems, prawn, fileutils
0
-* Unzip (for .cbz)
0
-* Unrar (for .cbr)
0
\ No newline at end of file
0
+* Gems: rubygems, prawn
0
+* Unzip (para .cbz)
0
+* Unrar (para .cbr)
0
\ No newline at end of file
...
16
17
18
19
 
20
21
22
...
16
17
18
 
19
20
21
22
0
@@ -16,6 +16,6 @@ It'll output a _Y-The_Last_Man-001-Excerpt.pdf_ file in the current directory.
0
 h2. Requirements
0
 
0
 * Ruby 1.8
0
-* Gems: rubygems, prawn, fileutils
0
+* Gems: rubygems, prawn
0
 * Unzip (for .cbz)
0
 * Unrar (for .cbr)
0
\ No newline at end of file

Comments