Origin: vendor
Forwarded: not-needed
From: Gunnar Wolf <gwolf@debian.org>
Last-Update: 2009-11-27
Subject: Allow users to continue using "require 'prawn'" as before 0.6
 Upstream reorganized its code and moved the core Prawn functionality
 to prawn/core - When users request the 'prawn' gem, it now contains
 exactly one file, which requires the 'prawn/core' gem. 
 .
 This implements basically the same as that minimal gem: To allow API
 stability while allowing for upstream to reorganize the code.
Index: libprawn-ruby-0.6.3+dfsg/lib/prawn.rb
===================================================================
--- /dev/null	1970-01-01 00:00:00.000000000 +0000
+++ libprawn-ruby-0.6.3+dfsg/lib/prawn.rb	2009-11-27 13:23:48.000000000 -0600
@@ -0,0 +1 @@
+require 'prawn/core'
