[DRE-commits] [ruby-redis] branch master updated (39acd09 -> 3bf410d)

zeha at debian.org zeha at debian.org
Wed Mar 2 12:32:15 UTC 2016


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

zeha pushed a change to branch master
in repository ruby-redis.

      from  39acd09   Release to unstable
      adds  6aa610a   Imported Upstream version 3.2.2
       new  915448a   Merge tag 'upstream/3.2.2'
       new  df9c60d   Run wrap-and-sort -a
       new  63a0c3c   New upstream version requires test-unit for testing
       new  7ac7b4e   Set Standards-Version to 3.9.7 (no addtl. changes)
       new  be20617   Use secure protocol for Vcs-Git URL
       new  3bf410d   Update changelog for 3.2.2-1 release

The 6 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                        |   5 ++
 CHANGELOG.md                       |  11 +++
 README.md                          |  20 ++++-
 debian/changelog                   |   9 +++
 debian/control                     |  11 ++-
 examples/unicorn/unicorn.rb        |   2 +-
 lib/redis.rb                       | 150 ++++++++++++++++++++++++++++++-------
 lib/redis/client.rb                |   6 +-
 lib/redis/hash_ring.rb             |   1 +
 lib/redis/version.rb               |   2 +-
 metadata.yml                       |  22 +++++-
 redis.gemspec                      |   1 +
 test/connection_handling_test.rb   |  13 ++++
 test/distributed_internals_test.rb |  15 +++-
 test/distributed_key_tags_test.rb  |   6 +-
 test/distributed_test.rb           |   2 +-
 test/lint/sorted_sets.rb           |  78 +++++++++++++++++++
 test/sentinel_command_test.rb      |  80 ++++++++++++++++++++
 test/sentinel_test.rb              |  88 +++++++++++++---------
 test/support/redis_mock.rb         |  56 +++++++-------
 test/url_param_test.rb             |   6 ++
 21 files changed, 469 insertions(+), 115 deletions(-)
 create mode 100644 test/sentinel_command_test.rb

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



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