<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,7 +1,7 @@
 == What is rbgccxml?
 
 RbGCCXML allows one to easily parse out and query C++ code. This library uses GCC-XML to parse out 
-the C++ code into XML, and then libxml-ruby for parsing and querying.
+the C++ code into XML, and then nokogiri for parsing and querying.
 
 GCC-XML (http://www.gccxml.org) is an application that takes takes the parse tree of g++ and 
 constructs a very parsable and queryable XML file with all related information. GCC-XML currently 
@@ -14,7 +14,7 @@ not exist.
 
 == Requirements
 
-* libxml-ruby
+* nokogiri
 * gccxml_gem (binary gem, choose proper platform)
 
 == Installation</diff>
      <filename>README</filename>
    </modified>
    <modified>
      <diff>@@ -13,7 +13,7 @@ module RbGCCXML
   # attempt to will throw a NotQueryableException.
   class Node 
 
-    # The underlying libxml node for this Node.
+    # The underlying xml node for this Node.
     attr_reader :node
 
     # Initialize this node according to the XML element passed in</diff>
      <filename>lib/rbgccxml/node.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>fad1438b329811cc1e9d60b5ca8eec6b03141695</id>
    </parent>
  </parents>
  <author>
    <name>Jason Roelofs</name>
    <email>jameskilton@gmail.com</email>
  </author>
  <url>http://github.com/jameskilton/rbgccxml/commit/1c8c8a66471400e3d5e953200f792ac60b06ca49</url>
  <id>1c8c8a66471400e3d5e953200f792ac60b06ca49</id>
  <committed-date>2009-11-05T21:35:35-08:00</committed-date>
  <authored-date>2009-11-05T21:35:35-08:00</authored-date>
  <message>Getting rid of all mentions of libxml-ruby</message>
  <tree>36e1d3d12ff673f51f87e4e1632d312ef3b8c0fa</tree>
  <committer>
    <name>Jason Roelofs</name>
    <email>jameskilton@gmail.com</email>
  </committer>
</commit>
