Index: lib/plugins/rfpdf/lib/tcpdf.rb =================================================================== --- lib/plugins/rfpdf/lib/tcpdf.rb (revision 11518) +++ lib/plugins/rfpdf/lib/tcpdf.rb (working copy) @@ -39,9 +39,6 @@ # @package com.tecnick.tcpdf # -@@version = "1.53.0.TC031" -@@fpdf_charwidths = {} - PDF_PRODUCER = 'TCPDF via RFPDF 1.53.0.TC031 (http://tcpdf.sourceforge.net)' module TCPDFFontDescriptor @@ -79,6 +76,9 @@ Rails.logger end + @@version = "1.53.0.TC031" + @@fpdf_charwidths = {} + cattr_accessor :k_cell_height_ratio @@k_cell_height_ratio = 1.25