[DRE-commits] [ruby-amq-client] branch master updated (132ecb5 -> a57386b)

Jonas Genannt jonas at brachium-system.net
Fri Feb 14 18:39:26 UTC 2014


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

hggh-guest pushed a change to branch master
in repository ruby-amq-client.

      from  132ecb5   debian/copyright: use DEP5 copyright-format/1.0 official URL for Format field
      adds  4e9885f   Imported Upstream version 1.0.4
       new  80e26eb   Merge tag 'upstream/1.0.4'
       new  fb59814   d/control: bumped standards version to 3.9.5 (no changes needed)
       new  8d27eab   d/copyright: moved to Expat, matches, added debian/*, added myself
       new  c9cf42c   removed examples file
       new  47b243b   d/control: added build dep: ruby-eventmachine, ruby-amq-protocol
       new  11b297f   d/ruby-amq-client.NEWS: added NEWS file
       new  a57386b   d/ruby-tests.rb: added basic testing

The 7 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                                         |  13 ++-
 .travis.yml                                        |  12 +-
 Gemfile                                            |   1 +
 amq-client.gemspec                                 |   2 +-
 bin/ci/before_build.sh                             |  24 ++--
 checksums.yaml.gz                                  | Bin 0 -> 268 bytes
 debian/control                                     |   8 +-
 debian/copyright                                   |  11 +-
 debian/ruby-amq-client.NEWS                        |  14 +++
 debian/ruby-amq-client.examples                    |   3 -
 debian/ruby-tests.rb                               |   7 +-
 lib/amq/client/async/adapter.rb                    |  55 +++++++--
 lib/amq/client/async/adapters/coolio.rb            |   4 +
 lib/amq/client/async/adapters/event_machine.rb     |  19 ++-
 lib/amq/client/async/auth_mechanism_adapter.rb     |  69 +++++++++++
 .../async/auth_mechanism_adapter/external.rb       |  27 +++++
 .../client/async/auth_mechanism_adapter/plain.rb   |  24 ++++
 lib/amq/client/async/channel.rb                    |  13 +--
 lib/amq/client/async/consumer.rb                   |   4 +
 lib/amq/client/async/extensions/rabbitmq/cancel.rb |  59 ++++++++++
 lib/amq/client/async/queue.rb                      |   2 +-
 lib/amq/client/exceptions.rb                       |   6 +-
 lib/amq/client/extensions/rabbitmq.rb              |   1 +
 lib/amq/client/extensions/rabbitmq/cancel.rb       |  17 +++
 lib/amq/client/settings.rb                         |  43 +++----
 lib/amq/client/version.rb                          |   2 +-
 metadata.yml                                       | 129 +++++++++------------
 spec/integration/coolio/basic_return_spec.rb       |   8 +-
 spec/integration/coolio/exchange_declare_spec.rb   |   1 -
 spec/integration/eventmachine/basic_return_spec.rb |   6 +-
 .../eventmachine/concurrent_basic_publish_spec.rb  |  79 -------------
 .../eventmachine/connection_start_spec.rb          |  63 ++++++++++
 .../consumer_cancellation_notification_spec.rb     |  76 ++++++++++++
 .../eventmachine/exchange_declare_spec.rb          |   1 -
 34 files changed, 548 insertions(+), 255 deletions(-)
 create mode 100644 checksums.yaml.gz
 create mode 100644 debian/ruby-amq-client.NEWS
 delete mode 100644 debian/ruby-amq-client.examples
 create mode 100644 lib/amq/client/async/auth_mechanism_adapter.rb
 create mode 100644 lib/amq/client/async/auth_mechanism_adapter/external.rb
 create mode 100644 lib/amq/client/async/auth_mechanism_adapter/plain.rb
 create mode 100644 lib/amq/client/async/extensions/rabbitmq/cancel.rb
 create mode 100644 lib/amq/client/extensions/rabbitmq/cancel.rb
 delete mode 100644 spec/integration/eventmachine/concurrent_basic_publish_spec.rb
 create mode 100644 spec/integration/eventmachine/consumer_cancellation_notification_spec.rb

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



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