# -*- encoding: utf-8 -*- # stub: yard 0.9.37 ruby lib Gem::Specification.new do |s| s.name = "yard".freeze s.version = "0.9.37".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.metadata = { "yard.run" => "yri" } if s.respond_to? :metadata= s.require_paths = ["lib".freeze] s.authors = ["Loren Segal".freeze] s.date = "2024-09-04" s.description = " YARD is a documentation generation tool for the Ruby programming language.\n It enables the user to generate consistent, usable documentation that can be\n exported to a number of formats very easily, and also supports extending for\n custom Ruby constructs such as custom class level definitions.\n".freeze s.email = "lsegal@soen.ca".freeze s.executables = ["yard".freeze, "yardoc".freeze, "yri".freeze] s.files = [".yardopts".freeze, ".yardopts_guide".freeze, ".yardopts_i18n".freeze, "CHANGELOG.md".freeze, "LEGAL".freeze, "LICENSE".freeze, "README.md".freeze, "bin/yard".freeze, "bin/yardoc".freeze, "bin/yri".freeze, "docs/CodeObjects.md".freeze, "docs/GettingStarted.md".freeze, "docs/Handlers.md".freeze, "docs/Overview.md".freeze, "docs/Parser.md".freeze, "docs/Tags.md".freeze, "docs/TagsArch.md".freeze, "docs/Templates.md".freeze, "docs/WhatsNew.md".freeze, "docs/images/code-objects-class-diagram.png".freeze, "docs/images/handlers-class-diagram.png".freeze, "docs/images/overview-class-diagram.png".freeze, "docs/images/parser-class-diagram.png".freeze, "docs/images/tags-class-diagram.png".freeze, "docs/templates/default/fulldoc/html/full_list_tag.erb".freeze, "docs/templates/default/fulldoc/html/setup.rb".freeze, "docs/templates/default/layout/html/setup.rb".freeze, "docs/templates/default/layout/html/tag_list.erb".freeze, "docs/templates/default/yard_tags/html/list.erb".freeze, "docs/templates/default/yard_tags/html/setup.rb".freeze, "docs/templates/plugin.rb".freeze, "lib/rubygems_plugin.rb".freeze, "lib/yard.rb".freeze, "lib/yard/autoload.rb".freeze, "lib/yard/cli/command.rb".freeze, "lib/yard/cli/command_parser.rb".freeze, "lib/yard/cli/config.rb".freeze, "lib/yard/cli/diff.rb".freeze, "lib/yard/cli/display.rb".freeze, "lib/yard/cli/gems.rb".freeze, "lib/yard/cli/graph.rb".freeze, "lib/yard/cli/help.rb".freeze, "lib/yard/cli/i18n.rb".freeze, "lib/yard/cli/list.rb".freeze, "lib/yard/cli/markup_types.rb".freeze, "lib/yard/cli/server.rb".freeze, "lib/yard/cli/stats.rb".freeze, "lib/yard/cli/yardoc.rb".freeze, "lib/yard/cli/yardopts_command.rb".freeze, "lib/yard/cli/yri.rb".freeze, "lib/yard/code_objects/base.rb".freeze, "lib/yard/code_objects/class_object.rb".freeze, "lib/yard/code_objects/class_variable_object.rb".freeze, "lib/yard/code_objects/constant_object.rb".freeze, "lib/yard/code_objects/extended_method_object.rb".freeze, "lib/yard/code_objects/extra_file_object.rb".freeze, "lib/yard/code_objects/macro_object.rb".freeze, "lib/yard/code_objects/method_object.rb".freeze, "lib/yard/code_objects/module_object.rb".freeze, "lib/yard/code_objects/namespace_mapper.rb".freeze, "lib/yard/code_objects/namespace_object.rb".freeze, "lib/yard/code_objects/proxy.rb".freeze, "lib/yard/code_objects/root_object.rb".freeze, "lib/yard/config.rb".freeze, "lib/yard/core_ext/array.rb".freeze, "lib/yard/core_ext/file.rb".freeze, "lib/yard/core_ext/hash.rb".freeze, "lib/yard/core_ext/insertion.rb".freeze, "lib/yard/core_ext/module.rb".freeze, "lib/yard/core_ext/string.rb".freeze, "lib/yard/core_ext/symbol_hash.rb".freeze, "lib/yard/docstring.rb".freeze, "lib/yard/docstring_parser.rb".freeze, "lib/yard/gem_index.rb".freeze, "lib/yard/globals.rb".freeze, "lib/yard/handlers/base.rb".freeze, "lib/yard/handlers/c/alias_handler.rb".freeze, "lib/yard/handlers/c/attribute_handler.rb".freeze, "lib/yard/handlers/c/base.rb".freeze, "lib/yard/handlers/c/class_handler.rb".freeze, "lib/yard/handlers/c/constant_handler.rb".freeze, "lib/yard/handlers/c/handler_methods.rb".freeze, "lib/yard/handlers/c/init_handler.rb".freeze, "lib/yard/handlers/c/method_handler.rb".freeze, "lib/yard/handlers/c/mixin_handler.rb".freeze, "lib/yard/handlers/c/module_handler.rb".freeze, "lib/yard/handlers/c/override_comment_handler.rb".freeze, "lib/yard/handlers/c/path_handler.rb".freeze, "lib/yard/handlers/c/struct_handler.rb".freeze, "lib/yard/handlers/c/symbol_handler.rb".freeze, "lib/yard/handlers/common/method_handler.rb".freeze, "lib/yard/handlers/processor.rb".freeze, "lib/yard/handlers/ruby/alias_handler.rb".freeze, "lib/yard/handlers/ruby/attribute_handler.rb".freeze, "lib/yard/handlers/ruby/base.rb".freeze, "lib/yard/handlers/ruby/class_condition_handler.rb".freeze, "lib/yard/handlers/ruby/class_handler.rb".freeze, "lib/yard/handlers/ruby/class_variable_handler.rb".freeze, "lib/yard/handlers/ruby/comment_handler.rb".freeze, "lib/yard/handlers/ruby/constant_handler.rb".freeze, "lib/yard/handlers/ruby/decorator_handler_methods.rb".freeze, "lib/yard/handlers/ruby/dsl_handler.rb".freeze, "lib/yard/handlers/ruby/dsl_handler_methods.rb".freeze, "lib/yard/handlers/ruby/exception_handler.rb".freeze, "lib/yard/handlers/ruby/extend_handler.rb".freeze, "lib/yard/handlers/ruby/legacy/alias_handler.rb".freeze, "lib/yard/handlers/ruby/legacy/attribute_handler.rb".freeze, "lib/yard/handlers/ruby/legacy/base.rb".freeze, "lib/yard/handlers/ruby/legacy/class_condition_handler.rb".freeze, "lib/yard/handlers/ruby/legacy/class_handler.rb".freeze, "lib/yard/handlers/ruby/legacy/class_variable_handler.rb".freeze, "lib/yard/handlers/ruby/legacy/comment_handler.rb".freeze, "lib/yard/handlers/ruby/legacy/constant_handler.rb".freeze, "lib/yard/handlers/ruby/legacy/dsl_handler.rb".freeze, "lib/yard/handlers/ruby/legacy/exception_handler.rb".freeze, "lib/yard/handlers/ruby/legacy/extend_handler.rb".freeze, "lib/yard/handlers/ruby/legacy/method_handler.rb".freeze, "lib/yard/handlers/ruby/legacy/mixin_handler.rb".freeze, "lib/yard/handlers/ruby/legacy/module_function_handler.rb".freeze, "lib/yard/handlers/ruby/legacy/module_handler.rb".freeze, "lib/yard/handlers/ruby/legacy/private_class_method_handler.rb".freeze, "lib/yard/handlers/ruby/legacy/private_constant_handler.rb".freeze, "lib/yard/handlers/ruby/legacy/visibility_handler.rb".freeze, "lib/yard/handlers/ruby/legacy/yield_handler.rb".freeze, "lib/yard/handlers/ruby/method_condition_handler.rb".freeze, "lib/yard/handlers/ruby/method_handler.rb".freeze, "lib/yard/handlers/ruby/mixin_handler.rb".freeze, "lib/yard/handlers/ruby/module_function_handler.rb".freeze, "lib/yard/handlers/ruby/module_handler.rb".freeze, "lib/yard/handlers/ruby/private_class_method_handler.rb".freeze, "lib/yard/handlers/ruby/private_constant_handler.rb".freeze, "lib/yard/handlers/ruby/public_class_method_handler.rb".freeze, "lib/yard/handlers/ruby/struct_handler_methods.rb".freeze, "lib/yard/handlers/ruby/visibility_handler.rb".freeze, "lib/yard/handlers/ruby/yield_handler.rb".freeze, "lib/yard/i18n/locale.rb".freeze, "lib/yard/i18n/message.rb".freeze, "lib/yard/i18n/messages.rb".freeze, "lib/yard/i18n/po_parser.rb".freeze, "lib/yard/i18n/pot_generator.rb".freeze, "lib/yard/i18n/text.rb".freeze, "lib/yard/logging.rb".freeze, "lib/yard/open_struct.rb".freeze, "lib/yard/options.rb".freeze, "lib/yard/parser/base.rb".freeze, "lib/yard/parser/c/c_parser.rb".freeze, "lib/yard/parser/c/comment_parser.rb".freeze, "lib/yard/parser/c/statement.rb".freeze, "lib/yard/parser/ruby/ast_node.rb".freeze, "lib/yard/parser/ruby/legacy/irb/slex.rb".freeze, "lib/yard/parser/ruby/legacy/ruby_lex.rb".freeze, "lib/yard/parser/ruby/legacy/ruby_parser.rb".freeze, "lib/yard/parser/ruby/legacy/statement.rb".freeze, "lib/yard/parser/ruby/legacy/statement_list.rb".freeze, "lib/yard/parser/ruby/legacy/token_list.rb".freeze, "lib/yard/parser/ruby/ruby_parser.rb".freeze, "lib/yard/parser/ruby/token_resolver.rb".freeze, "lib/yard/parser/source_parser.rb".freeze, "lib/yard/rake/yardoc_task.rb".freeze, "lib/yard/registry.rb".freeze, "lib/yard/registry_resolver.rb".freeze, "lib/yard/registry_store.rb".freeze, "lib/yard/rubygems/backports.rb".freeze, "lib/yard/rubygems/backports/LICENSE.txt".freeze, "lib/yard/rubygems/backports/MIT.txt".freeze, "lib/yard/rubygems/backports/gem.rb".freeze, "lib/yard/rubygems/backports/source_index.rb".freeze, "lib/yard/rubygems/doc_manager.rb".freeze, "lib/yard/rubygems/hook.rb".freeze, "lib/yard/rubygems/specification.rb".freeze, "lib/yard/serializers/base.rb".freeze, "lib/yard/serializers/file_system_serializer.rb".freeze, "lib/yard/serializers/process_serializer.rb".freeze, "lib/yard/serializers/stdout_serializer.rb".freeze, "lib/yard/serializers/yardoc_serializer.rb".freeze, "lib/yard/server.rb".freeze, "lib/yard/server/adapter.rb".freeze, "lib/yard/server/commands/base.rb".freeze, "lib/yard/server/commands/display_file_command.rb".freeze, "lib/yard/server/commands/display_object_command.rb".freeze, "lib/yard/server/commands/frames_command.rb".freeze, "lib/yard/server/commands/library_command.rb".freeze, "lib/yard/server/commands/library_index_command.rb".freeze, "lib/yard/server/commands/list_command.rb".freeze, "lib/yard/server/commands/root_request_command.rb".freeze, "lib/yard/server/commands/search_command.rb".freeze, "lib/yard/server/commands/static_file_command.rb".freeze, "lib/yard/server/commands/static_file_helpers.rb".freeze, "lib/yard/server/doc_server_helper.rb".freeze, "lib/yard/server/doc_server_serializer.rb".freeze, "lib/yard/server/http_utils.rb".freeze, "lib/yard/server/library_version.rb".freeze, "lib/yard/server/rack_adapter.rb".freeze, "lib/yard/server/router.rb".freeze, "lib/yard/server/static_caching.rb".freeze, "lib/yard/server/templates/default/fulldoc/html/css/custom.css".freeze, "lib/yard/server/templates/default/fulldoc/html/images/processing.gif".freeze, "lib/yard/server/templates/default/fulldoc/html/js/autocomplete.js".freeze, "lib/yard/server/templates/default/layout/html/breadcrumb.erb".freeze, "lib/yard/server/templates/default/layout/html/script_setup.erb".freeze, "lib/yard/server/templates/default/layout/html/setup.rb".freeze, "lib/yard/server/templates/default/method_details/html/permalink.erb".freeze, "lib/yard/server/templates/default/method_details/html/setup.rb".freeze, "lib/yard/server/templates/doc_server/library_list/html/headers.erb".freeze, "lib/yard/server/templates/doc_server/library_list/html/library_list.erb".freeze, "lib/yard/server/templates/doc_server/library_list/html/listing.erb".freeze, "lib/yard/server/templates/doc_server/library_list/html/setup.rb".freeze, "lib/yard/server/templates/doc_server/library_list/html/title.erb".freeze, "lib/yard/server/templates/doc_server/processing/html/processing.erb".freeze, "lib/yard/server/templates/doc_server/processing/html/setup.rb".freeze, "lib/yard/server/templates/doc_server/search/html/search.erb".freeze, "lib/yard/server/templates/doc_server/search/html/setup.rb".freeze, "lib/yard/server/webrick_adapter.rb".freeze, "lib/yard/tags/default_factory.rb".freeze, "lib/yard/tags/default_tag.rb".freeze, "lib/yard/tags/directives.rb".freeze, "lib/yard/tags/library.rb".freeze, "lib/yard/tags/option_tag.rb".freeze, "lib/yard/tags/overload_tag.rb".freeze, "lib/yard/tags/ref_tag.rb".freeze, "lib/yard/tags/ref_tag_list.rb".freeze, "lib/yard/tags/tag.rb".freeze, "lib/yard/tags/tag_format_error.rb".freeze, "lib/yard/tags/types_explainer.rb".freeze, "lib/yard/templates/engine.rb".freeze, "lib/yard/templates/erb_cache.rb".freeze, "lib/yard/templates/helpers/base_helper.rb".freeze, "lib/yard/templates/helpers/filter_helper.rb".freeze, "lib/yard/templates/helpers/html_helper.rb".freeze, "lib/yard/templates/helpers/html_syntax_highlight_helper.rb".freeze, "lib/yard/templates/helpers/markup/rdoc_markdown.rb".freeze, "lib/yard/templates/helpers/markup/rdoc_markup.rb".freeze, "lib/yard/templates/helpers/markup_helper.rb".freeze, "lib/yard/templates/helpers/method_helper.rb".freeze, "lib/yard/templates/helpers/module_helper.rb".freeze, "lib/yard/templates/helpers/text_helper.rb".freeze, "lib/yard/templates/helpers/uml_helper.rb".freeze, "lib/yard/templates/section.rb".freeze, "lib/yard/templates/template.rb".freeze, "lib/yard/templates/template_options.rb".freeze, "lib/yard/verifier.rb".freeze, "lib/yard/version.rb".freeze, "po/ja.po".freeze, "templates/default/class/dot/setup.rb".freeze, "templates/default/class/dot/superklass.erb".freeze, "templates/default/class/html/constructor_details.erb".freeze, "templates/default/class/html/setup.rb".freeze, "templates/default/class/html/subclasses.erb".freeze, "templates/default/class/setup.rb".freeze, "templates/default/class/text/setup.rb".freeze, "templates/default/class/text/subclasses.erb".freeze, "templates/default/constant/text/header.erb".freeze, "templates/default/constant/text/setup.rb".freeze, "templates/default/docstring/html/abstract.erb".freeze, "templates/default/docstring/html/deprecated.erb".freeze, "templates/default/docstring/html/index.erb".freeze, "templates/default/docstring/html/note.erb".freeze, "templates/default/docstring/html/private.erb".freeze, "templates/default/docstring/html/returns_void.erb".freeze, "templates/default/docstring/html/text.erb".freeze, "templates/default/docstring/html/todo.erb".freeze, "templates/default/docstring/setup.rb".freeze, "templates/default/docstring/text/abstract.erb".freeze, "templates/default/docstring/text/deprecated.erb".freeze, "templates/default/docstring/text/index.erb".freeze, "templates/default/docstring/text/note.erb".freeze, "templates/default/docstring/text/private.erb".freeze, "templates/default/docstring/text/returns_void.erb".freeze, "templates/default/docstring/text/text.erb".freeze, "templates/default/docstring/text/todo.erb".freeze, "templates/default/fulldoc/html/css/common.css".freeze, "templates/default/fulldoc/html/css/full_list.css".freeze, "templates/default/fulldoc/html/css/style.css".freeze, "templates/default/fulldoc/html/frames.erb".freeze, "templates/default/fulldoc/html/full_list.erb".freeze, "templates/default/fulldoc/html/full_list_class.erb".freeze, "templates/default/fulldoc/html/full_list_file.erb".freeze, "templates/default/fulldoc/html/full_list_method.erb".freeze, "templates/default/fulldoc/html/js/app.js".freeze, "templates/default/fulldoc/html/js/full_list.js".freeze, "templates/default/fulldoc/html/js/jquery.js".freeze, "templates/default/fulldoc/html/setup.rb".freeze, "templates/default/layout/dot/header.erb".freeze, "templates/default/layout/dot/setup.rb".freeze, "templates/default/layout/html/breadcrumb.erb".freeze, "templates/default/layout/html/files.erb".freeze, "templates/default/layout/html/footer.erb".freeze, "templates/default/layout/html/headers.erb".freeze, "templates/default/layout/html/index.erb".freeze, "templates/default/layout/html/layout.erb".freeze, "templates/default/layout/html/listing.erb".freeze, "templates/default/layout/html/objects.erb".freeze, "templates/default/layout/html/script_setup.erb".freeze, "templates/default/layout/html/search.erb".freeze, "templates/default/layout/html/setup.rb".freeze, "templates/default/method/html/header.erb".freeze, "templates/default/method/setup.rb".freeze, "templates/default/method/text/header.erb".freeze, "templates/default/method_details/html/header.erb".freeze, "templates/default/method_details/html/method_signature.erb".freeze, "templates/default/method_details/html/source.erb".freeze, "templates/default/method_details/setup.rb".freeze, "templates/default/method_details/text/header.erb".freeze, "templates/default/method_details/text/method_signature.erb".freeze, "templates/default/method_details/text/setup.rb".freeze, "templates/default/module/dot/child.erb".freeze, "templates/default/module/dot/dependencies.erb".freeze, "templates/default/module/dot/header.erb".freeze, "templates/default/module/dot/info.erb".freeze, "templates/default/module/dot/setup.rb".freeze, "templates/default/module/html/attribute_details.erb".freeze, "templates/default/module/html/attribute_summary.erb".freeze, "templates/default/module/html/box_info.erb".freeze, "templates/default/module/html/children.erb".freeze, "templates/default/module/html/constant_summary.erb".freeze, "templates/default/module/html/defines.erb".freeze, "templates/default/module/html/header.erb".freeze, "templates/default/module/html/inherited_attributes.erb".freeze, "templates/default/module/html/inherited_constants.erb".freeze, "templates/default/module/html/inherited_methods.erb".freeze, "templates/default/module/html/item_summary.erb".freeze, "templates/default/module/html/method_details_list.erb".freeze, "templates/default/module/html/method_summary.erb".freeze, "templates/default/module/html/methodmissing.erb".freeze, "templates/default/module/html/pre_docstring.erb".freeze, "templates/default/module/setup.rb".freeze, "templates/default/module/text/children.erb".freeze, "templates/default/module/text/class_meths_list.erb".freeze, "templates/default/module/text/extends.erb".freeze, "templates/default/module/text/header.erb".freeze, "templates/default/module/text/includes.erb".freeze, "templates/default/module/text/instance_meths_list.erb".freeze, "templates/default/module/text/setup.rb".freeze, "templates/default/onefile/html/files.erb".freeze, "templates/default/onefile/html/headers.erb".freeze, "templates/default/onefile/html/layout.erb".freeze, "templates/default/onefile/html/readme.erb".freeze, "templates/default/onefile/html/setup.rb".freeze, "templates/default/root/dot/child.erb".freeze, "templates/default/root/dot/setup.rb".freeze, "templates/default/root/html/setup.rb".freeze, "templates/default/tags/html/example.erb".freeze, "templates/default/tags/html/index.erb".freeze, "templates/default/tags/html/option.erb".freeze, "templates/default/tags/html/overload.erb".freeze, "templates/default/tags/html/see.erb".freeze, "templates/default/tags/html/tag.erb".freeze, "templates/default/tags/setup.rb".freeze, "templates/default/tags/text/example.erb".freeze, "templates/default/tags/text/index.erb".freeze, "templates/default/tags/text/option.erb".freeze, "templates/default/tags/text/overload.erb".freeze, "templates/default/tags/text/see.erb".freeze, "templates/default/tags/text/tag.erb".freeze, "templates/guide/class/html/setup.rb".freeze, "templates/guide/docstring/html/setup.rb".freeze, "templates/guide/fulldoc/html/css/style.css".freeze, "templates/guide/fulldoc/html/js/app.js".freeze, "templates/guide/fulldoc/html/setup.rb".freeze, "templates/guide/layout/html/layout.erb".freeze, "templates/guide/layout/html/setup.rb".freeze, "templates/guide/method/html/header.erb".freeze, "templates/guide/method/html/setup.rb".freeze, "templates/guide/module/html/header.erb".freeze, "templates/guide/module/html/method_list.erb".freeze, "templates/guide/module/html/setup.rb".freeze, "templates/guide/onefile/html/files.erb".freeze, "templates/guide/onefile/html/setup.rb".freeze, "templates/guide/onefile/html/toc.erb".freeze, "templates/guide/tags/html/setup.rb".freeze] s.homepage = "http://yardoc.org".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Documentation tool for consistent and usable documentation in Ruby.".freeze end