Sha256: 65b30ae230c3c68473f6796cc39d890858733c730f8817a8a26e91c3fea1c204
Contents?: true
Size: 1.59 KB
Versions: 0
Compression: gzip
Compressed size: 764 Bytes
Stored size: 764 Bytes
Contents
--- !ruby/object:Gem::Specification rubygems_version: 0.9.0 specification_version: 1 name: roxml version: !ruby/object:Gem::Version version: "1.1" date: 2006-09-24 00:00:00 -04:00 summary: Ruby Object to XML mapping library require_paths: - lib email: homepage: http://roxml.rubyforge.org rubyforge_project: 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. autorequire: roxml default_executable: bindir: bin has_rdoc: true required_ruby_version: !ruby/object:Gem::Version::Requirement requirements: - - ">" - !ruby/object:Gem::Version version: 0.0.0 version: platform: ruby signing_key: cert_chain: post_install_message: authors: - Zak Mandhro files: - lib/roxml.rb - MIT-LICENSE.txt - README - test/test_roxml.rb - test/mocks - test/fixtures - test/fixture_helper.rb - test/mocks/mocks.rb - test/fixtures/book_pair.xml - test/fixtures/book_valid.xml - test/fixtures/book_malformed.xml - test/fixtures/book_with_publisher.xml - test/fixtures/book_with_contributions.xml - test/fixtures/book_with_contributors.xml - test/fixtures/library.xml - test/fixtures/book_text_with_attribute.xml test_files: - test/test_roxml.rb rdoc_options: [] extra_rdoc_files: [] executables: [] extensions: [] requirements: - none dependencies: []