[DRE-commits] [yard] branch master updated (90ffa61 -> cfcbf6a)

Cédric Boutillier boutil at moszumanska.debian.org
Sat Jul 9 07:32:43 UTC 2016


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

boutil pushed a change to branch master
in repository yard.

      from  90ffa61   target unstable
      adds  f8722f8   Imported Upstream version 0.9.0
       new  3e408d5   Merge tag 'upstream/0.9.0'
       new  9e42614   mark force_file_order.patch as forwarded
       new  4942161   Refresh privacy-breach.patch
       new  7775a49   Drop skip_failing_test_ruby230.patch, not needed anymore
       new  b80bf3a   prepare changelog
       new  cfcbf6a   Bump Standards-Version to 3.9.8 (no changes needed)

The 6 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:
 .gitignore                                         |    12 -
 .rspec                                             |     1 -
 .travis.yml                                        |    55 -
 .yardopts_guide                                    |    19 -
 .yardopts_i18n                                     |    23 -
 CHANGELOG.md                                       |    19 +
 Gemfile                                            |    35 -
 LICENSE                                            |     2 +-
 README.md                                          |     4 +-
 bin/yard                                           |     0
 bin/yardoc                                         |     0
 bin/yri                                            |     0
 debian/changelog                                   |     9 +
 debian/control                                     |     2 +-
 debian/patches/force_file_order.patch              |     1 +
 debian/patches/privacy-breach.patch                |     9 +-
 debian/patches/series                              |     1 -
 debian/patches/skip_failing_test_ruby230.patch     |    19 -
 docs/GettingStarted.md                             |    37 +-
 docs/images/handlers-class-diagram.png             |   Bin
 docs/images/overview-class-diagram.png             |   Bin
 docs/images/parser-class-diagram.png               |   Bin
 lib/yard/autoload.rb                               |     2 +
 lib/yard/code_objects/base.rb                      |     2 +-
 lib/yard/code_objects/extra_file_object.rb         |     4 +-
 lib/yard/handlers/base.rb                          |     3 +-
 lib/yard/handlers/c/handler_methods.rb             |     8 +-
 lib/yard/handlers/c/init_handler.rb                |     2 +-
 .../handlers/ruby/decorator_handler_methods.rb     |   132 +
 .../handlers/ruby/private_class_method_handler.rb  |    45 +-
 .../handlers/ruby/public_class_method_handler.rb   |    13 +
 lib/yard/handlers/ruby/visibility_handler.rb       |    13 +-
 lib/yard/parser/ruby/ruby_parser.rb                |     4 +-
 lib/yard/rake/yardoc_task.rb                       |     2 +-
 lib/yard/server/doc_server_serializer.rb           |     6 +-
 lib/yard/tags/overload_tag.rb                      |     5 +-
 lib/yard/version.rb                                |     2 +-
 po/ja.po                                           | 31118 -------------------
 samus.json                                         |    63 -
 spec/code_objects/extra_file_object_spec.rb        |    12 +
 spec/handlers/c/constant_handler_spec.rb           |     2 +
 spec/handlers/c/init_handler_spec.rb               |     2 +-
 .../class_method_handler_shared_examples.rb        |   132 +
 spec/handlers/decorator_handler_methods_spec.rb    |   405 +
 .../private_class_method_handler_001.rb.txt        |     9 -
 .../private_class_method_handler_002.rb.txt        |    18 -
 .../private_class_method_handler_003.rb.txt        |    11 -
 .../examples/visibility_handler_001.rb.txt         |     4 +
 spec/handlers/private_class_method_handler_spec.rb |    51 +-
 spec/handlers/public_class_method_handler_spec.rb  |    10 +
 spec/handlers/visibility_handler_spec.rb           |    12 +-
 spec/parser/ruby/ruby_parser_spec.rb               |    12 +-
 spec/server/doc_server_serializer_spec.rb          |     5 +
 templates/default/fulldoc/html/setup.rb            |     2 +-
 templates/default/module/html/constant_summary.erb |    20 +-
 templates/default/module/html/item_summary.erb     |     2 +-
 templates/guide/fulldoc/html/setup.rb              |     2 +-
 57 files changed, 855 insertions(+), 31528 deletions(-)
 delete mode 100644 .gitignore
 delete mode 100644 .rspec
 delete mode 100644 .travis.yml
 delete mode 100644 .yardopts_guide
 delete mode 100644 .yardopts_i18n
 delete mode 100644 Gemfile
 mode change 100755 => 100644 bin/yard
 mode change 100755 => 100644 bin/yardoc
 mode change 100755 => 100644 bin/yri
 delete mode 100644 debian/patches/skip_failing_test_ruby230.patch
 mode change 100755 => 100644 docs/images/handlers-class-diagram.png
 mode change 100755 => 100644 docs/images/overview-class-diagram.png
 mode change 100755 => 100644 docs/images/parser-class-diagram.png
 create mode 100644 lib/yard/handlers/ruby/decorator_handler_methods.rb
 create mode 100644 lib/yard/handlers/ruby/public_class_method_handler.rb
 delete mode 100644 po/ja.po
 delete mode 100644 samus.json
 create mode 100644 spec/handlers/class_method_handler_shared_examples.rb
 create mode 100644 spec/handlers/decorator_handler_methods_spec.rb
 delete mode 100644 spec/handlers/examples/private_class_method_handler_001.rb.txt
 delete mode 100644 spec/handlers/examples/private_class_method_handler_002.rb.txt
 delete mode 100644 spec/handlers/examples/private_class_method_handler_003.rb.txt
 create mode 100644 spec/handlers/public_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