[DRE-commits] [ruby-soap4r] 01/04: Don't use ruby-libxml based parser

Antonio Terceiro terceiro at moszumanska.debian.org
Mon Jan 6 21:07:41 UTC 2014


This is an automated email from the git hooks/post-receive script.

terceiro pushed a commit to branch foo
in repository ruby-soap4r.

commit d785752907eeead612ad72b2b8c1acad37cfd80f
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Mon Jan 6 17:26:23 2014 -0300

    Don't use ruby-libxml based parser
    
    The parser seems to be written for a old version of ruby-libxml and my
    quick attempt at fixing it didn't work. My level of patience with
    anything that involves XML is quite low, so it's possible that the
    problem is still properly fixable..
    
    Git-Dch: Full
    Closes: #725672
---
 lib/xsd/xmlparser.rb | 1 -
 1 file changed, 1 deletion(-)

diff --git a/lib/xsd/xmlparser.rb b/lib/xsd/xmlparser.rb
index c3f2964..d4af2a1 100644
--- a/lib/xsd/xmlparser.rb
+++ b/lib/xsd/xmlparser.rb
@@ -52,7 +52,6 @@ end
 
 
 PARSER_LIBS = [
-  'libxmlparser',
   'xmlparser',
   'xmlscanner',
   'rexmlparser'

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-soap4r.git



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