[DRE-commits] [ruby-redis] branch master updated (b8d8362 -> 16325df)
Praveen Arimbrathodiyil
praveen at moszumanska.debian.org
Fri Jul 31 06:20:26 UTC 2015
This is an automated email from the git hooks/post-receive script.
praveen pushed a change to branch master
in repository ruby-redis.
from b8d8362 update changelog for release
adds c293cd1 Imported Upstream version 3.2.1
new 1d3a205 Merge tag 'upstream/3.2.1'
new 7bc76c7 update changelog
new 16325df remove upstream merged patch
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:
.gitignore | 3 +
.order | 170 ---------------
.travis.yml | 32 ++-
CHANGELOG.md | 28 ++-
README.md | 57 ++++-
Rakefile | 21 +-
checksums.yaml.gz | Bin 423 -> 0 bytes
debian/changelog | 7 +
debian/patches/series | 1 -
debian/patches/test_internal_random_port.patch | 30 ---
examples/consistency.rb | 114 ++++++++++
examples/sentinel.rb | 41 ++++
examples/sentinel/sentinel.conf | 9 +
examples/sentinel/start | 49 +++++
lib/redis.rb | 84 ++++++-
lib/redis/client.rb | 156 ++++++++++++-
lib/redis/connection/hiredis.rb | 5 +-
lib/redis/connection/ruby.rb | 4 +-
lib/redis/connection/synchrony.rb | 2 +-
lib/redis/distributed.rb | 6 +-
lib/redis/version.rb | 2 +-
metadata.yml | 39 ++--
test/commands_on_sorted_sets_test.rb | 28 +++
test/commands_on_value_types_test.rb | 6 +-
test/connection_handling_test.rb | 48 ++++
test/distributed_commands_on_hyper_log_log_test.rb | 13 +-
test/helper.rb | 2 +
test/internals_test.rb | 17 +-
test/lint/hyper_log_log.rb | 24 +-
test/publish_subscribe_test.rb | 46 +++-
test/remote_server_control_commands_test.rb | 9 +-
test/sentinel_test.rb | 241 +++++++++++++++++++++
test/support/redis_mock.rb | 38 ++--
test/test.conf | 9 -
test/test.conf.erb | 9 +
35 files changed, 1043 insertions(+), 307 deletions(-)
delete mode 100644 .order
delete mode 100644 checksums.yaml.gz
delete mode 100644 debian/patches/test_internal_random_port.patch
create mode 100644 examples/consistency.rb
create mode 100644 examples/sentinel.rb
create mode 100644 examples/sentinel/sentinel.conf
create mode 100755 examples/sentinel/start
create mode 100644 test/sentinel_test.rb
delete mode 100644 test/test.conf
create mode 100644 test/test.conf.erb
--
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