<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -2,4 +2,5 @@ init.rb
 lib/bitbckt/core_ext/hash/conversions.rb
 Manifest
 MIT-LICENSE
+Rakefile
 README</diff>
      <filename>Manifest</filename>
    </modified>
    <modified>
      <diff>@@ -1,9 +1 @@
-begin
-  require 'rubygems'
-  gem 'libxml', '&gt;= 0.8.3'
-  require 'bitbckt/core_ext/hash/conversions'
-  
-  Hash.send :include, Bitbckt::CoreExtensions::Hash::Conversions
-rescue LoadError
-  puts 'libxml-ruby version 0.8.3 required.'
-end
\ No newline at end of file
+require 'bitbckt/core_ext/hash/conversions'
\ No newline at end of file</diff>
      <filename>init.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,5 @@
+require 'libxml'
+
 module Bitbckt #:nodoc:
   module CoreExtensions #:nodoc:
     module Hash #:nodoc:
@@ -9,7 +11,7 @@ module Bitbckt #:nodoc:
         
         module ClassMethods
           def from_xml(xml)
-            result = XML::Parser.string(xml).parse
+            result = LibXML::XML::Parser.string(xml).parse
             if result.root.attributes['type'] == 'array'
               { result.root.name.to_s =&gt; array_from_node(result.root) }
             else</diff>
      <filename>lib/bitbckt/core_ext/hash/conversions.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>f802f1c4ee7ebb7073734a6540d720020277724b</id>
    </parent>
  </parents>
  <author>
    <name>Brandon Mitchell</name>
    <email>brandon@systemisdown.net</email>
  </author>
  <url>http://github.com/bitbckt/libxml_rails/commit/81bafb455706b957152881c928833d8477d1f048</url>
  <id>81bafb455706b957152881c928833d8477d1f048</id>
  <committed-date>2008-07-28T17:18:13-07:00</committed-date>
  <authored-date>2008-07-28T17:18:13-07:00</authored-date>
  <message>Minor changes to the libxml load method.</message>
  <tree>651dbe86c9692694722b46df7b3166bb71bf54ae</tree>
  <committer>
    <name>Brandon Mitchell</name>
    <email>brandon@systemisdown.net</email>
  </committer>
</commit>
