<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>HOW_TO_RELEASE</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -1,10 +1,12 @@
 examples/amazon.rb
 examples/current_weather.rb
 examples/dashed_elements.rb
+examples/multi_street_address.rb
 examples/post.rb
 examples/twitter.rb
 happymapper.gemspec
 History
+HOW_TO_RELEASE
 lib/happymapper/attribute.rb
 lib/happymapper/element.rb
 lib/happymapper/item.rb
@@ -19,7 +21,9 @@ spec/fixtures/analytics.xml
 spec/fixtures/commit.xml
 spec/fixtures/current_weather.xml
 spec/fixtures/family_tree.xml
+spec/fixtures/multi_street_address.xml
 spec/fixtures/multiple_namespaces.xml
+spec/fixtures/nested_namespaces.xml
 spec/fixtures/pita.xml
 spec/fixtures/posts.xml
 spec/fixtures/product_default_namespace.xml</diff>
      <filename>Manifest</filename>
    </modified>
    <modified>
      <diff>@@ -2,37 +2,33 @@
 
 Gem::Specification.new do |s|
   s.name = %q{happymapper}
-  s.version = &quot;0.2.5&quot;
+  s.version = &quot;0.3.0&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-05-27}
+  s.date = %q{2009-10-04}
   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;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/analytics.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.files = [&quot;examples/amazon.rb&quot;, &quot;examples/current_weather.rb&quot;, &quot;examples/dashed_elements.rb&quot;, &quot;examples/multi_street_address.rb&quot;, &quot;examples/post.rb&quot;, &quot;examples/twitter.rb&quot;, &quot;happymapper.gemspec&quot;, &quot;History&quot;, &quot;How&quot;, &quot;to&quot;, &quot;release&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/analytics.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/multi_street_address.xml&quot;, &quot;spec/fixtures/multiple_namespaces.xml&quot;, &quot;spec/fixtures/nested_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.homepage = %q{http://happymapper.rubyforge.org}
   s.post_install_message = %q{May you have many happy mappings!}
   s.rdoc_options = [&quot;--line-numbers&quot;, &quot;--inline-source&quot;, &quot;--title&quot;, &quot;Happymapper&quot;, &quot;--main&quot;, &quot;README&quot;]
   s.require_paths = [&quot;lib&quot;]
   s.rubyforge_project = %q{happymapper}
-  s.rubygems_version = %q{1.3.1}
+  s.rubygems_version = %q{1.3.5}
   s.summary = %q{object to xml mapping library}
 
   if s.respond_to? :specification_version then
     current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
-    s.specification_version = 2
+    s.specification_version = 3
 
     if Gem::Version.new(Gem::RubyGemsVersion) &gt;= Gem::Version.new('1.2.0') then
       s.add_runtime_dependency(%q&lt;libxml-ruby&gt;, [&quot;= 1.1.3&quot;])
-      s.add_development_dependency(%q&lt;echoe&gt;, [&quot;&gt;= 0&quot;])
     else
       s.add_dependency(%q&lt;libxml-ruby&gt;, [&quot;= 1.1.3&quot;])
-      s.add_dependency(%q&lt;echoe&gt;, [&quot;&gt;= 0&quot;])
     end
   else
     s.add_dependency(%q&lt;libxml-ruby&gt;, [&quot;= 1.1.3&quot;])
-    s.add_dependency(%q&lt;echoe&gt;, [&quot;&gt;= 0&quot;])
   end
 end</diff>
      <filename>happymapper.gemspec</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,3 @@
 module HappyMapper
-  Version = '0.2.5'
+  Version = '0.3.0'
 end</diff>
      <filename>lib/happymapper/version.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>f42adb6e2c79619c457cee8451e9b017a85b86c9</id>
    </parent>
  </parents>
  <author>
    <name>John Nunemaker</name>
    <email>nunemaker@gmail.com</email>
  </author>
  <url>http://github.com/jnunemaker/happymapper/commit/7184dd0d1c031a666ca468f483cb5592f34d060b</url>
  <id>7184dd0d1c031a666ca468f483cb5592f34d060b</id>
  <committed-date>2009-10-04T19:28:53-07:00</committed-date>
  <authored-date>2009-10-04T19:27:41-07:00</authored-date>
  <message>Prepped for 0.3 release.</message>
  <tree>2837602f8c5819fa660f99d5fdf5de8cd5eb1a3c</tree>
  <committer>
    <name>John Nunemaker</name>
    <email>nunemaker@gmail.com</email>
  </committer>
</commit>
