*** /usr/local/lib/ruby/gems/1.9.1/gems/htmlgrid-1.0.0/lib/htmlgrid/grid.rb 2011-11-18 14:43:11.625268066 +0100 --- /home/masa/bin/ruby193rc1/lib/ruby/gems/1.9.1/gems/htmlgrid-1.0.0/lib/htmlgrid/grid.rb 2011-11-18 16:42:11.347559579 +0100 *************** *** 25,31 **** # Grid -- htmlgrid -- hwyss@ywesee.com begin VERSION = '1.0.0' ! require 'htmlgrid.so' rescue LoadError puts "could not find htmlgrid.so, falling back to pure-ruby class" module HtmlGrid --- 25,34 ---- # Grid -- htmlgrid -- hwyss@ywesee.com begin VERSION = '1.0.0' ! ext_dir = File.expand_path('../../ext/htmlgrid', File.dirname(__FILE__)) ! ext_lib = File.join(ext_dir, 'htmlgrid.so') ! require ext_lib ! #require 'htmlgrid.so' rescue LoadError puts "could not find htmlgrid.so, falling back to pure-ruby class" module HtmlGrid