[DRE-commits] [yard] branch master updated (35f2622 -> 7b51f32)

Lucas Nussbaum lucas at moszumanska.debian.org
Thu Jul 6 20:41:57 UTC 2017


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

lucas pushed a change to branch master
in repository yard.

      from  35f2622   New patch to pass autopkgtest
      adds  2ea1b5d   New upstream version 0.9.9
       new  ac7c30f   Merge tag 'upstream/0.9.9'
       new  15fe46a   Bump Standards-Version. No changes needed.
       new  7b51f32   Prepare changelog for upload

The 3 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:
 CHANGELOG.md                             |    7 +-
 debian/changelog                         |    7 +
 debian/control                           |    2 +-
 lib/yard/cli/diff.rb                     |    2 +-
 lib/yard/cli/gems.rb                     |    2 +-
 lib/yard/cli/server.rb                   |    2 +-
 lib/yard/cli/yardoc.rb                   |    2 +-
 lib/yard/cli/yri.rb                      |    2 +-
 lib/yard/config.rb                       |    2 +-
 lib/yard/docstring_parser.rb             |    3 +-
 lib/yard/gem_index.rb                    |   12 +
 lib/yard/logging.rb                      |   11 +-
 lib/yard/parser/c/c_parser.rb            |    3 +
 lib/yard/parser/ruby/legacy/ruby_lex.rb  |   10 +-
 lib/yard/parser/ruby/ruby_parser.rb      |    6 +-
 lib/yard/registry_store.rb               |    5 +-
 lib/yard/rubygems/hook.rb                |   31 +
 lib/yard/version.rb                      |    2 +-
 spec/cli/diff_spec.rb                    |    2 +-
 spec/cli/gems_spec.rb                    |    4 +-
 spec/cli/server_spec.rb                  |    3 +-
 spec/code_objects/constants_spec.rb      |   39 +-
 spec/config_spec.rb                      |    4 +-
 spec/examples.txt                        | 3577 +++++++++++++++---------------
 spec/parser/c_parser_spec.rb             |   23 +
 spec/parser/examples/namespace.cpp.txt   |   68 +
 spec/parser/ruby/ruby_parser_spec.rb     |    5 +
 templates/default/fulldoc/html/js/app.js |    7 +-
 28 files changed, 2014 insertions(+), 1829 deletions(-)
 create mode 100644 spec/parser/examples/namespace.cpp.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