cbartlett / prawn forked from sandal/prawn

Fast, Nimble PDF Writer for Ruby

This URL has Read+Write access

cbartlett (author)
Sun Nov 09 17:28:23 -0800 2008
commit  631d2dbf237c7bc5eb0d80b78550d7568017dc7a
tree    585775fed5d7cf1d0fe2600a806d056871baf7f7
parent  8f6d50c7a5bddfb4d4b2c814bad30947baa234e9
prawn /
name age message
file .gitmodules Loading commit data...
file COPYING Wed Apr 30 08:43:32 -0700 2008 Gettin' all legal and shiznit [sandal]
file LICENSE Wed Apr 30 08:43:32 -0700 2008 Gettin' all legal and shiznit [sandal]
file README
file Rakefile
directory bench/
directory bugs/
directory data/
directory examples/
directory lib/
directory reference_pdfs/ Fri Sep 12 13:09:56 -0700 2008 Update 0.2 reference PDFS [sandal]
directory spec/
directory vendor/
directory www/
README
Prawn is a PDF writing library for Ruby designed to be tiny, fast, and nimble,
just like the majestic sea creature.

Development on this library is made possible thanks to the many people who
donated to the Ruby Mendicant project:

http://rubymendicant.wikidot.com   

RESOURCES:

Website:

http://prawn.majesticseacreature.com

Bug Tracker / Wiki:

http://prawn.lighthouseapp.com/projects/9398-prawn/home

GitHub:

http://github.com/sandal/prawn

Mailing List:

http://groups.google.com/group/prawn-ruby

IRC:

Find us in #prawn on irc.freenode.net
  Gregory Brown: <sandal>
  James Healy: <yob>               
  
NOTES TO DEVELOPERS: 

You will need the pdf-reader and test-spec gems to run Prawn.  Be sure to run
the specs on both Ruby 1.8.6 and the latest Ruby 1.9 snapshot, as both versions
are supported.  1.8.7 is not officially supported.

Prawn relies on PDF::Inspector, a collection of PDF::Reader backed classes
for analyzing PDF output.  This is provided as a submodule in Prawn's git
repository, so be sure to do the following before running the specs:

  git submodule init
  git submodule update