<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -2,6 +2,7 @@
 * 2 minor tweaks
   * removed GC.start (libxml recommended this) as setting nodes to nil should be enough, specs run 3-4x faster (Brandon Keepers)
   * renamed get_tag_name to tag_name (Brandon Keepers)
+  * removed libxml helpers as they are no longer needed
   
 == 0.2.1
 * 1 minor fix, 3 major enhancements</diff>
      <filename>History</filename>
    </modified>
    <modified>
      <diff>@@ -3,13 +3,13 @@ examples/current_weather.rb
 examples/dashed_elements.rb
 examples/post.rb
 examples/twitter.rb
+happymapper.gemspec
 History
 lib/happymapper/attribute.rb
 lib/happymapper/element.rb
 lib/happymapper/item.rb
 lib/happymapper/version.rb
 lib/happymapper.rb
-lib/libxml_ext/libxml_helper.rb
 License
 Manifest
 Rakefile</diff>
      <filename>Manifest</filename>
    </modified>
    <modified>
      <diff>@@ -2,15 +2,15 @@
 
 Gem::Specification.new do |s|
   s.name = %q{happymapper}
-  s.version = &quot;0.2.1&quot;
+  s.version = &quot;0.2.2&quot;
 
   s.required_rubygems_version = Gem::Requirement.new(&quot;&gt;= 1.2&quot;) if s.respond_to? :required_rubygems_version=
   s.authors = [&quot;John Nunemaker&quot;]
   s.date = %q{2009-01-29}
   s.description = %q{object to xml mapping library}
   s.email = %q{nunemaker@gmail.com}
