[DRE-commits] [SCM] ruby-prawn.git branch, master, updated. upstream/1.0.0_rc1-44-g6e97afc

Cédric Boutillier cedric.boutillier at gmail.com
Thu Nov 24 23:12:05 UTC 2011


The following commit has been merged in the master branch:
commit 49ba35cfcad3a165268673f1e4ceaad832732a38
Author: Cédric Boutillier <cedric.boutillier at gmail.com>
Date:   Tue Nov 22 10:18:02 2011 +0100

    patch: add missing requirement on date

diff --git a/debian/patches/0600_add_require_date_table_cell.rb b/debian/patches/0600_add_require_date_table_cell.rb
new file mode 100644
index 0000000..09a1648
--- /dev/null
+++ b/debian/patches/0600_add_require_date_table_cell.rb
@@ -0,0 +1,18 @@
+Description: add missing require 'date' statement
+ The file lib/prawn/table/cell.rb uses the test .kind_of?(Date) but the class
+ Date is not defined.
+Bug: https://github.com/sandal/prawn/issues/298
+Author: Cédric Boutillier <cedric.boutillier at gmail.com>
+Last-Update: 2011-11-22
+
+--- a/lib/prawn/table/cell.rb
++++ b/lib/prawn/table/cell.rb
+@@ -6,6 +6,8 @@
+ #
+ # This is free software. Please see the LICENSE and COPYING files for details.
+ 
++require "date"
++
+ module Prawn
+   class Document
+ 
diff --git a/debian/patches/series b/debian/patches/series
index d8f1533..e178833 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,6 +1,11 @@
 0100_remove_bundler_rubygems_stuff.patch
+0102_simply_require_ttfunk.patch
+0105_remove_rubygems_loadpath_stuff_manual.patch
 0200_replace_BASEDIR_data_by_DATADIR.patch
+0205_replace_BASEDIR_data_by_DATADIR_manual.patch
 0210_change_spec_data_to_datadir_pdfs.patch
 0300_fix_paths.patch
 0400_use_system_fonts.patch
+0405_use_system_fonts_manual.patch
 0500_disable_tests_using_removed_files.patch
+0600_add_require_date_table_cell.rb

-- 
ruby-prawn.git



More information about the Pkg-ruby-extras-commits mailing list