[DRE-commits] [ruby-pluggaloid] branch master updated (28a8125 -> bc4e16a)

Daisuke Higuchi dai at moszumanska.debian.org
Thu May 12 20:30:43 UTC 2016


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

dai pushed a change to branch master
in repository ruby-pluggaloid.

      from  28a8125   Bump Standards-Version to 3.9.7 (no changes needed)
      adds  b86af4a   Imported Upstream version 1.1.1
      adds  f3e82b9   Merge tag 'upstream/1.1.1'
      adds  b00e320   bump up Standards-Version 3.9.8.
      adds  95e12f0   eliminate lintian warning: vcs-field-uses-insecure-uri
      adds  4039fc8   refresh and eliminate lintian warning: quilt-patch-missing-description
      adds  d570785   update debian/changelog
       new  bc4e16a   Merge branch 'master' of git+ssh://git.debian.org/git/pkg-ruby-extras/ruby-pluggaloid

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:
 debian/changelog                            |  12 +++
 debian/control                              |   4 +-
 debian/patches/remove_require_bundler.patch |  14 +++
 lib/pluggaloid.rb                           |   8 +-
 lib/pluggaloid/error.rb                     |   2 +
 lib/pluggaloid/event.rb                     |   2 +
 lib/pluggaloid/filter.rb                    |  10 +-
 lib/pluggaloid/handler.rb                   |  45 +++++++++
 lib/pluggaloid/handler_tag.rb               |  86 +++++++++++++++++
 lib/pluggaloid/identity.rb                  |  21 +++++
 lib/pluggaloid/listener.rb                  |  12 ++-
 lib/pluggaloid/plugin.rb                    | 122 ++++++++++++++++++------
 lib/pluggaloid/version.rb                   |   2 +-
 metadata.yml                                | 137 ---------------------------
 pluggaloid.gemspec                          |   2 +
 test/handler_tag_test.rb                    | 138 ++++++++++++++++++++++++++++
 test/helper.rb                              |   9 ++
 test/multi_vm_test.rb                       |   9 +-
 test/plugin_test.rb                         |  84 +++++++++++++----
 19 files changed, 521 insertions(+), 198 deletions(-)
 create mode 100644 lib/pluggaloid/handler.rb
 create mode 100644 lib/pluggaloid/handler_tag.rb
 create mode 100644 lib/pluggaloid/identity.rb
 delete mode 100644 metadata.yml
 create mode 100644 test/handler_tag_test.rb
 create mode 100644 test/helper.rb

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-pluggaloid.git



More information about the Pkg-ruby-extras-commits mailing list