Update to ruby-redis-namespace-1.5.0, compatible with ruby-redis-3.1.0
This commit is contained in:
parent
96ba49f9e2
commit
074cc52575
@ -1,9 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.3 2013/10/26 23:55:35 jeremy Exp $
|
||||
# $OpenBSD: Makefile,v 1.4 2014/07/11 21:56:54 dcoppa Exp $
|
||||
|
||||
COMMENT= Redis::Namespace class for namespacing calls to Redis
|
||||
|
||||
DISTNAME= redis-namespace-1.2.1
|
||||
REVISION = 0
|
||||
DISTNAME= redis-namespace-1.5.0
|
||||
CATEGORIES= databases
|
||||
|
||||
HOMEPAGE= https://github.com/defunkt/redis-namespace
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (redis-namespace-1.2.1.gem) = TjUbFgSxbrFyGVjRml0Q3GO56EMdDMM4oZISSUmbZEo=
|
||||
SIZE (redis-namespace-1.2.1.gem) = 9216
|
||||
SHA256 (redis-namespace-1.5.0.gem) = hLVVrCZTKbvytMa+rQodsMPGwaqMV2TW7gVna0sZJ8M=
|
||||
SIZE (redis-namespace-1.5.0.gem) = 13824
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2012/10/31 22:11:37 jasper Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2014/07/11 21:56:54 dcoppa Exp $
|
||||
${GEM_LIB}/cache/${DISTNAME}.gem
|
||||
${GEM_LIB}/gems/${DISTNAME}/
|
||||
${GEM_LIB}/gems/${DISTNAME}/LICENSE
|
||||
@ -7,8 +7,11 @@ ${GEM_LIB}/gems/${DISTNAME}/Rakefile
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/redis/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/redis-namespace.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/redis/namespace/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/redis/namespace.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/redis/namespace/version.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/deprecation_spec.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/redis_spec.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/spec_helper.rb
|
||||
${GEM_LIB}/specifications/${DISTNAME}.gemspec
|
||||
|
Loading…
x
Reference in New Issue
Block a user