[DRE-commits] [yard] 01/13: Merge tag 'upstream/0.9.7'
Antonio Terceiro
terceiro at moszumanska.debian.org
Fri Jan 13 09:54:03 UTC 2017
This is an automated email from the git hooks/post-receive script.
terceiro pushed a commit to branch master
in repository yard.
commit 679750f0a11637f13abbecc76f7009877305b973
Merge: 03141b1 3e067e9
Author: Antonio Terceiro <terceiro at debian.org>
Date: Tue Jan 10 17:44:24 2017 -0200
Merge tag 'upstream/0.9.7'
Upstream version 0.9.7
# gpg: Signature made ter 10 jan 2017 17:44:24 BRST
# gpg: using RSA key B2DEE66036C40829FCD0F10CFC0DB1BBCD460BDE
# gpg: Good signature from "Antonio Terceiro <terceiro at softwarelivre.org>" [ultimate]
# gpg: aka "Antonio Terceiro <terceiro at dcc.ufba.br>" [ultimate]
# gpg: aka "Antonio Terceiro <terceiro at colivre.coop.br>" [ultimate]
# gpg: aka "Antonio Terceiro <terceiro at debian.org>" [ultimate]
# gpg: aka "Antonio Terceiro <antonio.terceiro at linaro.org>" [ultimate]
.yardopts | 0
CHANGELOG.md | 25 +
LEGAL | 0
LICENSE | 0
README.md | 105 +-
Rakefile | 49 +-
benchmarks/builtins_vs_eval.rb | 17 +-
benchmarks/concat_vs_join.rb | 1 +
benchmarks/erb_vs_erubis.rb | 5 +-
benchmarks/format_args.rb | 1 +
benchmarks/generation.rb | 3 +-
benchmarks/marshal_vs_dbm.rb | 3 +-
benchmarks/parsing.rb | 2 +-
benchmarks/pathname_vs_string.rb | 1 +
benchmarks/rdoc_vs_yardoc.rb | 3 +-
benchmarks/registry_store_types.rb | 1 +
benchmarks/ri_vs_yri.rb | 1 +
benchmarks/ripper_parser.rb | 3 +-
benchmarks/splat_vs_flatten.rb | 7 +-
benchmarks/template_erb.rb | 3 +-
benchmarks/template_format.rb | 1 +
benchmarks/template_profile.rb | 7 +-
benchmarks/yri_cache.rb | 3 +-
bin/yard | 3 +-
bin/yardoc | 3 +-
bin/yri | 3 +-
docs/CodeObjects.md | 0
docs/GettingStarted.md | 0
docs/Handlers.md | 0
docs/Overview.md | 0
docs/Parser.md | 0
docs/Tags.md | 0
docs/TagsArch.md | 0
docs/Templates.md | 0
docs/WhatsNew.md | 0
docs/images/code-objects-class-diagram.png | Bin
docs/images/tags-class-diagram.png | Bin
.../default/fulldoc/html/full_list_tag.erb | 0
docs/templates/default/fulldoc/html/setup.rb | 2 +-
docs/templates/default/layout/html/setup.rb | 1 +
docs/templates/default/layout/html/tag_list.erb | 0
docs/templates/default/yard_tags/html/list.erb | 0
docs/templates/default/yard_tags/html/setup.rb | 37 +-
docs/templates/plugin.rb | 31 +-
lib/rubygems_plugin.rb | 1 +
lib/yard.rb | 11 +-
lib/yard/autoload.rb | 4 +
lib/yard/cli/command.rb | 5 +-
lib/yard/cli/command_parser.rb | 7 +-
lib/yard/cli/config.rb | 9 +-
lib/yard/cli/diff.rb | 78 +-
lib/yard/cli/display.rb | 3 +-
lib/yard/cli/gems.rb | 11 +-
lib/yard/cli/graph.rb | 9 +-
lib/yard/cli/help.rb | 6 +-
lib/yard/cli/i18n.rb | 3 +-
lib/yard/cli/list.rb | 3 +-
lib/yard/cli/markup_types.rb | 9 +-
lib/yard/cli/server.rb | 51 +-
lib/yard/cli/stats.rb | 36 +-
lib/yard/cli/yardoc.rb | 41 +-
lib/yard/cli/yardopts_command.rb | 5 +-
lib/yard/cli/yri.rb | 51 +-
lib/yard/code_objects/base.rb | 78 +-
lib/yard/code_objects/class_object.rb | 5 +-
lib/yard/code_objects/class_variable_object.rb | 3 +-
lib/yard/code_objects/constant_object.rb | 3 +-
lib/yard/code_objects/extended_method_object.rb | 3 +-
lib/yard/code_objects/extra_file_object.rb | 1 +
lib/yard/code_objects/macro_object.rb | 20 +-
lib/yard/code_objects/method_object.rb | 28 +-
lib/yard/code_objects/module_object.rb | 1 +
lib/yard/code_objects/namespace_mapper.rb | 1 +
lib/yard/code_objects/namespace_object.rb | 7 +-
lib/yard/code_objects/proxy.rb | 88 +-
lib/yard/code_objects/root_object.rb | 4 +-
lib/yard/config.rb | 17 +-
lib/yard/core_ext/array.rb | 1 +
lib/yard/core_ext/file.rb | 7 +-
lib/yard/core_ext/hash.rb | 5 +-
lib/yard/core_ext/insertion.rb | 11 +-
lib/yard/core_ext/module.rb | 3 +-
lib/yard/core_ext/string.rb | 9 +-
lib/yard/core_ext/symbol_hash.rb | 14 +-
lib/yard/docstring.rb | 41 +-
lib/yard/docstring_parser.rb | 122 +-
lib/yard/gem_index.rb | 17 +
lib/yard/globals.rb | 8 +-
lib/yard/handlers/base.rb | 45 +-
lib/yard/handlers/c/alias_handler.rb | 5 +-
lib/yard/handlers/c/attribute_handler.rb | 4 +-
lib/yard/handlers/c/base.rb | 26 +-
lib/yard/handlers/c/class_handler.rb | 1 +
lib/yard/handlers/c/constant_handler.rb | 5 +-
lib/yard/handlers/c/handler_methods.rb | 49 +-
lib/yard/handlers/c/init_handler.rb | 6 +-
lib/yard/handlers/c/method_handler.rb | 13 +-
lib/yard/handlers/c/mixin_handler.rb | 4 +-
lib/yard/handlers/c/module_handler.rb | 1 +
lib/yard/handlers/c/override_comment_handler.rb | 3 +-
lib/yard/handlers/c/path_handler.rb | 1 +
lib/yard/handlers/c/struct_handler.rb | 1 +
lib/yard/handlers/c/symbol_handler.rb | 3 +-
lib/yard/handlers/processor.rb | 29 +-
lib/yard/handlers/ruby/alias_handler.rb | 6 +-
lib/yard/handlers/ruby/attribute_handler.rb | 17 +-
lib/yard/handlers/ruby/base.rb | 9 +-
lib/yard/handlers/ruby/class_condition_handler.rb | 7 +-
lib/yard/handlers/ruby/class_handler.rb | 16 +-
lib/yard/handlers/ruby/class_variable_handler.rb | 3 +-
lib/yard/handlers/ruby/comment_handler.rb | 1 +
lib/yard/handlers/ruby/constant_handler.rb | 14 +-
.../handlers/ruby/decorator_handler_methods.rb | 43 +-
lib/yard/handlers/ruby/dsl_handler.rb | 1 +
lib/yard/handlers/ruby/dsl_handler_methods.rb | 13 +-
lib/yard/handlers/ruby/exception_handler.rb | 1 +
lib/yard/handlers/ruby/extend_handler.rb | 1 +
lib/yard/handlers/ruby/legacy/alias_handler.rb | 10 +-
lib/yard/handlers/ruby/legacy/attribute_handler.rb | 19 +-
lib/yard/handlers/ruby/legacy/base.rb | 47 +-
.../ruby/legacy/class_condition_handler.rb | 14 +-
lib/yard/handlers/ruby/legacy/class_handler.rb | 12 +-
.../handlers/ruby/legacy/class_variable_handler.rb | 3 +-
lib/yard/handlers/ruby/legacy/comment_handler.rb | 1 +
lib/yard/handlers/ruby/legacy/constant_handler.rb | 3 +-
lib/yard/handlers/ruby/legacy/dsl_handler.rb | 1 +
lib/yard/handlers/ruby/legacy/exception_handler.rb | 3 +-
lib/yard/handlers/ruby/legacy/extend_handler.rb | 3 +-
lib/yard/handlers/ruby/legacy/method_handler.rb | 17 +-
lib/yard/handlers/ruby/legacy/mixin_handler.rb | 10 +-
.../ruby/legacy/module_function_handler.rb | 3 +-
lib/yard/handlers/ruby/legacy/module_handler.rb | 3 +-
.../ruby/legacy/private_class_method_handler.rb | 3 +-
.../ruby/legacy/private_constant_handler.rb | 3 +-
.../handlers/ruby/legacy/visibility_handler.rb | 5 +-
lib/yard/handlers/ruby/legacy/yield_handler.rb | 1 +
lib/yard/handlers/ruby/method_condition_handler.rb | 3 +-
lib/yard/handlers/ruby/method_handler.rb | 20 +-
lib/yard/handlers/ruby/mixin_handler.rb | 3 +-
lib/yard/handlers/ruby/module_function_handler.rb | 3 +-
lib/yard/handlers/ruby/module_handler.rb | 3 +-
.../handlers/ruby/private_class_method_handler.rb | 1 +
lib/yard/handlers/ruby/private_constant_handler.rb | 4 +-
.../handlers/ruby/public_class_method_handler.rb | 1 +
lib/yard/handlers/ruby/struct_handler_methods.rb | 9 +-
lib/yard/handlers/ruby/visibility_handler.rb | 1 +
lib/yard/handlers/ruby/yield_handler.rb | 1 +
lib/yard/i18n/locale.rb | 1 +
lib/yard/i18n/message.rb | 9 +-
lib/yard/i18n/messages.rb | 3 +-
lib/yard/i18n/po_parser.rb | 9 +-
lib/yard/i18n/pot_generator.rb | 16 +-
lib/yard/i18n/text.rb | 18 +-
lib/yard/logging.rb | 15 +-
lib/yard/options.rb | 15 +-
lib/yard/parser/base.rb | 5 +-
lib/yard/parser/c/c_parser.rb | 43 +-
lib/yard/parser/c/comment_parser.rb | 15 +-
lib/yard/parser/c/statement.rb | 1 +
lib/yard/parser/ruby/ast_node.rb | 38 +-
lib/yard/parser/ruby/legacy/ruby_lex.rb | 221 ++-
lib/yard/parser/ruby/legacy/ruby_parser.rb | 5 +-
lib/yard/parser/ruby/legacy/statement.rb | 7 +-
lib/yard/parser/ruby/legacy/statement_list.rb | 94 +-
lib/yard/parser/ruby/legacy/token_list.rb | 29 +-
lib/yard/parser/ruby/ruby_parser.rb | 150 +-
lib/yard/parser/ruby/token_resolver.rb | 156 ++
lib/yard/parser/source_parser.rb | 48 +-
lib/yard/rake/yardoc_task.rb | 6 +-
lib/yard/registry.rb | 30 +-
lib/yard/registry_resolver.rb | 57 +-
lib/yard/registry_store.rb | 34 +-
lib/yard/rubygems/backports.rb | 2 +
lib/yard/rubygems/backports/LICENSE.txt | 0
lib/yard/rubygems/backports/MIT.txt | 0
lib/yard/rubygems/backports/gem.rb | 1 +
lib/yard/rubygems/backports/source_index.rb | 55 +-
lib/yard/rubygems/doc_manager.rb | 18 +-
lib/yard/rubygems/hook.rb | 29 +-
lib/yard/rubygems/specification.rb | 1 +
lib/yard/serializers/base.rb | 7 +-
lib/yard/serializers/file_system_serializer.rb | 13 +-
lib/yard/serializers/process_serializer.rb | 4 +-
lib/yard/serializers/stdout_serializer.rb | 14 +-
lib/yard/serializers/yardoc_serializer.rb | 57 +-
lib/yard/server.rb | 3 +-
lib/yard/server/adapter.rb | 2 +-
lib/yard/server/commands/base.rb | 17 +-
lib/yard/server/commands/display_file_command.rb | 4 +-
lib/yard/server/commands/display_object_command.rb | 9 +-
lib/yard/server/commands/frames_command.rb | 1 +
lib/yard/server/commands/library_command.rb | 64 +-
lib/yard/server/commands/library_index_command.rb | 9 +-
lib/yard/server/commands/list_command.rb | 1 +
lib/yard/server/commands/root_request_command.rb | 1 +
lib/yard/server/commands/search_command.rb | 33 +-
lib/yard/server/commands/static_file_command.rb | 3 +-
lib/yard/server/commands/static_file_helpers.rb | 37 +-
lib/yard/server/doc_server_helper.rb | 16 +-
lib/yard/server/doc_server_serializer.rb | 8 +-
lib/yard/server/library_version.rb | 66 +-
lib/yard/server/rack_adapter.rb | 3 +-
lib/yard/server/router.rb | 29 +-
lib/yard/server/static_caching.rb | 1 +
.../templates/default/fulldoc/html/css/custom.css | 0
.../default/fulldoc/html/images/processing.gif | Bin
.../default/fulldoc/html/js/autocomplete.js | 0
.../templates/default/layout/html/breadcrumb.erb | 0
.../templates/default/layout/html/script_setup.erb | 0
.../server/templates/default/layout/html/setup.rb | 3 +-
.../default/method_details/html/permalink.erb | 0
.../templates/default/method_details/html/setup.rb | 1 +
.../doc_server/library_list/html/headers.erb | 4 +-
.../doc_server/library_list/html/library_list.erb | 0
.../doc_server/library_list/html/listing.erb | 2 +-
.../doc_server/library_list/html/setup.rb | 3 +-
.../doc_server/library_list/html/title.erb | 0
.../doc_server/processing/html/processing.erb | 8 +-
.../templates/doc_server/processing/html/setup.rb | 3 +-
.../templates/doc_server/search/html/search.erb | 0
.../templates/doc_server/search/html/setup.rb | 3 +-
lib/yard/server/webrick_adapter.rb | 6 +-
lib/yard/tags/default_factory.rb | 32 +-
lib/yard/tags/default_tag.rb | 3 +-
lib/yard/tags/directives.rb | 36 +-
lib/yard/tags/library.rb | 15 +-
lib/yard/tags/option_tag.rb | 1 +
lib/yard/tags/overload_tag.rb | 10 +-
lib/yard/tags/ref_tag.rb | 1 +
lib/yard/tags/ref_tag_list.rb | 3 +-
lib/yard/tags/tag.rb | 18 +-
lib/yard/tags/tag_format_error.rb | 5 +-
lib/yard/tags/types_explainer.rb | 160 ++
lib/yard/templates/engine.rb | 5 +-
lib/yard/templates/erb_cache.rb | 5 +-
lib/yard/templates/helpers/base_helper.rb | 15 +-
lib/yard/templates/helpers/filter_helper.rb | 1 +
lib/yard/templates/helpers/html_helper.rb | 102 +-
.../helpers/html_syntax_highlight_helper.rb | 32 +-
lib/yard/templates/helpers/markup/rdoc_markdown.rb | 3 +-
lib/yard/templates/helpers/markup/rdoc_markup.rb | 17 +-
lib/yard/templates/helpers/markup_helper.rb | 25 +-
lib/yard/templates/helpers/method_helper.rb | 15 +-
lib/yard/templates/helpers/module_helper.rb | 1 +
lib/yard/templates/helpers/text_helper.rb | 27 +-
lib/yard/templates/helpers/uml_helper.rb | 3 +-
lib/yard/templates/section.rb | 7 +-
lib/yard/templates/template.rb | 29 +-
lib/yard/templates/template_options.rb | 1 +
lib/yard/verifier.rb | 2 +
lib/yard/version.rb | 3 +-
spec/cli/command_parser_spec.rb | 14 +-
spec/cli/command_spec.rb | 4 +-
spec/cli/config_spec.rb | 7 +-
spec/cli/diff_spec.rb | 16 +-
spec/cli/display_spec.rb | 4 +-
spec/cli/gems_spec.rb | 22 +-
spec/cli/graph_spec.rb | 7 +-
spec/cli/help_spec.rb | 6 +-
spec/cli/i18n_spec.rb | 6 +-
spec/cli/list_spec.rb | 4 +-
spec/cli/markup_types_spec.rb | 4 +-
spec/cli/server_spec.rb | 39 +-
spec/cli/stats_spec.rb | 45 +-
spec/cli/yardoc_spec.rb | 96 +-
spec/cli/yri_spec.rb | 12 +-
spec/code_objects/base_spec.rb | 10 +-
spec/code_objects/class_object_spec.rb | 19 +-
spec/code_objects/code_object_list_spec.rb | 5 +-
spec/code_objects/constants_spec.rb | 23 +-
spec/code_objects/extra_file_object_spec.rb | 11 +-
spec/code_objects/macro_object_spec.rb | 8 +-
spec/code_objects/method_object_spec.rb | 11 +-
spec/code_objects/module_object_spec.rb | 5 +-
spec/code_objects/namespace_object_spec.rb | 19 +-
spec/code_objects/proxy_spec.rb | 17 +-
spec/code_objects/spec_helper.rb | 4 +-
spec/config_spec.rb | 23 +-
spec/core_ext/array_spec.rb | 5 +-
spec/core_ext/file_spec.rb | 6 +-
spec/core_ext/hash_spec.rb | 10 +-
spec/core_ext/insertion_spec.rb | 4 +-
spec/core_ext/module_spec.rb | 6 +-
spec/core_ext/string_spec.rb | 10 +-
spec/core_ext/symbol_hash_spec.rb | 16 +-
spec/docstring_parser_spec.rb | 13 +-
spec/docstring_spec.rb | 33 +-
spec/examples.txt | 1849 ++++++++++++++++++++
spec/handlers/alias_handler_spec.rb | 3 +-
spec/handlers/attribute_handler_spec.rb | 12 +-
spec/handlers/base_spec.rb | 17 +-
spec/handlers/c/alias_handler_spec.rb | 3 +-
spec/handlers/c/attribute_handler_spec.rb | 3 +-
spec/handlers/c/class_handler_spec.rb | 3 +-
spec/handlers/c/constant_handler_spec.rb | 9 +-
spec/handlers/c/init_handler_spec.rb | 3 +-
spec/handlers/c/method_handler_spec.rb | 3 +-
spec/handlers/c/mixin_handler_spec.rb | 3 +-
spec/handlers/c/module_handler_spec.rb | 3 +-
spec/handlers/c/override_comment_handler_spec.rb | 3 +-
spec/handlers/c/path_handler_spec.rb | 3 +-
spec/handlers/c/spec_helper.rb | 2 +-
spec/handlers/c/struct_handler_spec.rb | 5 +-
spec/handlers/class_condition_handler_spec.rb | 5 +-
spec/handlers/class_handler_spec.rb | 5 +-
.../class_method_handler_shared_examples.rb | 17 +-
spec/handlers/class_variable_handler_spec.rb | 5 +-
spec/handlers/constant_handler_spec.rb | 31 +-
spec/handlers/decorator_handler_methods_spec.rb | 106 +-
spec/handlers/dsl_handler_spec.rb | 5 +-
spec/handlers/examples/alias_handler_001.rb.txt | 0
.../handlers/examples/attribute_handler_001.rb.txt | 0
.../examples/class_condition_handler_001.rb.txt | 0
spec/handlers/examples/class_handler_001.rb.txt | 0
.../examples/class_variable_handler_001.rb.txt | 0
spec/handlers/examples/constant_handler_001.rb.txt | 0
spec/handlers/examples/dsl_handler_001.rb.txt | 0
.../handlers/examples/exception_handler_001.rb.txt | 0
spec/handlers/examples/extend_handler_001.rb.txt | 0
.../examples/method_condition_handler_001.rb.txt | 0
spec/handlers/examples/method_handler_001.rb.txt | 2 +
spec/handlers/examples/mixin_handler_001.rb.txt | 0
spec/handlers/examples/module_handler_001.rb.txt | 0
.../examples/private_constant_handler_001.rb.txt | 0
spec/handlers/examples/process_handler_001.rb.txt | 0
.../examples/visibility_handler_001.rb.txt | 0
spec/handlers/examples/yield_handler_001.rb.txt | 0
spec/handlers/exception_handler_spec.rb | 5 +-
spec/handlers/extend_handler_spec.rb | 3 +-
spec/handlers/legacy_base_spec.rb | 10 +-
spec/handlers/method_condition_handler_spec.rb | 5 +-
spec/handlers/method_handler_spec.rb | 8 +-
spec/handlers/mixin_handler_spec.rb | 5 +-
spec/handlers/module_function_handler_spec.rb | 3 +-
spec/handlers/module_handler_spec.rb | 5 +-
spec/handlers/private_class_method_handler_spec.rb | 3 +-
spec/handlers/private_constant_handler_spec.rb | 3 +-
spec/handlers/processor_spec.rb | 3 +-
spec/handlers/public_class_method_handler_spec.rb | 3 +-
spec/handlers/ruby/base_spec.rb | 11 +-
spec/handlers/ruby/legacy/base_spec.rb | 8 +-
spec/handlers/spec_helper.rb | 6 +-
spec/handlers/visibility_handler_spec.rb | 5 +-
spec/handlers/yield_handler_spec.rb | 5 +-
spec/i18n/locale_spec.rb | 6 +-
spec/i18n/message_spec.rb | 4 +-
spec/i18n/messages_spec.rb | 6 +-
spec/i18n/pot_generator_spec.rb | 68 +-
spec/i18n/text_spec.rb | 28 +-
spec/logging_spec.rb | 4 +-
spec/options_spec.rb | 18 +-
spec/parser/base_spec.rb | 4 +-
spec/parser/c_parser_spec.rb | 9 +-
spec/parser/examples/array.c.txt | 0
spec/parser/examples/example1.rb.txt | 0
spec/parser/examples/extrafile.c.txt | 0
spec/parser/examples/multifile.c.txt | 0
spec/parser/examples/override.c.txt | 0
spec/parser/examples/parse_in_order_001.rb.txt | 0
spec/parser/examples/parse_in_order_002.rb.txt | 0
spec/parser/examples/tag_handler_001.rb.txt | 0
spec/parser/ruby/ast_node_spec.rb | 14 +-
spec/parser/ruby/legacy/statement_list_spec.rb | 14 +-
spec/parser/ruby/legacy/token_list_spec.rb | 8 +-
spec/parser/ruby/ruby_parser_spec.rb | 62 +-
spec/parser/ruby/token_resolver_spec.rb | 165 ++
spec/parser/source_parser_spec.rb | 36 +-
spec/parser/tag_parsing_spec.rb | 4 +-
spec/rake/yardoc_task_spec.rb | 8 +-
spec/registry_spec.rb | 126 +-
spec/registry_store_spec.rb | 14 +-
spec/rubygems/doc_manager_spec.rb | 4 +-
spec/serializers/data/serialized_yardoc/checksums | 0
.../data/serialized_yardoc/objects/Foo.dat | Bin
.../data/serialized_yardoc/objects/Foo/bar_i.dat | Bin
.../data/serialized_yardoc/objects/Foo/baz_i.dat | Bin
.../data/serialized_yardoc/objects/root.dat | Bin
.../serializers/data/serialized_yardoc/proxy_types | 0
spec/serializers/file_system_serializer_spec.rb | 15 +-
spec/serializers/spec_helper.rb | 4 +-
spec/serializers/yardoc_serializer_spec.rb | 9 +-
spec/server/adapter_spec.rb | 5 +-
spec/server/commands/base_spec.rb | 26 +-
spec/server/commands/library_command_spec.rb | 4 +-
spec/server/doc_server_helper_spec.rb | 7 +-
spec/server/doc_server_serializer_spec.rb | 5 +-
spec/server/rack_adapter_spec.rb | 5 +-
spec/server/router_spec.rb | 5 +-
spec/server/spec_helper.rb | 4 +-
spec/server/static_caching_spec.rb | 7 +-
spec/server/webrick_servlet_spec.rb | 9 +-
spec/server_spec.rb | 6 +-
spec/spec_helper.rb | 115 +-
spec/tags/default_factory_spec.rb | 14 +-
spec/tags/default_tag_spec.rb | 6 +-
spec/tags/directives_spec.rb | 24 +-
spec/tags/library_spec.rb | 18 +-
spec/tags/overload_tag_spec.rb | 8 +-
spec/tags/ref_tag_list_spec.rb | 6 +-
spec/tags/types_explainer_spec.rb | 200 +++
spec/templates/class_spec.rb | 3 +-
spec/templates/constant_spec.rb | 5 +-
spec/templates/engine_spec.rb | 7 +-
spec/templates/examples/class001.html | 0
spec/templates/examples/class001.txt | 0
spec/templates/examples/class002.html | 0
spec/templates/examples/constant001.txt | 0
spec/templates/examples/constant002.txt | 0
spec/templates/examples/constant003.txt | 0
spec/templates/examples/method001.html | 0
spec/templates/examples/method001.txt | 0
spec/templates/examples/method002.html | 0
spec/templates/examples/method002.txt | 0
spec/templates/examples/method003.html | 0
spec/templates/examples/method003.txt | 0
spec/templates/examples/method004.html | 0
spec/templates/examples/method004.txt | 0
spec/templates/examples/method005.html | 0
spec/templates/examples/method005.txt | 0
.../examples/{method002.html => method006.html} | 53 +-
.../examples/{method002.txt => method006.txt} | 12 +-
spec/templates/examples/module001.dot | 0
spec/templates/examples/module001.html | 0
spec/templates/examples/module001.txt | 0
spec/templates/examples/module002.html | 0
spec/templates/examples/module003.html | 0
spec/templates/examples/module004.html | 0
spec/templates/examples/tag001.txt | 0
spec/templates/helpers/base_helper_spec.rb | 10 +-
spec/templates/helpers/html_helper_spec.rb | 124 +-
.../helpers/html_syntax_highlight_helper_spec.rb | 23 +-
spec/templates/helpers/markup/rdoc_markup_spec.rb | 24 +-
spec/templates/helpers/markup_helper_spec.rb | 4 +-
spec/templates/helpers/method_helper_spec.rb | 6 +-
spec/templates/helpers/module_helper_spec.rb | 4 +-
.../templates/helpers/shared_signature_examples.rb | 3 +-
spec/templates/helpers/text_helper_spec.rb | 13 +-
spec/templates/method_spec.rb | 20 +-
spec/templates/module_spec.rb | 7 +-
spec/templates/onefile_spec.rb | 14 +-
spec/templates/section_spec.rb | 5 +-
spec/templates/spec_helper.rb | 7 +-
spec/templates/tag_spec.rb | 5 +-
spec/templates/template_spec.rb | 29 +-
spec/verifier_spec.rb | 6 +-
templates/default/class/dot/setup.rb | 3 +-
templates/default/class/dot/superklass.erb | 0
.../default/class/html/constructor_details.erb | 0
templates/default/class/html/setup.rb | 3 +-
templates/default/class/html/subclasses.erb | 0
templates/default/class/setup.rb | 12 +-
templates/default/class/text/setup.rb | 3 +-
templates/default/class/text/subclasses.erb | 0
templates/default/constant/text/header.erb | 0
templates/default/constant/text/setup.rb | 1 +
templates/default/docstring/html/abstract.erb | 0
templates/default/docstring/html/deprecated.erb | 0
templates/default/docstring/html/index.erb | 0
templates/default/docstring/html/note.erb | 0
templates/default/docstring/html/private.erb | 0
templates/default/docstring/html/returns_void.erb | 0
templates/default/docstring/html/text.erb | 0
templates/default/docstring/html/todo.erb | 0
templates/default/docstring/setup.rb | 7 +-
templates/default/docstring/text/abstract.erb | 0
templates/default/docstring/text/deprecated.erb | 0
templates/default/docstring/text/index.erb | 0
templates/default/docstring/text/note.erb | 0
templates/default/docstring/text/private.erb | 0
templates/default/docstring/text/returns_void.erb | 0
templates/default/docstring/text/text.erb | 0
templates/default/docstring/text/todo.erb | 0
templates/default/fulldoc/html/css/common.css | 0
templates/default/fulldoc/html/css/full_list.css | 0
templates/default/fulldoc/html/css/style.css | 51 +-
templates/default/fulldoc/html/frames.erb | 0
templates/default/fulldoc/html/full_list.erb | 4 +-
templates/default/fulldoc/html/full_list_class.erb | 0
templates/default/fulldoc/html/full_list_file.erb | 0
.../default/fulldoc/html/full_list_method.erb | 0
templates/default/fulldoc/html/js/app.js | 6 +-
templates/default/fulldoc/html/js/full_list.js | 0
templates/default/fulldoc/html/js/jquery.js | 0
templates/default/fulldoc/html/setup.rb | 45 +-
templates/default/layout/dot/header.erb | 0
templates/default/layout/dot/setup.rb | 1 +
templates/default/layout/html/breadcrumb.erb | 0
templates/default/layout/html/files.erb | 0
templates/default/layout/html/footer.erb | 0
templates/default/layout/html/headers.erb | 4 +-
templates/default/layout/html/index.erb | 0
templates/default/layout/html/layout.erb | 4 +-
templates/default/layout/html/listing.erb | 0
templates/default/layout/html/objects.erb | 0
templates/default/layout/html/script_setup.erb | 0
templates/default/layout/html/search.erb | 0
templates/default/layout/html/setup.rb | 40 +-
templates/default/method/html/header.erb | 0
templates/default/method/setup.rb | 3 +-
templates/default/method/text/header.erb | 0
templates/default/method_details/html/header.erb | 0
.../method_details/html/method_signature.erb | 0
templates/default/method_details/html/source.erb | 0
templates/default/method_details/setup.rb | 1 +
templates/default/method_details/text/header.erb | 0
.../method_details/text/method_signature.erb | 0
templates/default/method_details/text/setup.rb | 5 +-
templates/default/module/dot/child.erb | 0
templates/default/module/dot/dependencies.erb | 0
templates/default/module/dot/header.erb | 0
templates/default/module/dot/info.erb | 0
templates/default/module/dot/setup.rb | 3 +-
.../default/module/html/attribute_details.erb | 0
.../default/module/html/attribute_summary.erb | 0
templates/default/module/html/box_info.erb | 0
templates/default/module/html/children.erb | 0
templates/default/module/html/constant_summary.erb | 0
templates/default/module/html/defines.erb | 0
templates/default/module/html/header.erb | 0
.../default/module/html/inherited_attributes.erb | 0
.../default/module/html/inherited_constants.erb | 0
.../default/module/html/inherited_methods.erb | 0
templates/default/module/html/item_summary.erb | 0
.../default/module/html/method_details_list.erb | 0
templates/default/module/html/method_summary.erb | 0
templates/default/module/html/methodmissing.erb | 0
templates/default/module/html/pre_docstring.erb | 0
templates/default/module/setup.rb | 50 +-
templates/default/module/text/children.erb | 0
templates/default/module/text/class_meths_list.erb | 0
templates/default/module/text/extends.erb | 0
templates/default/module/text/header.erb | 0
templates/default/module/text/includes.erb | 0
.../default/module/text/instance_meths_list.erb | 0
templates/default/module/text/setup.rb | 3 +-
templates/default/onefile/html/files.erb | 0
templates/default/onefile/html/headers.erb | 0
templates/default/onefile/html/layout.erb | 6 +-
templates/default/onefile/html/readme.erb | 0
templates/default/onefile/html/setup.rb | 17 +-
templates/default/root/dot/child.erb | 0
templates/default/root/dot/setup.rb | 5 +-
templates/default/root/html/setup.rb | 3 +-
templates/default/tags/html/example.erb | 0
templates/default/tags/html/index.erb | 0
templates/default/tags/html/option.erb | 2 +-
templates/default/tags/html/overload.erb | 0
templates/default/tags/html/see.erb | 0
templates/default/tags/html/tag.erb | 2 +-
templates/default/tags/setup.rb | 12 +-
templates/default/tags/text/example.erb | 0
templates/default/tags/text/index.erb | 0
templates/default/tags/text/option.erb | 2 +-
templates/default/tags/text/overload.erb | 0
templates/default/tags/text/see.erb | 0
templates/default/tags/text/tag.erb | 4 +-
templates/guide/class/html/setup.rb | 1 +
templates/guide/docstring/html/setup.rb | 1 +
templates/guide/fulldoc/html/css/style.css | 0
templates/guide/fulldoc/html/js/app.js | 0
templates/guide/fulldoc/html/setup.rb | 13 +-
templates/guide/layout/html/layout.erb | 0
templates/guide/layout/html/setup.rb | 7 +-
templates/guide/method/html/header.erb | 0
templates/guide/method/html/setup.rb | 9 +-
templates/guide/module/html/header.erb | 0
templates/guide/module/html/method_list.erb | 0
templates/guide/module/html/setup.rb | 3 +-
templates/guide/onefile/html/files.erb | 0
templates/guide/onefile/html/setup.rb | 1 +
templates/guide/onefile/html/toc.erb | 0
templates/guide/tags/html/setup.rb | 1 +
yard.gemspec | 3 +-
573 files changed, 5852 insertions(+), 2554 deletions(-)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/yard.git
More information about the Pkg-ruby-extras-commits
mailing list