[DRE-commits] [ruby-dbus] 01/07: Merge tag 'upstream/0.13.0'

zeha at debian.org zeha at debian.org
Tue Nov 22 12:37:27 UTC 2016


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

zeha pushed a commit to branch master
in repository ruby-dbus.

commit fb3738f6088e43f078fb5084e403d16c0c529c9e
Merge: 1632250 af0f867
Author: Christian Hofstaedtler <zeha at debian.org>
Date:   Tue Nov 22 12:15:52 2016 +0000

    Merge tag 'upstream/0.13.0'
    
    Upstream version 0.13.0

 .rspec                                         |   1 +
 NEWS                                           | 253 ------------------
 NEWS.md                                        | 344 +++++++++++++++++++++++++
 README.md                                      |   4 +-
 Rakefile                                       |  53 ++--
 VERSION                                        |   2 +-
 checksums.yaml.gz                              | Bin 267 -> 0 bytes
 doc/Reference.md                               | 108 ++++++--
 doc/ex-calling-methods.body.rb                 |   8 -
 doc/ex-calling-methods.rb                      |   3 -
 doc/ex-properties.body.rb                      |   9 -
 doc/ex-properties.rb                           |   3 -
 doc/ex-setup.rb                                |   7 -
 doc/ex-signal.body.rb                          |  20 --
 doc/ex-signal.rb                               |   3 -
 doc/example-helper.rb                          |   6 -
 examples/doc/README.md                         |   4 +
 examples/doc/_extract_examples                 |  37 +++
 examples/gdbus/gdbus                           |  94 +++----
 examples/gdbus/gdbus.glade                     | 282 +++++++-------------
 examples/no-introspect/nm-test.rb              |   4 +-
 examples/no-introspect/tracker-test.rb         |   6 +-
 examples/rhythmbox/playpause.rb                |   3 +-
 examples/service/call_service.rb               |   3 -
 examples/service/service_newapi.rb             |   7 +-
 examples/simple/call_introspect.rb             |   3 -
 examples/simple/get_id.rb                      |  17 ++
 examples/simple/properties.rb                  |   7 +-
 examples/utils/listnames.rb                    |  13 +-
 examples/utils/notify.rb                       |   8 +-
 lib/dbus.rb                                    |  29 +--
 lib/dbus/api_options.rb                        |  24 ++
 lib/dbus/auth.rb                               | 120 +++++----
 lib/dbus/bus.rb                                | 219 ++++++++--------
 lib/dbus/error.rb                              |   2 +-
 lib/dbus/export.rb                             |  38 +--
 lib/dbus/introspect.rb                         |  54 ++--
 lib/dbus/logger.rb                             |   2 +-
 lib/dbus/marshall.rb                           | 146 ++++++-----
 lib/dbus/matchrule.rb                          |  48 ++--
 lib/dbus/message.rb                            |  57 ++--
 lib/dbus/message_queue.rb                      |  60 ++---
 lib/dbus/proxy_object.rb                       |  73 +++---
 lib/dbus/proxy_object_factory.rb               |  12 +-
 lib/dbus/proxy_object_interface.rb             |  45 +++-
 lib/dbus/type.rb                               | 310 +++++++++++-----------
 lib/dbus/xml.rb                                |  38 +--
 metadata.yml                                   | 145 -----------
 ruby-dbus.gemspec                              |  20 +-
 {test => spec}/async_spec.rb                   |   6 +-
 {test => spec}/binding_spec.rb                 |  14 +-
 {test => spec}/bus_and_xml_backend_spec.rb     |  15 +-
 spec/bus_driver_spec.rb                        |  28 ++
 {test => spec}/bus_spec.rb                     |   2 +-
 {test => spec}/byte_array_spec.rb              |   2 -
 {test => spec}/err_msg_spec.rb                 |  23 +-
 {test => spec}/introspect_xml_parser_spec.rb   |   4 +-
 {test => spec}/introspection_spec.rb           |   2 +-
 {test => spec}/main_loop_spec.rb               |   9 +-
 {test => spec}/property_spec.rb                |  20 +-
 spec/proxy_object_spec.rb                      |  42 +++
 {test => spec}/server_robustness_spec.rb       |   2 -
 {test => spec}/server_spec.rb                  |   6 +-
 {test => spec}/service_newapi.rb               |  92 ++++---
 spec/session_bus_spec.rb                       |  69 +++++
 {test => spec}/session_bus_spec_manual.rb      |   2 +-
 {test => spec}/signal_spec.rb                  |   5 +-
 spec/spec_helper.rb                            | 106 ++++++++
 {test => spec}/thread_safety_spec.rb           |   3 +-
 {test => spec}/tools/dbus-launch-simple        |   2 +-
 {test => spec}/tools/dbus-limited-session.conf |   0
 {test => spec}/tools/test_env                  |   7 +-
 {test => spec}/tools/test_server               |   0
 {test => spec}/type_spec.rb                    |   4 +-
 {test => spec}/value_spec.rb                   |  33 ++-
 {test => spec}/variant_spec.rb                 |  31 ++-
 test/bus_driver_spec.rb                        |  20 --
 test/spec_helper.rb                            |  33 ---
 78 files changed, 1756 insertions(+), 1580 deletions(-)

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



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