[DRE-commits] [ruby-amq-protocol] branch master updated (ac6118e -> bc739f7)

Lucas Kanashiro kanashiro.duarte at gmail.com
Thu Mar 10 03:00:16 UTC 2016


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

kanashiro-guest pushed a change to branch master
in repository ruby-amq-protocol.

      from  ac6118e   Run wrap-and-sort on packaging files
      adds  4f3c393   Imported Upstream version 2.0.1
       new  cbcbc3a   Merge tag 'upstream/2.0.1'
       new  ef6e16f   debian/changelog: new upstream release version 2.0.1
       new  ddff43e   debian/rules: add --check-dependencies flag
       new  0c592f8   debian/patches: refresh disable_bundler patch
       new  9275387   debian/copyright: update year of upstream copyright
       new  35b2827   debian/copyright: update Debian packaging copyright
       new  27591d4   debian/ruby-tests.rake: change spec.pattern
       new  d663383   debian/control: add build dependency on ruby-rspec-its
       new  bc739f7   Prepare version 2.0.1-1 to unstable

The 9 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:
 .travis.yml                                   |   6 +-
 ChangeLog.md                                  |  16 +-
 Gemfile                                       |   5 +-
 LICENSE                                       |   2 +-
 README.md                                     |  10 +-
 amq-protocol.gemspec                          |  12 +-
 checksums.yaml.gz                             | Bin 269 -> 0 bytes
 debian/changelog                              |  23 ++
 debian/control                                |   3 +-
 debian/copyright                              |   3 +-
 debian/patches/disable_bundler                |  11 +-
 debian/ruby-tests.rake                        |   2 +-
 debian/rules                                  |   2 +
 lib/amq/protocol/client.rb                    |   3 +-
 lib/amq/protocol/constants.rb                 |   1 +
 lib/amq/protocol/table.rb                     |  10 +-
 lib/amq/protocol/table_value_decoder.rb       |   6 +
 lib/amq/protocol/table_value_encoder.rb       |   8 +-
 lib/amq/protocol/version.rb                   |   2 +-
 lib/amq/uri.rb                                |   8 +-
 metadata.yml                                  |  30 ++-
 spec/amq/bit_set_spec.rb                      |  80 +++---
 spec/amq/int_allocator_spec.rb                |  50 ++--
 spec/amq/pack_spec.rb                         |  10 +-
 spec/amq/protocol/basic_spec.rb               | 116 ++++-----
 spec/amq/protocol/blank_body_encoding_spec.rb |   4 +-
 spec/amq/protocol/channel_spec.rb             |  44 ++--
 spec/amq/protocol/confirm_spec.rb             |  10 +-
 spec/amq/protocol/connection_spec.rb          |  42 ++--
 spec/amq/protocol/constants_spec.rb           |   8 +-
 spec/amq/protocol/exchange_spec.rb            |  20 +-
 spec/amq/protocol/frame_spec.rb               |  36 +--
 spec/amq/protocol/method_spec.rb              |  16 +-
 spec/amq/protocol/queue_spec.rb               |  30 +--
 spec/amq/protocol/table_spec.rb               | 113 +++++----
 spec/amq/protocol/tx_spec.rb                  |  12 +-
 spec/amq/protocol/value_decoder_spec.rb       |  36 +--
 spec/amq/protocol/value_encoder_spec.rb       |  82 +++---
 spec/amq/protocol_spec.rb                     | 348 +++++++++++++-------------
 spec/amq/settings_spec.rb                     |   8 +-
 spec/amq/uri_parsing_spec.rb                  |  66 ++---
 spec/spec_helper.rb                           |  11 +-
 42 files changed, 673 insertions(+), 632 deletions(-)
 delete mode 100644 checksums.yaml.gz

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



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