--- !ruby/object:Gem::Specification name: xmlmapper version: !ruby/object:Gem::Version version: 0.7.2 platform: ruby authors: - Damien Le Berrigaud - John Nunemaker - David Bolton - Roland Swingler - Etienne Vallette d'Osia - Franklin Webber autorequire: bindir: bin cert_chain: [] date: 2015-11-23 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: nokogiri requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1.5' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1.5' - !ruby/object:Gem::Dependency name: rspec requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '2.8' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '2.8' description: Object to XML Mapping Library, using Nokogiri (fork from John Nunemaker's Happymapper) email: bclaassen@digidentity.eu executables: [] extensions: [] extra_rdoc_files: - README.md - CHANGELOG.md files: - CHANGELOG.md - README.md - lib/xmlmapper.rb - lib/xmlmapper/anonymous_mapper.rb - lib/xmlmapper/attribute.rb - lib/xmlmapper/element.rb - lib/xmlmapper/item.rb - lib/xmlmapper/supported_types.rb - lib/xmlmapper/text_node.rb - lib/xmlmapper/version.rb - spec/attribute_default_value_spec.rb - spec/attributes_spec.rb - 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/current_weather_missing_elements.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/set_config_options.xml - spec/fixtures/statuses.xml - spec/fixtures/subclass_namespace.xml - spec/fixtures/unformatted_address.xml - spec/fixtures/wrapper.xml - spec/has_many_empty_array_spec.rb - spec/ignay_spec.rb - spec/inheritance_spec.rb - spec/mixed_namespaces_spec.rb - spec/parse_with_object_to_update_spec.rb - spec/spec_helper.rb - spec/to_xml_spec.rb - spec/to_xml_with_namespaces_spec.rb - spec/wilcard_tag_name_spec.rb - spec/wrap_spec.rb - spec/xmlmapper/attribute_spec.rb - spec/xmlmapper/element_spec.rb - spec/xmlmapper/item_spec.rb - spec/xmlmapper/text_node_spec.rb - spec/xmlmapper_parse_spec.rb - spec/xmlmapper_spec.rb - spec/xpath_spec.rb homepage: http://github.com/digidentity/xmlmapper licenses: - MIT metadata: {} post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: rubygems_version: 2.5.1 signing_key: specification_version: 3 summary: Provides a simple way to map XML to Ruby Objects and back again. test_files: - spec/attribute_default_value_spec.rb - spec/attributes_spec.rb - 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/current_weather_missing_elements.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/set_config_options.xml - spec/fixtures/statuses.xml - spec/fixtures/subclass_namespace.xml - spec/fixtures/unformatted_address.xml - spec/fixtures/wrapper.xml - spec/has_many_empty_array_spec.rb - spec/ignay_spec.rb - spec/inheritance_spec.rb - spec/mixed_namespaces_spec.rb - spec/parse_with_object_to_update_spec.rb - spec/spec_helper.rb - spec/to_xml_spec.rb - spec/to_xml_with_namespaces_spec.rb - spec/wilcard_tag_name_spec.rb - spec/wrap_spec.rb - spec/xmlmapper/attribute_spec.rb - spec/xmlmapper/element_spec.rb - spec/xmlmapper/item_spec.rb - spec/xmlmapper/text_node_spec.rb - spec/xmlmapper_parse_spec.rb - spec/xmlmapper_spec.rb - spec/xpath_spec.rb