Gem::Specification.new do |s| s.name = "roxml" s.summary = "Ruby Object to XML mapping library" s.version = "2.2" s.homepage = "http://roxml.rubyforge.org" s.platform = Gem::Platform::RUBY s.authors = ["Ben Woosley", "Zak Mandhro", "Anders Engstrom", "Russ Olsen"] s.email = "ben.woosley@gmail.com" s.rubyforge_project = 'roxml' s.files = [ 'README.rdoc', 'MIT-LICENSE', 'Rakefile', 'roxml.gemspec', 'lib/roxml.rb', 'lib/roxml/extensions/array.rb', 'lib/roxml/extensions/array/conversions.rb', 'lib/roxml/extensions/string.rb', 'lib/roxml/extensions/string/conversions.rb', 'lib/roxml/extensions/string/iterators.rb', 'lib/roxml/extensions/deprecation.rb', 'lib/roxml/options.rb', 'lib/roxml/xml.rb', 'lib/roxml/xml/libxml.rb', 'lib/roxml/xml/rexml.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_attrs.xml', 'test/fixtures/book_with_contributors.xml', 'test/fixtures/book_with_default_namespace.xml', 'test/fixtures/book_with_depth.xml', 'test/fixtures/book_with_publisher.xml', 'test/fixtures/book_with_wrapped_attr.xml', 'test/fixtures/dictionary_of_attrs.xml', 'test/fixtures/dictionary_of_attr_name_clashes.xml', 'test/fixtures/dictionary_of_guarded_names.xml', 'test/fixtures/dictionary_of_mixeds.xml', 'test/fixtures/dictionary_of_names.xml', 'test/fixtures/dictionary_of_name_clashes.xml', 'test/fixtures/dictionary_of_texts.xml', 'test/fixtures/library_uppercase.xml', 'test/fixtures/library.xml', 'test/fixtures/node_with_attr_name_conflicts.xml', 'test/fixtures/node_with_name_conflicts.xml', 'test/fixtures/nameless_ageless_youth.xml', 'test/fixtures/person_with_guarded_mothers.xml', 'test/fixtures/person_with_mothers.xml', 'test/fixtures/person.xml', 'test/mocks/mocks.rb', 'test/mocks/dictionaries.rb', 'test/test_helper.rb', 'test/unit/options_test.rb', 'test/unit/roxml_test.rb', 'test/unit/string_test.rb', 'test/unit/to_xml_test.rb', 'test/unit/xml_attribute_test.rb', 'test/unit/xml_construct_test.rb', 'test/unit/xml_hash_test.rb', 'test/unit/xml_name_test.rb', 'test/unit/xml_namespace_test.rb', 'test/unit/xml_object_test.rb', 'test/unit/xml_text_test.rb'] s.requirements << 'none' s.add_dependency 'extensions', '>= 0.6.0' s.add_development_dependency('Empact-rails-plugin-package-task', '>= 0.1') if s.respond_to?(:add_development_dependency) s.require_path = 'lib' s.test_files = [ 'test/unit/options_test.rb', 'test/unit/roxml_test.rb', 'test/unit/string_test.rb', 'test/unit/to_xml_test.rb', 'test/unit/xml_attribute_test.rb', 'test/unit/xml_construct_test.rb', 'test/unit/xml_hash_test.rb', 'test/unit/xml_name_test.rb', 'test/unit/xml_namespace_test.rb', 'test/unit/xml_object_test.rb', 'test/unit/xml_text_test.rb'] s.has_rdoc = true s.description = <