[DRE-commits] [ruby-stomp] branch master updated (7714f5a -> c01bb13)

Jonas Genannt jonas at brachium-system.net
Fri Aug 16 12:46:28 UTC 2013


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

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

      from  7714f5a   Releasing Debian version 1.2.9-1
      adds  751b587   Imported Upstream version 1.2.12
       new  c01bb13   Merge tag 'upstream/1.2.12'

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:
 CHANGELOG.rdoc               |   25 ++++++
 README.rdoc                  |   26 ++++--
 examples/slogger.rb          |   80 ++++++++++++++++--
 examples/ssl_uc1_ciphers.rb  |    6 +-
 examples/ssl_uc2.rb          |    9 +-
 examples/ssl_uc2_ciphers.rb  |   16 ++--
 examples/ssl_uc3.rb          |   10 ++-
 examples/ssl_uc3_ciphers.rb  |   18 ++--
 examples/ssl_uc4.rb          |   13 ++-
 examples/ssl_uc4_ciphers.rb  |   21 +++--
 lib/client/utils.rb          |   98 +++++++++++-----------
 lib/connection/heartbeats.rb |  169 +++++++++++++++++++++++++++++--------
 lib/connection/netio.rb      |   42 +++++++---
 lib/connection/utils.rb      |   26 +++++-
 lib/stomp/client.rb          |    8 ++
 lib/stomp/connection.rb      |   59 +++++++++++--
 lib/stomp/constants.rb       |    7 ++
 lib/stomp/errors.rb          |   34 ++++++--
 lib/stomp/version.rb         |    2 +-
 metadata.yml                 |   11 ++-
 notes/heartbeat_readme.txt   |  169 +++++++++++++++++++++++++++++++++++++
 spec/client_spec.rb          |    6 +-
 spec/connection_spec.rb      |   36 ++++++--
 stomp.gemspec                |    7 +-
 test/test_client.rb          |  189 +++++++++++++++++++++++++++++++-----------
 test/test_connection.rb      |   16 +++-
 test/test_connection1p.rb    |   29 ++++++-
 test/test_helper.rb          |    7 +-
 test/test_urlogin.rb         |   86 +++++++++++++++++++
 test/tlogger.rb              |   10 ++-
 30 files changed, 1008 insertions(+), 227 deletions(-)
 create mode 100644 notes/heartbeat_readme.txt
 create mode 100644 test/test_urlogin.rb

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



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