[DRE-commits] [ruby-redis-store] branch master updated (f8491a7 -> 5331d45)
Balasankar C
balasankarc-guest at moszumanska.debian.org
Sat Jul 4 19:30:34 UTC 2015
This is an automated email from the git hooks/post-receive script.
balasankarc-guest pushed a change to branch master
in repository ruby-redis-store.
from f8491a7 Remove implicit 'debian update'
adds aeb28fc Imported Upstream version 1.1.5
new 3cae6fb Merge tag 'upstream/1.1.5'
new 7418100 Upstream update
new 5331d45 Make tests run
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 +
.travis.yml | 16 ++
CHANGELOG | 481 +++++++++++++++++++++++++++++++++++
README.md | 38 ++-
Rakefile | 7 +-
debian/changelog | 6 +
debian/control | 20 +-
debian/patches/minitest-value | 40 +++
debian/patches/series | 1 +
lib/redis/store/factory.rb | 4 +-
lib/redis/store/marshalling.rb | 2 +-
lib/redis/store/namespace.rb | 37 ++-
lib/redis/store/version.rb | 2 +-
lib/tasks/redis.tasks.rb | 167 ------------
metadata.yml | 61 +++--
redis-store.gemspec | 2 +
test/config/node-one.conf | 46 ----
test/config/node-two.conf | 46 ----
test/config/redis.conf | 46 ----
test/redis/store/factory_test.rb | 5 +
test/redis/store/marshalling_test.rb | 3 +-
test/redis/store/namespace_test.rb | 168 +++++++-----
test/redis/store_test.rb | 7 +-
23 files changed, 787 insertions(+), 421 deletions(-)
create mode 100644 .gitignore
create mode 100644 .travis.yml
create mode 100644 CHANGELOG
create mode 100644 debian/patches/minitest-value
delete mode 100644 lib/tasks/redis.tasks.rb
delete mode 100644 test/config/node-one.conf
delete mode 100644 test/config/node-two.conf
delete mode 100644 test/config/redis.conf
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-redis-store.git
More information about the Pkg-ruby-extras-commits
mailing list