[DRE-commits] [yard] branch master updated (5ab56bf -> 4f7a8f9)

Cédric Boutillier boutil at moszumanska.debian.org
Tue Apr 1 08:07:04 UTC 2014


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

boutil pushed a change to branch master
in repository yard.

      from  5ab56bf   prepare changelog
       new  43eb1e5   fix TEMPLATE_ROOT when run from the system installed library
      adds  9cb360d   Imported Upstream version 0.8.7.4
       new  f246388   Merge tag 'upstream/0.8.7.4'
       new  2dac873   move source of jquery and jquery.autocomplete.js to debian/missing-sources
       new  4f7a8f9   prepare changelog

The 4 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:
 Rakefile                                           |   2 +-
 checksums.yaml.gz                                  | Bin 270 -> 270 bytes
 debian/changelog                                   |   8 +++++
 debian/copyright                                   |   4 +--
 .../autocomplete.js}                               |   0
 .../{jquery-1.7.1.js => missing-sources/jquery.js} |   0
 debian/patches/fix_template_root_var.patch         |  22 +++++++++++++
 debian/patches/series                              |   1 +
 lib/yard.rb                                        |   2 +-
 lib/yard/autoload.rb                               |   2 ++
 lib/yard/cli/stats.rb                              |   9 ++++--
 lib/yard/config.rb                                 |   3 +-
 lib/yard/handlers/c/handler_methods.rb             |  11 +++++++
 .../ruby/legacy/private_class_method_handler.rb    |  21 +++++++++++++
 .../handlers/ruby/private_class_method_handler.rb  |  35 +++++++++++++++++++++
 lib/yard/i18n/pot_generator.rb                     |  30 +++++++++++-------
 lib/yard/logging.rb                                |   6 ++--
 lib/yard/rake/yardoc_task.rb                       |   2 +-
 lib/yard/tags/default_factory.rb                   |   7 +++++
 lib/yard/verifier.rb                               |   1 +
 lib/yard/version.rb                                |   2 +-
 metadata.yml                                       |   8 +++--
 spec/cli/server_spec.rb                            |  18 +++++------
 spec/cli/stats_spec.rb                             |   2 +-
 spec/handlers/c/module_handler_spec.rb             |  20 ++++++++++++
 .../private_class_method_handler_001.rb.txt        |   7 +++++
 spec/handlers/private_class_method_handler_spec.rb |  19 +++++++++++
 spec/i18n/pot_generator_spec.rb                    |  25 ++++++++-------
 spec/server/doc_server_serializer_spec.rb          |   6 +++-
 spec/tags/default_factory_spec.rb                  |   5 +++
 templates/default/fulldoc/html/css/style.css       |   1 +
 templates/default/layout/html/script_setup.erb     |   2 +-
 32 files changed, 230 insertions(+), 51 deletions(-)
 rename debian/{jquery.autocomplete.js => missing-sources/autocomplete.js} (100%)
 rename debian/{jquery-1.7.1.js => missing-sources/jquery.js} (100%)
 create mode 100644 debian/patches/fix_template_root_var.patch
 create mode 100644 lib/yard/handlers/ruby/legacy/private_class_method_handler.rb
 create mode 100644 lib/yard/handlers/ruby/private_class_method_handler.rb
 create mode 100644 spec/handlers/examples/private_class_method_handler_001.rb.txt
 create mode 100644 spec/handlers/private_class_method_handler_spec.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