[DRE-commits] [yard] branch master updated (7043ac9 -> 76c3c8d)

Lucas Nussbaum lucas at moszumanska.debian.org
Wed May 6 09:14:06 UTC 2015


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

lucas pushed a change to branch master
in repository yard.

      from  7043ac9   Remove obsolete d/require-rubygems.overrides
       new  1a9467b   Imported Upstream version 0.8.7.6
       new  5c0300a   Bump Standards-Version to 3.9.6. No changes needed. Other minor refreshes to packaging.
       new  588508a   debian/copyright: fix path (avoids lintian warning)
       new  c5eb50e   Ignore 'require-rubygems' failures given this test is removed in more recent gem2deb versions.
       new  76c3c8d   Prepare changelog for upload.

The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .yardopts                                          |   1 +
 CHANGELOG.md                                       | 418 +++++++++++++++++++++
 README.md                                          | 362 +-----------------
 checksums.yaml.gz                                  | Bin 270 -> 0 bytes
 debian/changelog                                   |   9 +
 debian/control                                     |   5 +-
 debian/copyright                                   |   2 +-
 debian/rules                                       |   2 +-
 docs/WhatsNew.md                                   |   1 +
 lib/yard/cli/gems.rb                               |   1 -
 lib/yard/cli/stats.rb                              |   6 +-
 lib/yard/cli/yardoc.rb                             |   8 +-
 lib/yard/docstring_parser.rb                       |   3 -
 lib/yard/handlers/c/symbol_handler.rb              |   2 +-
 lib/yard/handlers/ruby/method_handler.rb           |  40 +-
 .../handlers/ruby/private_class_method_handler.rb  |  15 +-
 lib/yard/i18n/pot_generator.rb                     |   2 +
 lib/yard/logging.rb                                |   2 +-
 lib/yard/parser/ruby/ast_node.rb                   |  56 ++-
 lib/yard/parser/ruby/ruby_parser.rb                |  36 +-
 lib/yard/rake/yardoc_task.rb                       |   9 +-
 lib/yard/server/commands/library_command.rb        |   7 +-
 .../templates/default/layout/html/breadcrumb.erb   |   2 +-
 .../doc_server/processing/html/processing.erb      |   3 +-
 lib/yard/tags/library.rb                           |   2 -
 lib/yard/templates/helpers/html_helper.rb          |   6 +-
 lib/yard/templates/template.rb                     |   6 +-
 lib/yard/version.rb                                |   2 +-
 metadata.yml                                       |  86 ++---
 spec/cli/yardoc_spec.rb                            |  12 +-
 .../private_class_method_handler_001.rb.txt        |   2 +
 .../private_class_method_handler_002.rb.txt        |  18 +
 .../private_class_method_handler_003.rb.txt        |  11 +
 spec/handlers/private_class_method_handler_spec.rb |  47 ++-
 spec/i18n/pot_generator_spec.rb                    |  30 ++
 spec/parser/c_parser_spec.rb                       |  18 +
 spec/parser/ruby/ruby_parser_spec.rb               |  43 ++-
 spec/parser/source_parser_spec.rb                  |  20 +-
 spec/rake/yardoc_task_spec.rb                      |  27 ++
 spec/spec_helper.rb                                |   2 +
 spec/templates/helpers/html_helper_spec.rb         |  32 ++
 templates/default/fulldoc/html/full_list.erb       |   6 +-
 templates/default/fulldoc/html/js/full_list.js     |   5 +-
 templates/default/tags/html/option.erb             |   2 +-
 yard.gemspec                                       |   2 +-
 45 files changed, 904 insertions(+), 467 deletions(-)
 create mode 100644 CHANGELOG.md
 delete mode 100644 checksums.yaml.gz
 create mode 100644 spec/handlers/examples/private_class_method_handler_002.rb.txt
 create mode 100644 spec/handlers/examples/private_class_method_handler_003.rb.txt

-- 
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