[DRE-commits] [ruby-dbus] 02/10: Merge tag 'upstream/0.11.0'

Paul van Tilburg paulvt at moszumanska.debian.org
Fri Feb 21 21:21:09 UTC 2014


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

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

commit 7828056c46f879e7eec8443f09680bc9830f9e50
Merge: 734d7f7 05aaed0
Author: Paul van Tilburg <paulvt at debian.org>
Date:   Fri Feb 21 20:57:21 2014 +0100

    Merge tag 'upstream/0.11.0'
    
    Upstream version 0.11.0
    
    # gpg: Signature made Fri 21 Feb 2014 20:57:16 CET using DSA key ID 50064181
    # gpg: Good signature from "Paul van Tilburg <paul at luon.net>"
    # gpg:                 aka "Paul van Tilburg <paul at spacelabs.nl>"
    # gpg:                 aka "Paul van Tilburg <paul at vtilburg.net>"
    # gpg:                 aka "Paul van Tilburg <paulvt at debian.org>"
    # gpg:                 aka "Paul van Tilburg <p.v.tilburg at luon.net>"

 NEWS                                               |  75 +++++
 README                                             |  42 ---
 README.md                                          |  81 +++++
 Rakefile                                           |  74 +++--
 VERSION                                            |   2 +-
 checksums.yaml.gz                                  | Bin 0 -> 267 bytes
 doc/Reference.md                                   | 207 +++++++++++++
 doc/{tutorial/index.markdown => Tutorial.md}       |   0
 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 +
 lib/dbus.rb                                        |  36 +--
 lib/dbus/auth.rb                                   |  33 +-
 lib/dbus/bus.rb                                    | 238 ++++-----------
 lib/dbus/core_ext/array/extract_options.rb         |  31 ++
 lib/dbus/core_ext/class/attribute.rb               | 129 ++++++++
 lib/dbus/core_ext/kernel/singleton_class.rb        |   8 +
 lib/dbus/core_ext/module/remove_method.rb          |  14 +
 lib/dbus/error.rb                                  |   6 +-
 lib/dbus/export.rb                                 |  31 +-
 lib/dbus/introspect.rb                             | 333 ---------------------
 lib/dbus/logger.rb                                 |  31 ++
 lib/dbus/marshall.rb                               |  28 +-
 lib/dbus/message.rb                                |  86 ++----
 lib/dbus/message_queue.rb                          | 166 ++++++++++
 lib/dbus/proxy_object.rb                           | 149 +++++++++
 lib/dbus/proxy_object_factory.rb                   |  41 +++
 lib/dbus/proxy_object_interface.rb                 | 128 ++++++++
 lib/dbus/type.rb                                   |  93 ++----
 lib/dbus/xml.rb                                    | 161 ++++++++++
 metadata.yml                                       | 169 ++++++-----
 ruby-dbus.gemspec                                  |  10 +-
 test/{async_test.rb => async_spec.rb}              |  20 +-
 test/binding_spec.rb                               |  74 +++++
 test/binding_test.rb                               |  56 ----
 test/bus_and_xml_backend_spec.rb                   |  39 +++
 test/bus_driver_spec.rb                            |  20 ++
 test/bus_driver_test.rb                            |  22 --
 test/{bus_test.rb => bus_spec.rb}                  |  14 +-
 test/byte_array_spec.rb                            |  38 +++
 test/err_msg_spec.rb                               |  42 +++
 test/introspect_xml_parser_spec.rb                 |  26 ++
 test/introspection_spec.rb                         |  32 ++
 test/{t6-loop.rb => main_loop_spec.rb}             |  30 +-
 test/property_spec.rb                              |  53 ++++
 test/property_test.rb                              |  64 ----
 test/server_robustness_spec.rb                     |  66 ++++
 test/server_robustness_test.rb                     |  72 -----
 test/{server_test.rb => server_spec.rb}            |  22 +-
 test/service_newapi.rb                             |  33 +-
 test/session_bus_spec_manual.rb                    |  15 +
 test/session_bus_test_manual.rb                    |  20 --
 test/signal_spec.rb                                |  90 ++++++
 test/signal_test.rb                                |  64 ----
 test/spec_helper.rb                                |  33 ++
 test/t1                                            |   4 -
 test/t2.rb                                         |  72 -----
 test/t3-ticket27.rb                                |  18 --
 test/t5-report-dbus-interface.rb                   |  58 ----
 ...thread_safety_test.rb => thread_safety_spec.rb} |  14 +-
 test/{ => tools}/dbus-launch-simple                |   0
 test/{ => tools}/dbus-limited-session.conf         |   2 +-
 test/{ => tools}/test_env                          |   2 +-
 test/{ => tools}/test_server                       |   0
 test/type_spec.rb                                  |  19 ++
 test/value_spec.rb                                 |  81 +++++
 test/variant_spec.rb                               |  66 ++++
 test/variant_test.rb                               |  66 ----
 73 files changed, 2360 insertions(+), 1448 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