[DRE-commits] [ruby-stomp] branch master updated (e4071dd -> 44d50c9)

Jonas Genannt jonas at brachium-system.net
Tue Oct 22 19:05:01 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  e4071dd   release 1.2.16-1
       new  8abc725   Imported Upstream version 1.3.1
       new  8658215   Merge tag 'upstream/1.3.1'
       new  ff840cb   removed 'remove_rubygems' patch
       new  44d50c9   updated changelog for 1.3.1

The 4 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                                 |   14 ++++
 README.rdoc                                    |    4 ++
 checksums.yaml.gz                              |  Bin 427 -> 423 bytes
 debian/changelog                               |    7 ++
 debian/patches/01_bin_remove_rubygems.patch    |   28 --------
 debian/patches/series                          |    1 -
 lib/client/utils.rb                            |   90 +++++++++++++-----------
 lib/connection/heartbeats.rb                   |   23 +++---
 lib/connection/netio.rb                        |   10 ++-
 lib/connection/utils.rb                        |    2 +
 lib/stomp.rb                                   |    1 +
 lib/stomp/client.rb                            |   44 +++++++++---
 lib/stomp/connection.rb                        |   53 ++++----------
 lib/stomp/errors.rb                            |   51 ++++++++++++++
 lib/stomp/null_logger.rb                       |   28 ++++++++
 {examples => lib/stomp}/slogger.rb             |   16 ++++-
 lib/stomp/version.rb                           |    4 +-
 metadata.yml                                   |   14 ++--
 spec/client_spec.rb                            |   40 ++++++++++-
 spec/connection_spec.rb                        |    3 +
 stomp.gemspec                                  |   27 +++----
 test/{test_connection.rb => test_anonymous.rb} |   62 ++++++++--------
 test/test_helper.rb                            |   15 ++++
 23 files changed, 354 insertions(+), 183 deletions(-)
 delete mode 100644 debian/patches/01_bin_remove_rubygems.patch
 delete mode 100644 debian/patches/series
 create mode 100644 lib/stomp/null_logger.rb
 rename {examples => lib/stomp}/slogger.rb (98%)
 copy test/{test_connection.rb => test_anonymous.rb} (92%)

-- 
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