[DRE-commits] [ruby-stomp] branch master updated (1b19f19 -> 558604c)

Sebastien Badia sbadia-guest at moszumanska.debian.org
Mon Mar 7 15:20:05 UTC 2016


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

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

      from  1b19f19   Bump Standards-Version to 3.9.7 (no changes needed)
      adds  b09f92a   Imported Upstream version 1.3.5
       new  14904fb   Merge tag 'upstream/1.3.5'
       new  6f08865   d/patches: Remove local rspec3 patch (applied upstream)
       new  558604c   Prepare Debian version of ruby-stomp (1.3.5-1)

The 3 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                                |  11 ++
 README.rdoc                                   |  59 +++----
 Rakefile                                      |   2 +-
 debian/changelog                              |  17 +-
 debian/patches/deactivate_spec_be_empty.patch |  16 --
 debian/patches/rspec3.patch                   | 144 -----------------
 debian/patches/series                         |   2 -
 examples/amqdurasub.rb                        |  81 ++++++++++
 lib/connection/netio.rb                       |   2 +
 lib/connection/utils.rb                       |  11 +-
 lib/stomp/client.rb                           |   2 +-
 lib/stomp/connection.rb                       |   5 +-
 lib/stomp/message.rb                          |   2 -
 lib/stomp/null_logger.rb                      |   5 +-
 lib/stomp/version.rb                          |   2 +-
 metadata.yml                                  | 213 --------------------------
 spec/client_shared_examples.rb                |  34 ++--
 spec/client_spec.rb                           | 103 ++++++++-----
 spec/connection_spec.rb                       | 118 +++++++-------
 spec/message_spec.rb                          |  17 +-
 spec/spec_helper.rb                           |   3 +
 stomp.gemspec                                 |  12 +-
 22 files changed, 316 insertions(+), 545 deletions(-)
 delete mode 100644 debian/patches/deactivate_spec_be_empty.patch
 delete mode 100644 debian/patches/rspec3.patch
 delete mode 100644 debian/patches/series
 create mode 100644 examples/amqdurasub.rb
 delete mode 100644 metadata.yml

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