[DRE-commits] [yard] 01/06: Update upstream source from tag 'upstream/0.9.12'

Cédric Boutillier boutil at moszumanska.debian.org
Mon Nov 27 11:12:27 UTC 2017


This is an automated email from the git hooks/post-receive script.

boutil pushed a commit to branch master
in repository yard.

commit 198b6e5457b263056327caef56ec7d617d7f37b9
Merge: 7b51f32 e701ca2
Author: Cédric Boutillier <boutil at debian.org>
Date:   Mon Nov 27 10:21:50 2017 +0100

    Update upstream source from tag 'upstream/0.9.12'
    
    Update to upstream version '0.9.12'
    with Debian dir 2ee155dae9ea44d9910069312ae9f1f382bc6f8e

 .yardopts                                          |    0
 CHANGELOG.md                                       |  283 +-
 LEGAL                                              |    0
 LICENSE                                            |    0
 README.md                                          |    1 -
 Rakefile                                           |    0
 benchmarks/builtins_vs_eval.rb                     |    0
 benchmarks/concat_vs_join.rb                       |    0
 benchmarks/erb_vs_erubis.rb                        |    0
 benchmarks/format_args.rb                          |    0
 benchmarks/generation.rb                           |    0
 benchmarks/marshal_vs_dbm.rb                       |    0
 benchmarks/parsing.rb                              |    0
 benchmarks/pathname_vs_string.rb                   |    0
 benchmarks/rdoc_vs_yardoc.rb                       |    0
 benchmarks/registry_store_types.rb                 |    0
 benchmarks/ri_vs_yri.rb                            |    0
 benchmarks/ripper_parser.rb                        |    0
 benchmarks/splat_vs_flatten.rb                     |    0
 benchmarks/template_erb.rb                         |    0
 benchmarks/template_format.rb                      |    0
 benchmarks/template_profile.rb                     |    0
 benchmarks/yri_cache.rb                            |    0
 docs/CodeObjects.md                                |    0
 docs/GettingStarted.md                             |    5 +
 docs/Handlers.md                                   |    0
 docs/Overview.md                                   |    0
 docs/Parser.md                                     |    0
 docs/Tags.md                                       |    0
 docs/TagsArch.md                                   |    0
 docs/Templates.md                                  |    2 +-
 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       |    0
 docs/templates/default/layout/html/setup.rb        |    0
 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     |    0
 docs/templates/plugin.rb                           |    0
 lib/rubygems_plugin.rb                             |    0
 lib/yard.rb                                        |    0
 lib/yard/autoload.rb                               |    0
 lib/yard/cli/command.rb                            |    0
 lib/yard/cli/command_parser.rb                     |    0
 lib/yard/cli/config.rb                             |    0
 lib/yard/cli/diff.rb                               |    0
 lib/yard/cli/display.rb                            |    0
 lib/yard/cli/gems.rb                               |    0
 lib/yard/cli/graph.rb                              |    0
 lib/yard/cli/help.rb                               |    0
 lib/yard/cli/i18n.rb                               |    0
 lib/yard/cli/list.rb                               |    0
 lib/yard/cli/markup_types.rb                       |    0
 lib/yard/cli/server.rb                             |    0
 lib/yard/cli/stats.rb                              |    5 +-
 lib/yard/cli/yardoc.rb                             |   40 +-
 lib/yard/cli/yardopts_command.rb                   |    0
 lib/yard/cli/yri.rb                                |    0
 lib/yard/code_objects/base.rb                      |    0
 lib/yard/code_objects/class_object.rb              |    0
 lib/yard/code_objects/class_variable_object.rb     |    0
 lib/yard/code_objects/constant_object.rb           |    0
 lib/yard/code_objects/extended_method_object.rb    |    0
 lib/yard/code_objects/extra_file_object.rb         |    0
 lib/yard/code_objects/macro_object.rb              |    0
 lib/yard/code_objects/method_object.rb             |    0
 lib/yard/code_objects/module_object.rb             |    0
 lib/yard/code_objects/namespace_mapper.rb          |    0
 lib/yard/code_objects/namespace_object.rb          |    0
 lib/yard/code_objects/proxy.rb                     |    0
 lib/yard/code_objects/root_object.rb               |    0
 lib/yard/config.rb                                 |    0
 lib/yard/core_ext/array.rb                         |    0
 lib/yard/core_ext/file.rb                          |    5 +-
 lib/yard/core_ext/hash.rb                          |    0
 lib/yard/core_ext/insertion.rb                     |    0
 lib/yard/core_ext/module.rb                        |    0
 lib/yard/core_ext/string.rb                        |    0
 lib/yard/core_ext/symbol_hash.rb                   |    0
 lib/yard/docstring.rb                              |    0
 lib/yard/docstring_parser.rb                       |    1 +
 lib/yard/gem_index.rb                              |    2 +-
 lib/yard/globals.rb                                |    0
 lib/yard/handlers/base.rb                          |    0
 lib/yard/handlers/c/alias_handler.rb               |    0
 lib/yard/handlers/c/attribute_handler.rb           |    0
 lib/yard/handlers/c/base.rb                        |    0
 lib/yard/handlers/c/class_handler.rb               |    2 +-
 lib/yard/handlers/c/constant_handler.rb            |    0
 lib/yard/handlers/c/handler_methods.rb             |    0
 lib/yard/handlers/c/init_handler.rb                |    0
 lib/yard/handlers/c/method_handler.rb              |    0
 lib/yard/handlers/c/mixin_handler.rb               |    0
 lib/yard/handlers/c/module_handler.rb              |    0
 lib/yard/handlers/c/override_comment_handler.rb    |    0
 lib/yard/handlers/c/path_handler.rb                |    0
 lib/yard/handlers/c/struct_handler.rb              |    0
 lib/yard/handlers/c/symbol_handler.rb              |    0
 lib/yard/handlers/processor.rb                     |    0
 lib/yard/handlers/ruby/alias_handler.rb            |    0
 lib/yard/handlers/ruby/attribute_handler.rb        |    0
 lib/yard/handlers/ruby/base.rb                     |    0
 lib/yard/handlers/ruby/class_condition_handler.rb  |    0
 lib/yard/handlers/ruby/class_handler.rb            |    0
 lib/yard/handlers/ruby/class_variable_handler.rb   |    0
 lib/yard/handlers/ruby/comment_handler.rb          |    0
 lib/yard/handlers/ruby/constant_handler.rb         |    1 +
 .../handlers/ruby/decorator_handler_methods.rb     |    0
 lib/yard/handlers/ruby/dsl_handler.rb              |    0
 lib/yard/handlers/ruby/dsl_handler_methods.rb      |    0
 lib/yard/handlers/ruby/exception_handler.rb        |    0
 lib/yard/handlers/ruby/extend_handler.rb           |    0
 lib/yard/handlers/ruby/legacy/alias_handler.rb     |    0
 lib/yard/handlers/ruby/legacy/attribute_handler.rb |    0
 lib/yard/handlers/ruby/legacy/base.rb              |    0
 .../ruby/legacy/class_condition_handler.rb         |    0
 lib/yard/handlers/ruby/legacy/class_handler.rb     |    0
 .../handlers/ruby/legacy/class_variable_handler.rb |    0
 lib/yard/handlers/ruby/legacy/comment_handler.rb   |    0
 lib/yard/handlers/ruby/legacy/constant_handler.rb  |    0
 lib/yard/handlers/ruby/legacy/dsl_handler.rb       |    0
 lib/yard/handlers/ruby/legacy/exception_handler.rb |    0
 lib/yard/handlers/ruby/legacy/extend_handler.rb    |    0
 lib/yard/handlers/ruby/legacy/method_handler.rb    |    0
 lib/yard/handlers/ruby/legacy/mixin_handler.rb     |    0
 .../ruby/legacy/module_function_handler.rb         |    0
 lib/yard/handlers/ruby/legacy/module_handler.rb    |    0
 .../ruby/legacy/private_class_method_handler.rb    |    0
 .../ruby/legacy/private_constant_handler.rb        |    0
 .../handlers/ruby/legacy/visibility_handler.rb     |    0
 lib/yard/handlers/ruby/legacy/yield_handler.rb     |    0
 lib/yard/handlers/ruby/method_condition_handler.rb |    0
 lib/yard/handlers/ruby/method_handler.rb           |    0
 lib/yard/handlers/ruby/mixin_handler.rb            |    0
 lib/yard/handlers/ruby/module_function_handler.rb  |    0
 lib/yard/handlers/ruby/module_handler.rb           |    0
 .../handlers/ruby/private_class_method_handler.rb  |    0
 lib/yard/handlers/ruby/private_constant_handler.rb |    0
 .../handlers/ruby/public_class_method_handler.rb   |    0
 lib/yard/handlers/ruby/struct_handler_methods.rb   |    0
 lib/yard/handlers/ruby/visibility_handler.rb       |    0
 lib/yard/handlers/ruby/yield_handler.rb            |    0
 lib/yard/i18n/locale.rb                            |    0
 lib/yard/i18n/message.rb                           |    0
 lib/yard/i18n/messages.rb                          |    0
 lib/yard/i18n/po_parser.rb                         |    0
 lib/yard/i18n/pot_generator.rb                     |    4 +-
 lib/yard/i18n/text.rb                              |    4 +-
 lib/yard/logging.rb                                |   10 +-
 lib/yard/options.rb                                |    0
 lib/yard/parser/base.rb                            |    0
 lib/yard/parser/c/c_parser.rb                      |    0
 lib/yard/parser/c/comment_parser.rb                |    2 +-
 lib/yard/parser/c/statement.rb                     |    0
 lib/yard/parser/ruby/ast_node.rb                   |    9 +-
 lib/yard/parser/ruby/legacy/ruby_lex.rb            |    0
 lib/yard/parser/ruby/legacy/ruby_parser.rb         |    0
 lib/yard/parser/ruby/legacy/statement.rb           |    0
 lib/yard/parser/ruby/legacy/statement_list.rb      |    0
 lib/yard/parser/ruby/legacy/token_list.rb          |    0
 lib/yard/parser/ruby/ruby_parser.rb                |    2 +-
 lib/yard/parser/ruby/token_resolver.rb             |    0
 lib/yard/parser/source_parser.rb                   |    0
 lib/yard/rake/yardoc_task.rb                       |    0
 lib/yard/registry.rb                               |    0
 lib/yard/registry_resolver.rb                      |    0
 lib/yard/registry_store.rb                         |    0
 lib/yard/rubygems/backports.rb                     |    0
 lib/yard/rubygems/backports/LICENSE.txt            |    0
 lib/yard/rubygems/backports/MIT.txt                |    0
 lib/yard/rubygems/backports/gem.rb                 |    0
 lib/yard/rubygems/backports/source_index.rb        |    0
 lib/yard/rubygems/doc_manager.rb                   |    0
 lib/yard/rubygems/hook.rb                          |    0
 lib/yard/rubygems/specification.rb                 |   14 +-
 lib/yard/serializers/base.rb                       |    0
 lib/yard/serializers/file_system_serializer.rb     |    0
 lib/yard/serializers/process_serializer.rb         |    0
 lib/yard/serializers/stdout_serializer.rb          |    0
 lib/yard/serializers/yardoc_serializer.rb          |    0
 lib/yard/server.rb                                 |    0
 lib/yard/server/adapter.rb                         |    0
 lib/yard/server/commands/base.rb                   |    0
 lib/yard/server/commands/display_file_command.rb   |    0
 lib/yard/server/commands/display_object_command.rb |    0
 lib/yard/server/commands/frames_command.rb         |    0
 lib/yard/server/commands/library_command.rb        |    0
 lib/yard/server/commands/library_index_command.rb  |    0
 lib/yard/server/commands/list_command.rb           |    0
 lib/yard/server/commands/root_request_command.rb   |    0
 lib/yard/server/commands/search_command.rb         |    0
 lib/yard/server/commands/static_file_command.rb    |    0
 lib/yard/server/commands/static_file_helpers.rb    |    0
 lib/yard/server/doc_server_helper.rb               |    0
 lib/yard/server/doc_server_serializer.rb           |    0
 lib/yard/server/library_version.rb                 |    0
 lib/yard/server/rack_adapter.rb                    |    0
 lib/yard/server/router.rb                          |    0
 lib/yard/server/static_caching.rb                  |    0
 .../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  |    0
 .../default/method_details/html/permalink.erb      |    0
 .../templates/default/method_details/html/setup.rb |    0
 .../doc_server/library_list/html/headers.erb       |    0
 .../doc_server/library_list/html/library_list.erb  |    0
 .../doc_server/library_list/html/listing.erb       |    0
 .../doc_server/library_list/html/setup.rb          |    0
 .../doc_server/library_list/html/title.erb         |    0
 .../doc_server/processing/html/processing.erb      |    0
 .../templates/doc_server/processing/html/setup.rb  |    0
 .../templates/doc_server/search/html/search.erb    |    0
 .../templates/doc_server/search/html/setup.rb      |    0
 lib/yard/server/webrick_adapter.rb                 |    0
 lib/yard/tags/default_factory.rb                   |    0
 lib/yard/tags/default_tag.rb                       |    0
 lib/yard/tags/directives.rb                        |    8 +
 lib/yard/tags/library.rb                           |    0
 lib/yard/tags/option_tag.rb                        |    0
 lib/yard/tags/overload_tag.rb                      |    0
 lib/yard/tags/ref_tag.rb                           |    0
 lib/yard/tags/ref_tag_list.rb                      |    0
 lib/yard/tags/tag.rb                               |    0
 lib/yard/tags/tag_format_error.rb                  |    0
 lib/yard/tags/types_explainer.rb                   |    4 +-
 lib/yard/templates/engine.rb                       |    0
 lib/yard/templates/erb_cache.rb                    |    0
 lib/yard/templates/helpers/base_helper.rb          |    0
 lib/yard/templates/helpers/filter_helper.rb        |    0
 lib/yard/templates/helpers/html_helper.rb          |    7 +
 .../helpers/html_syntax_highlight_helper.rb        |    0
 lib/yard/templates/helpers/markup/rdoc_markdown.rb |    0
 lib/yard/templates/helpers/markup/rdoc_markup.rb   |    0
 lib/yard/templates/helpers/markup_helper.rb        |    4 +
 lib/yard/templates/helpers/method_helper.rb        |    0
 lib/yard/templates/helpers/module_helper.rb        |    0
 lib/yard/templates/helpers/text_helper.rb          |    0
 lib/yard/templates/helpers/uml_helper.rb           |    0
 lib/yard/templates/section.rb                      |    0
 lib/yard/templates/template.rb                     |    0
 lib/yard/templates/template_options.rb             |    0
 lib/yard/verifier.rb                               |    0
 lib/yard/version.rb                                |    2 +-
 spec/cli/command_parser_spec.rb                    |    0
 spec/cli/command_spec.rb                           |    0
 spec/cli/config_spec.rb                            |    0
 spec/cli/diff_spec.rb                              |    0
 spec/cli/display_spec.rb                           |    0
 spec/cli/gems_spec.rb                              |    0
 spec/cli/graph_spec.rb                             |    0
 spec/cli/help_spec.rb                              |    0
 spec/cli/i18n_spec.rb                              |    0
 spec/cli/list_spec.rb                              |    0
 spec/cli/markup_types_spec.rb                      |    0
 spec/cli/server_spec.rb                            |    0
 spec/cli/stats_spec.rb                             |    8 +-
 spec/cli/yardoc_spec.rb                            |   45 +-
 spec/cli/yri_spec.rb                               |    0
 spec/code_objects/base_spec.rb                     |    0
 spec/code_objects/class_object_spec.rb             |    0
 spec/code_objects/code_object_list_spec.rb         |    0
 spec/code_objects/constants_spec.rb                |    0
 spec/code_objects/extra_file_object_spec.rb        |    0
 spec/code_objects/macro_object_spec.rb             |    0
 spec/code_objects/method_object_spec.rb            |    0
 spec/code_objects/module_object_spec.rb            |    0
 spec/code_objects/namespace_object_spec.rb         |    0
 spec/code_objects/proxy_spec.rb                    |    0
 spec/code_objects/spec_helper.rb                   |    0
 spec/config_spec.rb                                |    0
 spec/core_ext/array_spec.rb                        |    0
 spec/core_ext/file_spec.rb                         |   10 +-
 spec/core_ext/hash_spec.rb                         |    0
 spec/core_ext/insertion_spec.rb                    |    0
 spec/core_ext/module_spec.rb                       |    0
 spec/core_ext/string_spec.rb                       |    0
 spec/core_ext/symbol_hash_spec.rb                  |    0
 spec/docstring_parser_spec.rb                      |    0
 spec/docstring_spec.rb                             |    0
 spec/examples.txt                                  | 3647 +++++++--------
 spec/handlers/alias_handler_spec.rb                |    0
 spec/handlers/attribute_handler_spec.rb            |    0
 spec/handlers/base_spec.rb                         |    0
 spec/handlers/c/alias_handler_spec.rb              |    0
 spec/handlers/c/attribute_handler_spec.rb          |    0
 spec/handlers/c/class_handler_spec.rb              |    3 +-
 spec/handlers/c/constant_handler_spec.rb           |    0
 spec/handlers/c/init_handler_spec.rb               |    0
 spec/handlers/c/method_handler_spec.rb             |    0
 spec/handlers/c/mixin_handler_spec.rb              |    0
 spec/handlers/c/module_handler_spec.rb             |    0
 spec/handlers/c/override_comment_handler_spec.rb   |    0
 spec/handlers/c/path_handler_spec.rb               |    0
 spec/handlers/c/spec_helper.rb                     |    0
 spec/handlers/c/struct_handler_spec.rb             |    0
 spec/handlers/class_condition_handler_spec.rb      |    0
 spec/handlers/class_handler_spec.rb                |    0
 .../class_method_handler_shared_examples.rb        |    0
 spec/handlers/class_variable_handler_spec.rb       |    0
 spec/handlers/constant_handler_spec.rb             |    8 +
 spec/handlers/decorator_handler_methods_spec.rb    |    0
 spec/handlers/dsl_handler_spec.rb                  |    0
 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 |    7 +-
 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   |    0
 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            |    0
 spec/handlers/extend_handler_spec.rb               |    0
 spec/handlers/legacy_base_spec.rb                  |    0
 spec/handlers/method_condition_handler_spec.rb     |    0
 spec/handlers/method_handler_spec.rb               |    0
 spec/handlers/mixin_handler_spec.rb                |    0
 spec/handlers/module_function_handler_spec.rb      |    0
 spec/handlers/module_handler_spec.rb               |    0
 spec/handlers/private_class_method_handler_spec.rb |    0
 spec/handlers/private_constant_handler_spec.rb     |    0
 spec/handlers/processor_spec.rb                    |    0
 spec/handlers/public_class_method_handler_spec.rb  |    0
 spec/handlers/ruby/base_spec.rb                    |    0
 spec/handlers/ruby/legacy/base_spec.rb             |    0
 spec/handlers/spec_helper.rb                       |    0
 spec/handlers/visibility_handler_spec.rb           |    0
 spec/handlers/yield_handler_spec.rb                |    0
 spec/i18n/locale_spec.rb                           |    0
 spec/i18n/message_spec.rb                          |    0
 spec/i18n/messages_spec.rb                         |    0
 spec/i18n/pot_generator_spec.rb                    |    0
 spec/i18n/text_spec.rb                             |    0
 spec/logging_spec.rb                               |    9 +
 spec/options_spec.rb                               |    0
 spec/parser/base_spec.rb                           |    0
 spec/parser/c_parser_spec.rb                       |   10 +
 spec/parser/examples/array.c.txt                   | 4662 +++++++++++++++-----
 spec/parser/examples/example1.rb.txt               |    0
 spec/parser/examples/extrafile.c.txt               |    0
 spec/parser/examples/multifile.c.txt               |    0
 spec/parser/examples/namespace.cpp.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                  |    0
 spec/parser/ruby/legacy/statement_list_spec.rb     |    0
 spec/parser/ruby/legacy/token_list_spec.rb         |    0
 spec/parser/ruby/ruby_parser_spec.rb               |   13 +
 spec/parser/ruby/token_resolver_spec.rb            |    0
 spec/parser/source_parser_spec.rb                  |    2 +-
 spec/parser/tag_parsing_spec.rb                    |    0
 spec/rake/yardoc_task_spec.rb                      |    0
 spec/registry_spec.rb                              |    0
 spec/registry_store_spec.rb                        |    0
 spec/rubygems/doc_manager_spec.rb                  |    0
 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    |    0
 spec/serializers/spec_helper.rb                    |    0
 spec/serializers/yardoc_serializer_spec.rb         |    0
 spec/server/adapter_spec.rb                        |    0
 spec/server/commands/base_spec.rb                  |    0
 spec/server/commands/library_command_spec.rb       |    0
 spec/server/doc_server_helper_spec.rb              |    0
 spec/server/doc_server_serializer_spec.rb          |    0
 spec/server/rack_adapter_spec.rb                   |    0
 spec/server/router_spec.rb                         |    0
 spec/server/spec_helper.rb                         |    0
 spec/server/static_caching_spec.rb                 |    0
 spec/server/webrick_servlet_spec.rb                |    0
 spec/server_spec.rb                                |    0
 spec/spec_helper.rb                                |    0
 spec/tags/default_factory_spec.rb                  |    0
 spec/tags/default_tag_spec.rb                      |    0
 spec/tags/directives_spec.rb                       |    0
 spec/tags/library_spec.rb                          |    0
 spec/tags/overload_tag_spec.rb                     |    0
 spec/tags/ref_tag_list_spec.rb                     |    0
 spec/tags/types_explainer_spec.rb                  |    5 +-
 spec/templates/class_spec.rb                       |    0
 spec/templates/constant_spec.rb                    |    0
 spec/templates/engine_spec.rb                      |    0
 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
 spec/templates/examples/method006.html             |    0
 spec/templates/examples/method006.txt              |    0
 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         |    0
 spec/templates/helpers/html_helper_spec.rb         |    3 +-
 .../helpers/html_syntax_highlight_helper_spec.rb   |    0
 spec/templates/helpers/markup/rdoc_markup_spec.rb  |    0
 spec/templates/helpers/markup_helper_spec.rb       |    1 +
 spec/templates/helpers/method_helper_spec.rb       |    0
 spec/templates/helpers/module_helper_spec.rb       |    0
 .../templates/helpers/shared_signature_examples.rb |    0
 spec/templates/helpers/text_helper_spec.rb         |    0
 spec/templates/method_spec.rb                      |    0
 spec/templates/module_spec.rb                      |    0
 spec/templates/onefile_spec.rb                     |    0
 spec/templates/section_spec.rb                     |    0
 spec/templates/spec_helper.rb                      |    0
 spec/templates/tag_spec.rb                         |    0
 spec/templates/template_spec.rb                    |    0
 spec/verifier_spec.rb                              |    0
 templates/default/class/dot/setup.rb               |    0
 templates/default/class/dot/superklass.erb         |    0
 .../default/class/html/constructor_details.erb     |    0
 templates/default/class/html/setup.rb              |    0
 templates/default/class/html/subclasses.erb        |    0
 templates/default/class/setup.rb                   |    0
 templates/default/class/text/setup.rb              |    0
 templates/default/class/text/subclasses.erb        |    0
 templates/default/constant/text/header.erb         |    0
 templates/default/constant/text/setup.rb           |    0
 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               |    0
 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       |    7 +
 templates/default/fulldoc/html/frames.erb          |    0
 templates/default/fulldoc/html/full_list.erb       |    0
 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           |    0
 templates/default/fulldoc/html/js/full_list.js     |    0
 templates/default/fulldoc/html/js/jquery.js        |    0
 templates/default/fulldoc/html/setup.rb            |    2 +-
 templates/default/layout/dot/header.erb            |    0
 templates/default/layout/dot/setup.rb              |    0
 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          |    0
 templates/default/layout/html/index.erb            |    0
 templates/default/layout/html/layout.erb           |    0
 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             |    0
 templates/default/method/html/header.erb           |    0
 templates/default/method/setup.rb                  |    0
 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          |    0
 templates/default/method_details/text/header.erb   |    0
 .../method_details/text/method_signature.erb       |    0
 templates/default/method_details/text/setup.rb     |    0
 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              |    0
 .../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                  |    0
 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             |    0
 templates/default/onefile/html/files.erb           |    0
 templates/default/onefile/html/headers.erb         |    0
 templates/default/onefile/html/layout.erb          |    0
 templates/default/onefile/html/readme.erb          |    0
 templates/default/onefile/html/setup.rb            |    0
 templates/default/root/dot/child.erb               |    0
 templates/default/root/dot/setup.rb                |    0
 templates/default/root/html/setup.rb               |    0
 templates/default/tags/html/example.erb            |    0
 templates/default/tags/html/index.erb              |    0
 templates/default/tags/html/option.erb             |    0
 templates/default/tags/html/overload.erb           |    0
 templates/default/tags/html/see.erb                |    0
 templates/default/tags/html/tag.erb                |    0
 templates/default/tags/setup.rb                    |    0
 templates/default/tags/text/example.erb            |    0
 templates/default/tags/text/index.erb              |    0
 templates/default/tags/text/option.erb             |    0
 templates/default/tags/text/overload.erb           |    0
 templates/default/tags/text/see.erb                |    0
 templates/default/tags/text/tag.erb                |    0
 templates/guide/class/html/setup.rb                |    0
 templates/guide/docstring/html/setup.rb            |    0
 templates/guide/fulldoc/html/css/style.css         |    0
 templates/guide/fulldoc/html/js/app.js             |    0
 templates/guide/fulldoc/html/setup.rb              |    0
 templates/guide/layout/html/layout.erb             |    0
 templates/guide/layout/html/setup.rb               |    0
 templates/guide/method/html/header.erb             |    0
 templates/guide/method/html/setup.rb               |    0
 templates/guide/module/html/header.erb             |    0
 templates/guide/module/html/method_list.erb        |    0
 templates/guide/module/html/setup.rb               |    0
 templates/guide/onefile/html/files.erb             |    0
 templates/guide/onefile/html/setup.rb              |    0
 templates/guide/onefile/html/toc.erb               |    0
 templates/guide/tags/html/setup.rb                 |    0
 yard.gemspec                                       |    0
 571 files changed, 5787 insertions(+), 3072 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