--- !ruby/object:Gem::Specification name: nokogiri-happymapper version: !ruby/object:Gem::Version version: 0.8.0 platform: ruby authors: - Damien Le Berrigaud - John Nunemaker - David Bolton - Roland Swingler - Etienne Vallette d'Osia - Franklin Webber - Matijs van Zuijlen autorequire: bindir: bin cert_chain: [] date: 2018-08-28 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: rake requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '12.0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '12.0' - !ruby/object:Gem::Dependency name: rspec requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '3.0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '3.0' - !ruby/object:Gem::Dependency name: simplecov requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 0.16.1 type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 0.16.1 description: Object to XML Mapping Library, using Nokogiri (fork from John Nunemaker's Happymapper) email: matijs@matijs.net executables: [] extensions: [] extra_rdoc_files: - README.md - CHANGELOG.md - License files: - CHANGELOG.md - License - README.md - lib/happymapper.rb - lib/happymapper/anonymous_mapper.rb - lib/happymapper/attribute.rb - lib/happymapper/element.rb - lib/happymapper/item.rb - lib/happymapper/supported_types.rb - lib/happymapper/text_node.rb - lib/happymapper/version.rb - spec/features/after_parse_callbacks_spec.rb - spec/features/attribute_default_value_spec.rb - spec/features/attributes_spec.rb - spec/features/has_many_empty_array_spec.rb - spec/features/ignay_spec.rb - spec/features/inheritance_spec.rb - spec/features/mixed_namespaces_spec.rb - spec/features/parse_with_object_to_update_spec.rb - spec/features/same_tag_different_meaning_spec.rb - spec/features/to_xml_spec.rb - spec/features/to_xml_with_namespaces_spec.rb - spec/features/wildcard_tag_name_spec.rb - spec/features/wrap_spec.rb - spec/features/xpath_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/happymapper/anonymous_mapper_spec.rb - spec/happymapper/attribute_spec.rb - spec/happymapper/element_spec.rb - spec/happymapper/item_spec.rb - spec/happymapper/text_node_spec.rb - spec/happymapper_spec.rb - spec/spec_helper.rb homepage: http://github.com/mvz/happymapper licenses: - MIT metadata: {} post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 2.3.0 required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: rubygems_version: 2.7.6 signing_key: specification_version: 4 summary: Provides a simple way to map XML to Ruby Objects and back again. test_files: - spec/features/after_parse_callbacks_spec.rb - spec/features/attribute_default_value_spec.rb - spec/features/attributes_spec.rb - spec/features/has_many_empty_array_spec.rb - spec/features/ignay_spec.rb - spec/features/inheritance_spec.rb - spec/features/mixed_namespaces_spec.rb - spec/features/parse_with_object_to_update_spec.rb - spec/features/same_tag_different_meaning_spec.rb - spec/features/to_xml_spec.rb - spec/features/to_xml_with_namespaces_spec.rb - spec/features/wildcard_tag_name_spec.rb - spec/features/wrap_spec.rb - spec/features/xpath_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/happymapper/anonymous_mapper_spec.rb - spec/happymapper/attribute_spec.rb - spec/happymapper/element_spec.rb - spec/happymapper/item_spec.rb - spec/happymapper/text_node_spec.rb - spec/happymapper_spec.rb - spec/spec_helper.rb