public
Description: Fast, Nimble PDF Writer for Ruby
Homepage: http://prawn.lighthouseapp.com/projects/9398/home
Clone URL: git://github.com/sandal/prawn.git
Fix path
sandal (author)
Thu Jul 24 14:19:52 -0700 2008
commit  34f1e35fbe793282542243234adb150a8d4c0251
tree    4b03da7dcd1dfd8b0413adb779d82e9746c142f4
parent  e10c8f10022f69ead690541b28276c8d1d1d5e92
...
4
5
6
7
 
8
9
10
...
4
5
6
 
7
8
9
10
0
@@ -4,7 +4,7 @@
0
 # Simple rounding of string_width floats seems to fix this issue, see the patch
0
 # in 09c837466c31bb715f1276118c606e20477577df.
0
 
0
-$LOAD_PATH << File.join(File.dirname(__FILE__), '..', 'lib')
0
+$LOAD_PATH << File.join(File.dirname(__FILE__), '..', '..', 'lib')
0
 require "prawn"
0
 
0
 Prawn::Document.generate("broken_table.pdf") do

Comments

    No one has commented yet.