-  s.extra_rdoc_files = [&quot;lib/happymapper/attribute.rb&quot;, &quot;lib/happymapper/element.rb&quot;, &quot;lib/happymapper/item.rb&quot;, &quot;lib/happymapper/version.rb&quot;, &quot;lib/happymapper.rb&quot;, &quot;lib/libxml_ext/libxml_helper.rb&quot;, &quot;README&quot;, &quot;TODO&quot;]
-  s.files = [&quot;examples/amazon.rb&quot;, &quot;examples/current_weather.rb&quot;, &quot;examples/dashed_elements.rb&quot;, &quot;examples/post.rb&quot;, &quot;examples/twitter.rb&quot;, &quot;happymapper.gemspec&quot;, &quot;History&quot;, &quot;lib/happymapper/attribute.rb&quot;, &quot;lib/happymapper/element.rb&quot;, &quot;lib/happymapper/item.rb&quot;, &quot;lib/happymapper/version.rb&quot;, &quot;lib/happymapper.rb&quot;, &quot;lib/libxml_ext/libxml_helper.rb&quot;, &quot;License&quot;, &quot;Manifest&quot;, &quot;Rakefile&quot;, &quot;README&quot;, &quot;spec/fixtures/address.xml&quot;, &quot;spec/fixtures/commit.xml&quot;, &quot;spec/fixtures/current_weather.xml&quot;, &quot;spec/fixtures/family_tree.xml&quot;, &quot;spec/fixtures/multiple_namespaces.xml&quot;, &quot;spec/fixtures/pita.xml&quot;, &quot;spec/fixtures/posts.xml&quot;, &quot;spec/fixtures/product_default_namespace.xml&quot;, &quot;spec/fixtures/product_no_namespace.xml&quot;, &quot;spec/fixtures/product_single_namespace.xml&quot;, &quot;spec/fixtures/radar.xml&quot;, &quot;spec/fixtures/statuses.xml&quot;, &quot;spec/happymapper_attribute_spec.rb&quot;, &quot;spec/happymapper_element_spec.rb&quot;, &quot;spec/happymapper_item_spec.rb&quot;, &quot;spec/happymapper_spec.rb&quot;, &quot;spec/spec.opts&quot;, &quot;spec/spec_helper.rb&quot;, &quot;TODO&quot;, &quot;website/css/common.css&quot;, &quot;website/index.html&quot;]
+  s.extra_rdoc_files = [&quot;lib/happymapper/attribute.rb&quot;, &quot;lib/happymapper/element.rb&quot;, &quot;lib/happymapper/item.rb&quot;, &quot;lib/happymapper/version.rb&quot;, &quot;lib/happymapper.rb&quot;, &quot;README&quot;, &quot;TODO&quot;]
+  s.files = [&quot;examples/amazon.rb&quot;, &quot;examples/current_weather.rb&quot;, &quot;examples/dashed_elements.rb&quot;, &quot;examples/post.rb&quot;, &quot;examples/twitter.rb&quot;, &quot;happymapper.gemspec&quot;, &quot;History&quot;, &quot;lib/happymapper/attribute.rb&quot;, &quot;lib/happymapper/element.rb&quot;, &quot;lib/happymapper/item.rb&quot;, &quot;lib/happymapper/version.rb&quot;, &quot;lib/happymapper.rb&quot;, &quot;License&quot;, &quot;Manifest&quot;, &quot;Rakefile&quot;, &quot;README&quot;, &quot;spec/fixtures/address.xml&quot;, &quot;spec/fixtures/commit.xml&quot;, &quot;spec/fixtures/current_weather.xml&quot;, &quot;spec/fixtures/family_tree.xml&quot;, &quot;spec/fixtures/multiple_namespaces.xml&quot;, &quot;spec/fixtures/pita.xml&quot;, &quot;spec/fixtures/posts.xml&quot;, &quot;spec/fixtures/product_default_namespace.xml&quot;, &quot;spec/fixtures/product_no_namespace.xml&quot;, &quot;spec/fixtures/product_single_namespace.xml&quot;, &quot;spec/fixtures/radar.xml&quot;, &quot;spec/fixtures/statuses.xml&quot;, &quot;spec/happymapper_attribute_spec.rb&quot;, &quot;spec/happymapper_element_spec.rb&quot;, &quot;spec/happymapper_item_spec.rb&quot;, &quot;spec/happymapper_spec.rb&quot;, &quot;spec/spec.opts&quot;, &quot;spec/spec_helper.rb&quot;, &quot;TODO&quot;, &quot;website/css/common.css&quot;, &quot;website/index.html&quot;]
   s.has_rdoc = true
   s.homepage = %q{http://happymapper.rubyforge.org}
   s.post_install_message = %q{May you have many happy mappings!}</diff>
      <filename>happymapper.gemspec</filename>
    </modified>
    <modified>
      <diff>@@ -4,11 +4,8 @@ $:.unshift(dir) unless $:.include?(dir) || $:.include?(File.expand_path(dir))
 require 'date'
 require 'time'
 require 'rubygems'
-
 gem 'libxml-ruby', '= 0.9.8'
 require 'xml'
-require 'libxml_ext/libxml_helper'
-
 
 class Boolean; end
 
@@ -79,7 +76,7 @@ module HappyMapper
         if xml.is_a?(XML::Document)
           node = xml.root
         else
-          node = xml.to_libxml_doc.root
+          node = XML::Parser.string(xml).parse.root
         end
 
         root = node.name == tag_name</diff>
      <filename>lib/happymapper.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,3 @@
 module HappyMapper
-  Version = '0.2.1'
+  Version = '0.2.2'
 end</diff>
      <filename>lib/happymapper/version.rb</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>lib/libxml_ext/libxml_helper.rb</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>786a662c21cebb171562d8cf8fde4b080ffd5b24</id>
    </parent>
  </parents>
  <author>
    <name>John Nunemaker</name>
    <email>nunemaker@gmail.com</email>
  </author>
  <url>http://github.com/jnunemaker/happymapper/commit/545ebcd8a8b6dec66a526244321fc1dfb171de05</url>
  <id>545ebcd8a8b6dec66a526244321fc1dfb171de05</id>
  <committed-date>2009-01-29T20:21:12-08:00</committed-date>
  <authored-date>2009-01-29T20:21:12-08:00</authored-date>
  <message>Removed no longer needed libxml helpers.

Prepped for 0.2.2 release.</message>
  <tree>0f38c7f8c6752b9fc11a9c608a5e93ba215ab146</tree>
  <committer>
    <name>John Nunemaker</name>
    <email>nunemaker@gmail.com</email>
  </committer>
</commit>
