From 1a1018d33c3bcf01fe79f29da40cfa22f6a53c19 Mon Sep 17 00:00:00 2001 From: Mamoru Tasaka Date: Nov 24 2009 05:31:54 +0000 Subject: Add missing patch --- diff --git a/rubygem-marc-0.3.0-test-rexml.patch b/rubygem-marc-0.3.0-test-rexml.patch new file mode 100644 index 0000000..91f4f80 --- /dev/null +++ b/rubygem-marc-0.3.0-test-rexml.patch @@ -0,0 +1,18 @@ +--- marc-0.3.0/test/tc_parsers.rb.debug 2009-11-20 23:37:11.000000000 +0900 ++++ marc-0.3.0/test/tc_parsers.rb 2009-11-20 23:57:55.000000000 +0900 +@@ -110,7 +110,7 @@ + parser = Nokogiri::XML::SAX::Parser + rescue LoadError + parser = REXML::Parsers::PullParser +- parser = 'rexml' ++ parser_name = 'rexml' + if RUBY_PLATFORM =~ /java/ + begin + require 'jrexml' +@@ -151,4 +151,4 @@ + MARC::XMLReader.parser=MARC::XMLReader::USE_REXML + end + +-end +\ No newline at end of file ++end