<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -37,9 +37,9 @@ module Bitbckt #:nodoc:
                       #       an empty string (#children == []), but has attributes.
                       result = ''
                     elsif child.attributes['type'] == 'file'
-                      result = XML_PARSING['file'].call(child.content.to_s, child.attributes)
-                    elsif XML_PARSING.include? child.attributes['type'] and not child.content.to_s.chomp.blank?
-                      result = XML_PARSING[child.attributes['type']].call(child.content.to_s)
+                      result = Object::Hash::XML_PARSING['file'].call(child.content.to_s, child.attributes)
+                    elsif Object::Hash::XML_PARSING.include? child.attributes['type'] and not child.content.to_s.chomp.blank?
+                      result = Object::Hash::XML_PARSING[child.attributes['type']].call(child.content.to_s)
                     else
                       result = xml_node_to_hash(child)
                       result['type'] = child.attributes['type'] if child.attributes['type'] and result</diff>
      <filename>lib/bitbckt/core_ext/hash/conversions.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>670de3c8523b44db492798fdad3ec5f1283738c9</id>
    </parent>
  </parents>
  <author>
    <name>Brandon Mitchell</name>
    <email>brandon@systemisdown.net</email>
  </author>
  <url>http://github.com/bitbckt/libxml_rails/commit/140c570dc57c94984fb997f111f3b39e0edcc793</url>
  <id>140c570dc57c94984fb997f111f3b39e0edcc793</id>
  <committed-date>2008-07-28T17:40:56-07:00</committed-date>
  <authored-date>2008-07-28T17:40:56-07:00</authored-date>
  <message>Fix const lookup issue.</message>
  <tree>c46a7b6d024815d871f8895249b2f95696ce9a95</tree>
  <committer>
    <name>Brandon Mitchell</name>
    <email>brandon@systemisdown.net</email>
  </committer>
</commit>
