--- !ruby/object:Gem::Specification name: rexml version: !ruby/object:Gem::Version version: 3.4.0 platform: ruby authors: - Kouhei Sutou autorequire: bindir: bin cert_chain: [] date: 2024-12-15 00:00:00.000000000 Z dependencies: [] description: An XML toolkit for Ruby email: - kou@cozmixng.org executables: [] extensions: [] extra_rdoc_files: - LICENSE.txt - NEWS.md - README.md - doc/rexml/context.rdoc - doc/rexml/tasks/rdoc/child.rdoc - doc/rexml/tasks/rdoc/document.rdoc - doc/rexml/tasks/rdoc/element.rdoc - doc/rexml/tasks/rdoc/node.rdoc - doc/rexml/tasks/rdoc/parent.rdoc - doc/rexml/tasks/tocs/child_toc.rdoc - doc/rexml/tasks/tocs/document_toc.rdoc - doc/rexml/tasks/tocs/element_toc.rdoc - doc/rexml/tasks/tocs/master_toc.rdoc - doc/rexml/tasks/tocs/node_toc.rdoc - doc/rexml/tasks/tocs/parent_toc.rdoc - doc/rexml/tutorial.rdoc files: - LICENSE.txt - NEWS.md - README.md - doc/rexml/context.rdoc - doc/rexml/tasks/rdoc/child.rdoc - doc/rexml/tasks/rdoc/document.rdoc - doc/rexml/tasks/rdoc/element.rdoc - doc/rexml/tasks/rdoc/node.rdoc - doc/rexml/tasks/rdoc/parent.rdoc - doc/rexml/tasks/tocs/child_toc.rdoc - doc/rexml/tasks/tocs/document_toc.rdoc - doc/rexml/tasks/tocs/element_toc.rdoc - doc/rexml/tasks/tocs/master_toc.rdoc - doc/rexml/tasks/tocs/node_toc.rdoc - doc/rexml/tasks/tocs/parent_toc.rdoc - doc/rexml/tutorial.rdoc - lib/rexml.rb - lib/rexml/attlistdecl.rb - lib/rexml/attribute.rb - lib/rexml/cdata.rb - lib/rexml/child.rb - lib/rexml/comment.rb - lib/rexml/doctype.rb - lib/rexml/document.rb - lib/rexml/dtd/attlistdecl.rb - lib/rexml/dtd/dtd.rb - lib/rexml/dtd/elementdecl.rb - lib/rexml/dtd/entitydecl.rb - lib/rexml/dtd/notationdecl.rb - lib/rexml/element.rb - lib/rexml/encoding.rb - lib/rexml/entity.rb - lib/rexml/formatters/default.rb - lib/rexml/formatters/pretty.rb - lib/rexml/formatters/transitive.rb - lib/rexml/functions.rb - lib/rexml/instruction.rb - lib/rexml/light/node.rb - lib/rexml/namespace.rb - lib/rexml/node.rb - lib/rexml/output.rb - lib/rexml/parent.rb - lib/rexml/parseexception.rb - lib/rexml/parsers/baseparser.rb - lib/rexml/parsers/lightparser.rb - lib/rexml/parsers/pullparser.rb - lib/rexml/parsers/sax2parser.rb - lib/rexml/parsers/streamparser.rb - lib/rexml/parsers/treeparser.rb - lib/rexml/parsers/ultralightparser.rb - lib/rexml/parsers/xpathparser.rb - lib/rexml/quickpath.rb - lib/rexml/rexml.rb - lib/rexml/sax2listener.rb - lib/rexml/security.rb - lib/rexml/source.rb - lib/rexml/streamlistener.rb - lib/rexml/text.rb - lib/rexml/undefinednamespaceexception.rb - lib/rexml/validation/relaxng.rb - lib/rexml/validation/validation.rb - lib/rexml/validation/validationexception.rb - lib/rexml/xmldecl.rb - lib/rexml/xmltokens.rb - lib/rexml/xpath.rb - lib/rexml/xpath_parser.rb homepage: https://github.com/ruby/rexml licenses: - BSD-2-Clause metadata: changelog_uri: https://github.com/ruby/rexml/releases/tag/v3.4.0 post_install_message: rdoc_options: - "--main" - README.md require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 2.5.0 required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: [] rubygems_version: 3.5.22 signing_key: specification_version: 4 summary: An XML toolkit for Ruby test_files: []