[DRE-commits] [yard] branch master updated (6a006a9 -> c9f0a04)

Cédric Boutillier boutil at alioth.debian.org
Wed Oct 2 06:14:58 UTC 2013


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

boutil pushed a change to branch master
in repository yard.

      from  6a006a9   update changelog
      adds  70e94cd   Imported Upstream version 0.8.7.2
       new  c9f0a04   Merge tag 'upstream/0.8.7.2'

The 1 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:
 README.md                                          |   36 ++++++----
 checksums.yaml.gz                                  |  Bin 268 -> 268 bytes
 lib/yard/cli/graph.rb                              |    5 +-
 lib/yard/cli/yardoc.rb                             |   31 +++++++--
 lib/yard/docstring.rb                              |    4 +-
 lib/yard/handlers/c/method_handler.rb              |    4 +-
 lib/yard/i18n/locale.rb                            |   18 ++---
 lib/yard/i18n/po_parser.rb                         |   60 +++++++++++++++++
 lib/yard/parser/c/c_parser.rb                      |    8 ++-
 lib/yard/tags/directives.rb                        |    4 ++
 lib/yard/tags/overload_tag.rb                      |    1 +
 lib/yard/templates/helpers/markup/rdoc_markup.rb   |    2 +-
 lib/yard/version.rb                                |    2 +-
 metadata.yml                                       |    7 +-
 spec/cli/yardoc_spec.rb                            |   27 ++++++++
 spec/docstring_spec.rb                             |   12 +++-
 spec/handlers/c/method_handler_spec.rb             |   10 +++
 spec/i18n/locale_spec.rb                           |   25 +++++--
 spec/parser/c_parser_spec.rb                       |    5 ++
 spec/parser/examples/multifile.c.txt               |   16 +++++
 spec/parser/source_parser_spec.rb                  |    2 +-
 spec/tags/directives_spec.rb                       |   17 +++++
 spec/templates/examples/module001.html             |   70 +++++++++++++++-----
 spec/templates/helpers/markup/rdoc_markup_spec.rb  |   19 ++++--
 templates/default/docstring/setup.rb               |    4 +-
 templates/default/fulldoc/html/frames.erb          |   10 ++-
 templates/default/fulldoc/html/full_list.erb       |    1 +
 templates/default/fulldoc/html/full_list_class.erb |    2 +-
 templates/default/fulldoc/html/js/full_list.js     |   10 +--
 templates/guide/fulldoc/html/setup.rb              |    2 +-
 30 files changed, 325 insertions(+), 89 deletions(-)
 create mode 100644 lib/yard/i18n/po_parser.rb

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