--- !ruby/object:Gem::Specification name: yob-roxml version: !ruby/object:Gem::Version hash: 15 prerelease: false segments: - 3 - 1 - 6 version: 3.1.6 platform: ruby authors: - Ben Woosley - Zak Mandhro - Anders Engstrom - Russ Olsen autorequire: bindir: bin cert_chain: [] date: 2010-09-09 00:00:00 +10:00 default_executable: dependencies: - !ruby/object:Gem::Dependency name: activesupport prerelease: false requirement: &id001 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 2 - 3 - 0 version: 2.3.0 type: :runtime version_requirements: *id001 - !ruby/object:Gem::Dependency name: nokogiri prerelease: false requirement: &id002 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 29 segments: - 1 - 3 - 3 version: 1.3.3 type: :runtime version_requirements: *id002 - !ruby/object:Gem::Dependency name: rspec prerelease: false requirement: &id003 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" type: :development version_requirements: *id003 - !ruby/object:Gem::Dependency name: sqlite3-ruby prerelease: false requirement: &id004 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 23 segments: - 1 - 2 - 4 version: 1.2.4 type: :development version_requirements: *id004 - !ruby/object:Gem::Dependency name: activerecord prerelease: false requirement: &id005 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 2 - 2 - 2 version: 2.2.2 type: :development version_requirements: *id005 description: | ROXML is a Ruby library designed to make it easier for Ruby developers to work with XML. Using simple annotations, it enables Ruby classes to be mapped to XML. ROXML takes care of the marshalling and unmarshalling of mapped attributes so that developers can focus on building first-class Ruby classes. As a result, ROXML simplifies the development of RESTful applications, Web Services, and XML-RPC. email: ben.woosley@gmail.com executables: [] extensions: [] extra_rdoc_files: - History.txt - README.rdoc files: - .gitignore - .gitmodules - History.txt - LICENSE - README.rdoc - Rakefile - TODO - VERSION - examples/amazon.rb - examples/current_weather.rb - examples/dashed_elements.rb - examples/library.rb - examples/posts.rb - examples/rails.rb - examples/twitter.rb - examples/xml/active_record.xml - examples/xml/amazon.xml - examples/xml/current_weather.xml - examples/xml/dashed_elements.xml - examples/xml/posts.xml - examples/xml/twitter.xml - lib/roxml.rb - lib/roxml/definition.rb - lib/roxml/hash_definition.rb - lib/roxml/xml.rb - lib/roxml/xml/parsers/libxml.rb - lib/roxml/xml/parsers/nokogiri.rb - lib/roxml/xml/references.rb - roxml.gemspec - spec/definition_spec.rb - spec/examples/active_record_spec.rb - spec/examples/amazon_spec.rb - spec/examples/current_weather_spec.rb - spec/examples/dashed_elements_spec.rb - spec/examples/library_spec.rb - spec/examples/post_spec.rb - spec/examples/twitter_spec.rb - spec/roxml_spec.rb - spec/shared_specs.rb - spec/spec.opts - spec/spec_helper.rb - spec/support/libxml.rb - spec/support/nokogiri.rb - spec/xml/array_spec.rb - spec/xml/attributes_spec.rb - spec/xml/encoding_spec.rb - spec/xml/namespace_spec.rb - spec/xml/namespaces_spec.rb - spec/xml/object_spec.rb - spec/xml/parser_spec.rb - spec/xml/text_spec.rb - test/fixtures/book_malformed.xml - test/fixtures/book_pair.xml - test/fixtures/book_text_with_attribute.xml - test/fixtures/book_valid.xml - test/fixtures/book_with_authors.xml - test/fixtures/book_with_contributions.xml - test/fixtures/book_with_contributors.xml - test/fixtures/book_with_contributors_attrs.xml - test/fixtures/book_with_default_namespace.xml - test/fixtures/book_with_depth.xml - test/fixtures/book_with_octal_pages.xml - test/fixtures/book_with_publisher.xml - test/fixtures/book_with_wrapped_attr.xml - test/fixtures/dictionary_of_attr_name_clashes.xml - test/fixtures/dictionary_of_attrs.xml - test/fixtures/dictionary_of_guarded_names.xml - test/fixtures/dictionary_of_mixeds.xml - test/fixtures/dictionary_of_name_clashes.xml - test/fixtures/dictionary_of_names.xml - test/fixtures/dictionary_of_texts.xml - test/fixtures/library.xml - test/fixtures/library_uppercase.xml - test/fixtures/muffins.xml - test/fixtures/nameless_ageless_youth.xml - test/fixtures/node_with_attr_name_conflicts.xml - test/fixtures/node_with_name_conflicts.xml - test/fixtures/numerology.xml - test/fixtures/person.xml - test/fixtures/person_with_guarded_mothers.xml - test/fixtures/person_with_mothers.xml - test/load_test.rb - test/mocks/dictionaries.rb - test/mocks/mocks.rb - test/support/fixtures.rb - test/test_helper.rb - test/unit/definition_test.rb - test/unit/deprecations_test.rb - test/unit/to_xml_test.rb - test/unit/xml_attribute_test.rb - test/unit/xml_block_test.rb - test/unit/xml_bool_test.rb - test/unit/xml_convention_test.rb - test/unit/xml_hash_test.rb - test/unit/xml_initialize_test.rb - test/unit/xml_name_test.rb - test/unit/xml_namespace_test.rb - test/unit/xml_object_test.rb - test/unit/xml_required_test.rb - test/unit/xml_text_test.rb - website/index.html has_rdoc: true homepage: http://roxml.rubyforge.org licenses: [] post_install_message: rdoc_options: - --charset=UTF-8 require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" requirements: [] rubyforge_project: roxml rubygems_version: 1.3.7 signing_key: specification_version: 3 summary: Non-maintainer maintenance release of ROXML test_files: - spec/examples/current_weather_spec.rb - spec/examples/twitter_spec.rb - spec/examples/amazon_spec.rb - spec/examples/library_spec.rb - spec/examples/post_spec.rb - spec/examples/dashed_elements_spec.rb - spec/examples/active_record_spec.rb - spec/support/libxml.rb - spec/support/nokogiri.rb - spec/roxml_spec.rb - spec/xml/attributes_spec.rb - spec/xml/namespaces_spec.rb - spec/xml/object_spec.rb - spec/xml/namespace_spec.rb - spec/xml/parser_spec.rb - spec/xml/text_spec.rb - spec/xml/encoding_spec.rb - spec/xml/array_spec.rb - spec/spec_helper.rb - spec/definition_spec.rb - spec/shared_specs.rb - test/support/fixtures.rb - test/test_helper.rb - test/load_test.rb - test/unit/xml_block_test.rb - test/unit/xml_object_test.rb - test/unit/definition_test.rb - test/unit/xml_bool_test.rb - test/unit/xml_convention_test.rb - test/unit/xml_initialize_test.rb - test/unit/xml_text_test.rb - test/unit/to_xml_test.rb - test/unit/xml_hash_test.rb - test/unit/deprecations_test.rb - test/unit/xml_required_test.rb - test/unit/xml_attribute_test.rb - test/unit/xml_namespace_test.rb - test/unit/xml_name_test.rb - test/mocks/mocks.rb - test/mocks/dictionaries.rb - examples/library.rb - examples/posts.rb - examples/amazon.rb - examples/dashed_elements.rb - examples/current_weather.rb - examples/rails.rb - examples/twitter.rb