[DRE-commits] [ruby-redis] branch master updated (1c60db6 -> ea0700f)
Jonas Genannt
jonas at brachium-system.net
Mon Jul 28 17:29:26 UTC 2014
This is an automated email from the git hooks/post-receive script.
hggh-guest pushed a change to branch master
in repository ruby-redis.
from 1c60db6 upload to unstable, thank Achilleas from Fedora for help
adds b6fde5d Imported Upstream version 3.1.0
new ea0700f Merge tag 'upstream/3.1.0'
The 1 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 | 2 +
.travis.yml | 3 +-
CHANGELOG.md | 31 +-
Gemfile | 4 +
README.md | 16 +-
Rakefile | 359 +--------------------
checksums.yaml.gz | Bin 268 -> 423 bytes
lib/redis.rb | 54 ++++
lib/redis/client.rb | 46 ++-
lib/redis/distributed.rb | 23 ++
lib/redis/version.rb | 2 +-
metadata.yml | 94 +++++-
test/bitpos_test.rb | 69 ++++
test/commands_on_hyper_log_log_test.rb | 21 ++
test/distributed_commands_on_hyper_log_log_test.rb | 22 ++
test/fork_safety_test.rb | 65 ++++
test/helper.rb | 24 +-
test/internals_test.rb | 28 +-
test/lint/hyper_log_log.rb | 48 +++
19 files changed, 522 insertions(+), 389 deletions(-)
create mode 100644 Gemfile
create mode 100644 test/bitpos_test.rb
create mode 100644 test/commands_on_hyper_log_log_test.rb
create mode 100644 test/distributed_commands_on_hyper_log_log_test.rb
create mode 100644 test/fork_safety_test.rb
create mode 100644 test/lint/hyper_log_log.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