# -*- encoding: utf-8 -*- # stub: rubysl-rexml 2.0.2 ruby lib Gem::Specification.new do |s| s.name = "rubysl-rexml".freeze s.version = "2.0.2".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Brian Shirai".freeze] s.date = "2013-10-31" s.description = "Ruby standard library rexml.".freeze s.email = ["brixen@gmail.com".freeze] s.files = [".gitignore".freeze, ".travis.yml".freeze, "Gemfile".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "lib/rexml.rb".freeze, "lib/rexml/attlistdecl.rb".freeze, "lib/rexml/attribute.rb".freeze, "lib/rexml/cdata.rb".freeze, "lib/rexml/child.rb".freeze, "lib/rexml/comment.rb".freeze, "lib/rexml/doctype.rb".freeze, "lib/rexml/document.rb".freeze, "lib/rexml/dtd/attlistdecl.rb".freeze, "lib/rexml/dtd/dtd.rb".freeze, "lib/rexml/dtd/elementdecl.rb".freeze, "lib/rexml/dtd/entitydecl.rb".freeze, "lib/rexml/dtd/notationdecl.rb".freeze, "lib/rexml/element.rb".freeze, "lib/rexml/encoding.rb".freeze, "lib/rexml/entity.rb".freeze, "lib/rexml/formatters/default.rb".freeze, "lib/rexml/formatters/pretty.rb".freeze, "lib/rexml/formatters/transitive.rb".freeze, "lib/rexml/functions.rb".freeze, "lib/rexml/instruction.rb".freeze, "lib/rexml/light/node.rb".freeze, "lib/rexml/namespace.rb".freeze, "lib/rexml/node.rb".freeze, "lib/rexml/output.rb".freeze, "lib/rexml/parent.rb".freeze, "lib/rexml/parseexception.rb".freeze, "lib/rexml/parsers/baseparser.rb".freeze, "lib/rexml/parsers/lightparser.rb".freeze, "lib/rexml/parsers/pullparser.rb".freeze, "lib/rexml/parsers/sax2parser.rb".freeze, "lib/rexml/parsers/streamparser.rb".freeze, "lib/rexml/parsers/treeparser.rb".freeze, "lib/rexml/parsers/ultralightparser.rb".freeze, "lib/rexml/parsers/xpathparser.rb".freeze, "lib/rexml/quickpath.rb".freeze, "lib/rexml/rexml.rb".freeze, "lib/rexml/sax2listener.rb".freeze, "lib/rexml/security.rb".freeze, "lib/rexml/source.rb".freeze, "lib/rexml/streamlistener.rb".freeze, "lib/rexml/syncenumerator.rb".freeze, "lib/rexml/text.rb".freeze, "lib/rexml/undefinednamespaceexception.rb".freeze, "lib/rexml/validation/relaxng.rb".freeze, "lib/rexml/validation/validation.rb".freeze, "lib/rexml/validation/validationexception.rb".freeze, "lib/rexml/xmldecl.rb".freeze, "lib/rexml/xmltokens.rb".freeze, "lib/rexml/xpath.rb".freeze, "lib/rexml/xpath_parser.rb".freeze, "lib/rubysl/rexml.rb".freeze, "lib/rubysl/rexml/version.rb".freeze, "rubysl-rexml.gemspec".freeze, "spec/attribute/clone_spec.rb".freeze, "spec/attribute/element_spec.rb".freeze, "spec/attribute/equal_value_spec.rb".freeze, "spec/attribute/hash_spec.rb".freeze, "spec/attribute/initialize_spec.rb".freeze, "spec/attribute/inspect_spec.rb".freeze, "spec/attribute/namespace_spec.rb".freeze, "spec/attribute/node_type_spec.rb".freeze, "spec/attribute/prefix_spec.rb".freeze, "spec/attribute/remove_spec.rb".freeze, "spec/attribute/to_s_spec.rb".freeze, "spec/attribute/to_string_spec.rb".freeze, "spec/attribute/value_spec.rb".freeze, "spec/attribute/write_spec.rb".freeze, "spec/attribute/xpath_spec.rb".freeze, "spec/attributes/add_spec.rb".freeze, "spec/attributes/append_spec.rb".freeze, "spec/attributes/delete_all_spec.rb".freeze, "spec/attributes/delete_spec.rb".freeze, "spec/attributes/each_attribute_spec.rb".freeze, "spec/attributes/each_spec.rb".freeze, "spec/attributes/element_reference_spec.rb".freeze, "spec/attributes/element_set_spec.rb".freeze, "spec/attributes/get_attribute_ns_spec.rb".freeze, "spec/attributes/get_attribute_spec.rb".freeze, "spec/attributes/initialize_spec.rb".freeze, "spec/attributes/length_spec.rb".freeze, "spec/attributes/namespaces_spec.rb".freeze, "spec/attributes/prefixes_spec.rb".freeze, "spec/attributes/shared/add.rb".freeze, "spec/attributes/shared/length.rb".freeze, "spec/attributes/size_spec.rb".freeze, "spec/attributes/to_a_spec.rb".freeze, "spec/cdata/clone_spec.rb".freeze, "spec/cdata/initialize_spec.rb".freeze, "spec/cdata/shared/to_s.rb".freeze, "spec/cdata/to_s_spec.rb".freeze, "spec/cdata/value_spec.rb".freeze, "spec/document/add_element_spec.rb".freeze, "spec/document/add_spec.rb".freeze, "spec/document/clone_spec.rb".freeze, "spec/document/doctype_spec.rb".freeze, "spec/document/encoding_spec.rb".freeze, "spec/document/expanded_name_spec.rb".freeze, "spec/document/new_spec.rb".freeze, "spec/document/node_type_spec.rb".freeze, "spec/document/root_spec.rb".freeze, "spec/document/stand_alone_spec.rb".freeze, "spec/document/version_spec.rb".freeze, "spec/document/write_spec.rb".freeze, "spec/document/xml_decl_spec.rb".freeze, "spec/element/add_attribute_spec.rb".freeze, "spec/element/add_attributes_spec.rb".freeze, "spec/element/add_element_spec.rb".freeze, "spec/element/add_namespace_spec.rb".freeze, "spec/element/add_text_spec.rb".freeze, "spec/element/attribute_spec.rb".freeze, "spec/element/attributes_spec.rb".freeze, "spec/element/cdatas_spec.rb".freeze, "spec/element/clone_spec.rb".freeze, "spec/element/comments_spec.rb".freeze, "spec/element/delete_attribute_spec.rb".freeze, "spec/element/delete_element_spec.rb".freeze, "spec/element/delete_namespace_spec.rb".freeze, "spec/element/document_spec.rb".freeze, "spec/element/each_element_with_attribute_spec.rb".freeze, "spec/element/each_element_with_text_spec.rb".freeze, "spec/element/get_text_spec.rb".freeze, "spec/element/has_attributes_spec.rb".freeze, "spec/element/has_elements_spec.rb".freeze, "spec/element/has_text_spec.rb".freeze, "spec/element/inspect_spec.rb".freeze, "spec/element/instructions_spec.rb".freeze, "spec/element/namespace_spec.rb".freeze, "spec/element/namespaces_spec.rb".freeze, "spec/element/new_spec.rb".freeze, "spec/element/next_element_spec.rb".freeze, "spec/element/node_type_spec.rb".freeze, "spec/element/prefixes_spec.rb".freeze, "spec/element/previous_element_spec.rb".freeze, "spec/element/raw_spec.rb".freeze, "spec/element/root_spec.rb".freeze, "spec/element/text_spec.rb".freeze, "spec/element/texts_spec.rb".freeze, "spec/element/whitespace_spec.rb".freeze, "spec/node/each_recursive_spec.rb".freeze, "spec/node/find_first_recursive_spec.rb".freeze, "spec/node/index_in_parent_spec.rb".freeze, "spec/node/next_sibling_node_spec.rb".freeze, "spec/node/parent_spec.rb".freeze, "spec/node/previous_sibling_node_spec.rb".freeze, "spec/shared/each_element.rb".freeze, "spec/shared/elements_to_a.rb".freeze, "spec/text/append_spec.rb".freeze, "spec/text/clone_spec.rb".freeze, "spec/text/comparison_spec.rb".freeze, "spec/text/empty_spec.rb".freeze, "spec/text/indent_text_spec.rb".freeze, "spec/text/inspect_spec.rb".freeze, "spec/text/new_spec.rb".freeze, "spec/text/node_type_spec.rb".freeze, "spec/text/normalize_spec.rb".freeze, "spec/text/read_with_substitution_spec.rb".freeze, "spec/text/to_s_spec.rb".freeze, "spec/text/unnormalize_spec.rb".freeze, "spec/text/value_spec.rb".freeze, "spec/text/wrap_spec.rb".freeze, "spec/text/write_with_substitution_spec.rb".freeze] s.homepage = "https://github.com/rubysl/rubysl-rexml".freeze s.licenses = ["BSD".freeze] s.required_ruby_version = Gem::Requirement.new("~> 2.0".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "Ruby standard library rexml.".freeze s.test_files = ["spec/attribute/clone_spec.rb".freeze, "spec/attribute/element_spec.rb".freeze, "spec/attribute/equal_value_spec.rb".freeze, "spec/attribute/hash_spec.rb".freeze, "spec/attribute/initialize_spec.rb".freeze, "spec/attribute/inspect_spec.rb".freeze, "spec/attribute/namespace_spec.rb".freeze, "spec/attribute/node_type_spec.rb".freeze, "spec/attribute/prefix_spec.rb".freeze, "spec/attribute/remove_spec.rb".freeze, "spec/attribute/to_s_spec.rb".freeze, "spec/attribute/to_string_spec.rb".freeze, "spec/attribute/value_spec.rb".freeze, "spec/attribute/write_spec.rb".freeze, "spec/attribute/xpath_spec.rb".freeze, "spec/attributes/add_spec.rb".freeze, "spec/attributes/append_spec.rb".freeze, "spec/attributes/delete_all_spec.rb".freeze, "spec/attributes/delete_spec.rb".freeze, "spec/attributes/each_attribute_spec.rb".freeze, "spec/attributes/each_spec.rb".freeze, "spec/attributes/element_reference_spec.rb".freeze, "spec/attributes/element_set_spec.rb".freeze, "spec/attributes/get_attribute_ns_spec.rb".freeze, "spec/attributes/get_attribute_spec.rb".freeze, "spec/attributes/initialize_spec.rb".freeze, "spec/attributes/length_spec.rb".freeze, "spec/attributes/namespaces_spec.rb".freeze, "spec/attributes/prefixes_spec.rb".freeze, "spec/attributes/shared/add.rb".freeze, "spec/attributes/shared/length.rb".freeze, "spec/attributes/size_spec.rb".freeze, "spec/attributes/to_a_spec.rb".freeze, "spec/cdata/clone_spec.rb".freeze, "spec/cdata/initialize_spec.rb".freeze, "spec/cdata/shared/to_s.rb".freeze, "spec/cdata/to_s_spec.rb".freeze, "spec/cdata/value_spec.rb".freeze, "spec/document/add_element_spec.rb".freeze, "spec/document/add_spec.rb".freeze, "spec/document/clone_spec.rb".freeze, "spec/document/doctype_spec.rb".freeze, "spec/document/encoding_spec.rb".freeze, "spec/document/expanded_name_spec.rb".freeze, "spec/document/new_spec.rb".freeze, "spec/document/node_type_spec.rb".freeze, "spec/document/root_spec.rb".freeze, "spec/document/stand_alone_spec.rb".freeze, "spec/document/version_spec.rb".freeze, "spec/document/write_spec.rb".freeze, "spec/document/xml_decl_spec.rb".freeze, "spec/element/add_attribute_spec.rb".freeze, "spec/element/add_attributes_spec.rb".freeze, "spec/element/add_element_spec.rb".freeze, "spec/element/add_namespace_spec.rb".freeze, "spec/element/add_text_spec.rb".freeze, "spec/element/attribute_spec.rb".freeze, "spec/element/attributes_spec.rb".freeze, "spec/element/cdatas_spec.rb".freeze, "spec/element/clone_spec.rb".freeze, "spec/element/comments_spec.rb".freeze, "spec/element/delete_attribute_spec.rb".freeze, "spec/element/delete_element_spec.rb".freeze, "spec/element/delete_namespace_spec.rb".freeze, "spec/element/document_spec.rb".freeze, "spec/element/each_element_with_attribute_spec.rb".freeze, "spec/element/each_element_with_text_spec.rb".freeze, "spec/element/get_text_spec.rb".freeze, "spec/element/has_attributes_spec.rb".freeze, "spec/element/has_elements_spec.rb".freeze, "spec/element/has_text_spec.rb".freeze, "spec/element/inspect_spec.rb".freeze, "spec/element/instructions_spec.rb".freeze, "spec/element/namespace_spec.rb".freeze, "spec/element/namespaces_spec.rb".freeze, "spec/element/new_spec.rb".freeze, "spec/element/next_element_spec.rb".freeze, "spec/element/node_type_spec.rb".freeze, "spec/element/prefixes_spec.rb".freeze, "spec/element/previous_element_spec.rb".freeze, "spec/element/raw_spec.rb".freeze, "spec/element/root_spec.rb".freeze, "spec/element/text_spec.rb".freeze, "spec/element/texts_spec.rb".freeze, "spec/element/whitespace_spec.rb".freeze, "spec/node/each_recursive_spec.rb".freeze, "spec/node/find_first_recursive_spec.rb".freeze, "spec/node/index_in_parent_spec.rb".freeze, "spec/node/next_sibling_node_spec.rb".freeze, "spec/node/parent_spec.rb".freeze, "spec/node/previous_sibling_node_spec.rb".freeze, "spec/shared/each_element.rb".freeze, "spec/shared/elements_to_a.rb".freeze, "spec/text/append_spec.rb".freeze, "spec/text/clone_spec.rb".freeze, "spec/text/comparison_spec.rb".freeze, "spec/text/empty_spec.rb".freeze, "spec/text/indent_text_spec.rb".freeze, "spec/text/inspect_spec.rb".freeze, "spec/text/new_spec.rb".freeze, "spec/text/node_type_spec.rb".freeze, "spec/text/normalize_spec.rb".freeze, "spec/text/read_with_substitution_spec.rb".freeze, "spec/text/to_s_spec.rb".freeze, "spec/text/unnormalize_spec.rb".freeze, "spec/text/value_spec.rb".freeze, "spec/text/wrap_spec.rb".freeze, "spec/text/write_with_substitution_spec.rb".freeze] s.specification_version = 4 s.add_development_dependency(%q.freeze, ["~> 1.3".freeze]) s.add_development_dependency(%q.freeze, ["~> 10.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.5".freeze]) s.add_development_dependency(%q.freeze, ["~> 2.0".freeze]) end