--- !ruby/object:Gem::Specification name: nokogiri-happymapper version: !ruby/object:Gem::Version version: 0.5.2 prerelease: platform: ruby authors: - Damien Le Berrigaud - John Nunemaker - David Bolton - Roland Swingler - Etienne Vallette d'Osia - Franklin Webber autorequire: bindir: bin cert_chain: [] date: 2011-08-22 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: nokogiri requirement: !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version version: '1.4' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version version: '1.4' - !ruby/object:Gem::Dependency name: rspec requirement: !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version version: '2.8' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version version: '2.8' description: Object to XML Mapping Library, using Nokogiri (fork from John Nunemaker's Happymapper) email: franklin.webber@gmail.com executables: [] extensions: [] extra_rdoc_files: - README.md - TODO files: - lib/happymapper.rb - lib/happymapper/attribute.rb - lib/happymapper/element.rb - lib/happymapper/item.rb - lib/happymapper/text_node.rb - README.md - TODO - spec/fixtures/address.xml - spec/fixtures/ambigous_items.xml - spec/fixtures/analytics.xml - spec/fixtures/analytics_profile.xml - spec/fixtures/atom.xml - spec/fixtures/commit.xml - spec/fixtures/current_weather.xml - spec/fixtures/default_namespace_combi.xml - spec/fixtures/dictionary.xml - spec/fixtures/family_tree.xml - spec/fixtures/inagy.xml - spec/fixtures/lastfm.xml - spec/fixtures/multiple_namespaces.xml - spec/fixtures/multiple_primitives.xml - spec/fixtures/optional_attributes.xml - spec/fixtures/pita.xml - spec/fixtures/posts.xml - spec/fixtures/product_default_namespace.xml - spec/fixtures/product_no_namespace.xml - spec/fixtures/product_single_namespace.xml - spec/fixtures/quarters.xml - spec/fixtures/radar.xml - spec/fixtures/statuses.xml - spec/fixtures/subclass_namespace.xml - spec/happymapper_attribute_spec.rb - spec/happymapper_element_spec.rb - spec/happymapper_item_spec.rb - spec/happymapper_spec.rb - spec/happymapper_text_node_spec.rb - spec/happymapper_to_xml_namespaces_spec.rb - spec/happymapper_to_xml_spec.rb - spec/ignay_spec.rb - spec/spec_helper.rb - spec/xpath_spec.rb homepage: http://github.com/burtlo/happymapper licenses: [] post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: rubygems_version: 1.8.24 signing_key: specification_version: 3 summary: Provides a simple way to map XML to Ruby Objects and back again. test_files: - spec/fixtures/address.xml - spec/fixtures/ambigous_items.xml - spec/fixtures/analytics.xml - spec/fixtures/analytics_profile.xml - spec/fixtures/atom.xml - spec/fixtures/commit.xml - spec/fixtures/current_weather.xml - spec/fixtures/default_namespace_combi.xml - spec/fixtures/dictionary.xml - spec/fixtures/family_tree.xml - spec/fixtures/inagy.xml - spec/fixtures/lastfm.xml - spec/fixtures/multiple_namespaces.xml - spec/fixtures/multiple_primitives.xml - spec/fixtures/optional_attributes.xml - spec/fixtures/pita.xml - spec/fixtures/posts.xml - spec/fixtures/product_default_namespace.xml - spec/fixtures/product_no_namespace.xml - spec/fixtures/product_single_namespace.xml - spec/fixtures/quarters.xml - spec/fixtures/radar.xml - spec/fixtures/statuses.xml - spec/fixtures/subclass_namespace.xml - spec/happymapper_attribute_spec.rb - spec/happymapper_element_spec.rb - spec/happymapper_item_spec.rb - spec/happymapper_spec.rb - spec/happymapper_text_node_spec.rb - spec/happymapper_to_xml_namespaces_spec.rb - spec/happymapper_to_xml_spec.rb - spec/ignay_spec.rb - spec/spec_helper.rb - spec/xpath_spec.rb