Public bug reported:

Imported from Debian bug http://bugs.debian.org/794359:

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

package: ruby-redis-namespce
version: 1.4.1-2
severity: serious

log from pbuilder run with rspec 3, for 1.4.1-2

┌───────────────────────────────────────────────────────────────────────
───────┐
│ Run tests for ruby2.1 from debian/ruby-tests.rake
         │
└───────────────────────────────────────────────────────────────────────
───────┘

RUBYLIB=/tmp/buildd/ruby-redis-namespace-1.4.1/debian/ruby-redis-namespa
ce/usr/lib/ruby/vendor_ruby:.
rake2.1 -f debian/ruby-tests.rake
/usr/bin/ruby2.1 /usr/bin/rspec --pattern ./spec/\*\*/\*_spec.rb
...........F....FF...................FFF........F.......................
.......

Failures:

  1) redis should be able to use a namespace with setbit
     Failure/Error: @namespaced.exists('virgin_key').should be_true
       expected true to respond to `true?` or perhaps you meant `be
true` or `be_truthy`
     # ./spec/redis_spec.rb:119:in `block (2 levels) in <top (required)>
'

  2) redis should be able to use a namespace with mapped_msetnx
     Failure/Error: @namespaced.mapped_msetnx('foo'=>'1000',
'bar'=>'2000').should be_false
       expected false to respond to `false?` or perhaps you meant `be
false` or `be_falsey`
     # ./spec/redis_spec.rb:155:in `block (2 levels) in <top (required)>
'

  3) redis should be able to use a namespace with hashes
     Failure/Error: @namespaced.hsetnx('foonx','nx',10).should be_true
       expected true to respond to `true?` or perhaps you meant `be
true` or `be_truthy`
     # ./spec/redis_spec.rb:176:in `block (2 levels) in <top (required)>
'

  4) redis redis 2.6 commands should namespace bitcount FIXED
     Expected pending 'awaiting implementaton of command in redis gem'
to fail. No Error was raised.
     # ./spec/redis_spec.rb:355

  5) redis redis 2.6 commands should namespace bitop FIXED
     Expected pending 'awaiting implementaton of command in redis gem'
to fail. No Error was raised.
     # ./spec/redis_spec.rb:359

  6) redis redis 2.6 commands should namespace dump FIXED
     Expected pending 'awaiting implementaton of command in redis gem'
to fail. No Error was raised.
     # ./spec/redis_spec.rb:363

  7) redis redis 2.6 commands should namespace restore FIXED
     Expected pending 'awaiting implementaton of command in redis gem'
to fail. No Error was raised.
     # ./spec/redis_spec.rb:410

Deprecation Warnings:

Using `should` from rspec-expectations' old `:should` syntax without
explicitly enabling the syntax is deprecated. Use the new `:expect`
syntax or explicitly enable `:should` with `config.expect_with(:rspec)
{ |c| c.syntax = :should }` instead. Called from
/tmp/buildd/ruby-redis-namespace-1.4.1/spec/redis_spec.rb:26:in `block
(2 levels) in <top (required)>'.


If you need more of the backtrace for any of these deprecations to
identify where to make the necessary changes, you can configure
`config.raise_errors_for_deprecations!`, and it will turn the
deprecation warnings into errors, giving you the full backtrace.

1 deprecation warning total

Finished in 1.7 seconds (files took 1.83 seconds to load)
79 examples, 7 failures

Failed examples:

rspec ./spec/redis_spec.rb:117 # redis should be able to use a
namespace with setbit
rspec ./spec/redis_spec.rb:153 # redis should be able to use a
namespace with mapped_msetnx
rspec ./spec/redis_spec.rb:161 # redis should be able to use a
namespace with hashes
rspec ./spec/redis_spec.rb:355 # redis redis 2.6 commands should
namespace bitcount
rspec ./spec/redis_spec.rb:359 # redis redis 2.6 commands should
namespace bitop
rspec ./spec/redis_spec.rb:363 # redis redis 2.6 commands should
namespace dump
rspec ./spec/redis_spec.rb:410 # redis redis 2.6 commands should
namespace restore

/usr/bin/ruby2.1 /usr/bin/rspec --pattern ./spec/\*\*/\*_spec.rb failed
ERROR: Test "ruby2.1" failed. Exiting.
dh_auto_install: dh_ruby --install
/tmp/buildd/ruby-redis-namespace-1.4.1/debian/ruby-redis-namespace
returned exit code 1
debian/rules:23: recipe for target 'override_dh_auto_install' failed
make[1]: *** [override_dh_auto_install] Error 1
make[1]: Leaving directory '/tmp/buildd/ruby-redis-namespace-1.4.1'
debian/rules:15: recipe for target 'binary' failed
make: *** [binary] Error 2

log for 1.5.2

┌───────────────────────────────────────────────────────────────────────
───────┐
│ Run tests for ruby2.1 from debian/ruby-tests.rake
         │
└───────────────────────────────────────────────────────────────────────
───────┘

RUBYLIB=/home/pravi/forge/debian/git/pkg-ruby-extras/ruby-redis-namespac
e/debian/ruby-redis-namespace/usr/lib/ruby/vendor_ruby:.
rake2.1 -f debian/ruby-tests.rake
/usr/bin/ruby2.1 /usr/bin/rspec --pattern ./spec/\*\*/\*_spec.rb
/usr/lib/ruby/vendor_ruby/rspec/core/example_group.rb:656:in
`method_missing': undefined method `its' for
RSpec::ExampleGroups::RedisNamespace::Deprecated1XBehaviour:Class
(NoMethodError)
        from
/home/pravi/forge/debian/git/pkg-ruby-extras/ruby-redis-namespace/spec/d
eprecation_spec.rb:20:in
`block (2 levels) in <top (required)>'
        from /usr/lib/ruby/vendor_ruby/rspec/core/example_group.rb:363:in
`module_exec'
        from /usr/lib/ruby/vendor_ruby/rspec/core/example_group.rb:363:in
`subclass'
        from /usr/lib/ruby/vendor_ruby/rspec/core/example_group.rb:254:in
`block in define_example_group_method'
        from
/home/pravi/forge/debian/git/pkg-ruby-extras/ruby-redis-namespace/spec/d
eprecation_spec.rb:10:in
`block in <top (required)>'
        from /usr/lib/ruby/vendor_ruby/rspec/core/example_group.rb:363:in
`module_exec'
        from /usr/lib/ruby/vendor_ruby/rspec/core/example_group.rb:363:in
`subclass'
        from /usr/lib/ruby/vendor_ruby/rspec/core/example_group.rb:254:in
`block in define_example_group_method'
        from /usr/lib/ruby/vendor_ruby/rspec/core/dsl.rb:43:in `block in
expose_example_group_alias'
        from /usr/lib/ruby/vendor_ruby/rspec/core/dsl.rb:82:in `block (2
levels) in expose_example_group_alias_globally'
        from
/home/pravi/forge/debian/git/pkg-ruby-extras/ruby-redis-namespace/spec/d
eprecation_spec.rb:5:in
`<top (required)>'
        from /usr/lib/ruby/vendor_ruby/rspec/core/configuration.rb:1327:in `loa
d'
        from /usr/lib/ruby/vendor_ruby/rspec/core/configuration.rb:1327:in
`block in load_spec_files'
        from /usr/lib/ruby/vendor_ruby/rspec/core/configuration.rb:1325:in `eac
h'
        from /usr/lib/ruby/vendor_ruby/rspec/core/configuration.rb:1325:in
`load_spec_files'
        from /usr/lib/ruby/vendor_ruby/rspec/core/runner.rb:103:in `setup'
        from /usr/lib/ruby/vendor_ruby/rspec/core/runner.rb:89:in `run'
        from /usr/lib/ruby/vendor_ruby/rspec/core/runner.rb:74:in `run'
        from /usr/lib/ruby/vendor_ruby/rspec/core/runner.rb:42:in `invoke'
        from /usr/bin/rspec:4:in `<main>'
/usr/bin/ruby2.1 /usr/bin/rspec --pattern ./spec/\*\*/\*_spec.rb failed
ERROR: Test "ruby2.1" failed. Exiting.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2

iQIcBAEBCAAGBQJVvbp/AAoJEM4fnGdFEsIqQcgP/38frAiD50Tb2xtdiJ9zfWoq
3Wp7EUxV7PT6OamSC5zu5L+KmW+WZHZYywjWJfVOv3vfrsqrQ09pTBixoKhCDVcI
HHJmhq/h6uPU1xNupL9NymbP4SUczn310zWORv5KdHBexEfUFIaJ46ZpCVYyzCOh
Cz+DCU6fEpJA2kyBLmDpdeCi77RcDkgjx5w96EUJDSbiJtLgyq5dLIHisvsvV6BA
yHHjOsa+ffNJqdrfC0YKq4vr5DKWm9gPGhwpQqx+U+vw8c0RG3Ffbm5P3LbXS5sg
wxrOXSE3id37jfCaswjM3EaiyxSRSK7uuLDSBigbu31/kj6So7Y5zGCk89U31NPP
IuGX9073/slkwQ6Vx0NrvPC5GcvQ0tCiwNy/grlVks2q+hpYqqReQyOdxzN7Trc8
nlcUCzVI6phwDoD5ZdMQs0/lg4U311Jml7VQfN3gfcB/Hy0bJOsyiQIUqv8Fofxe
eGPp2PJz+ydH23mkht/dsAIhg4/nHgwBnPx/f19+k3aJDpevGlpsinuzWibQHzGr
msq1BF06+GMOaMMRyiV8kU1DABWG8qW1ZeVH5VqTPrX3xWaJDk++OwoRXGVFmKI2
CuhZrA70l490pP1YAq+tYXr+LRa4G9hnGM7+4z7qkuJNcq9RHfXDPeJE4Z0LILYE
QWIHL9X2hZ0L9Q9NOdom
=idjL
-----END PGP SIGNATURE-----

** Affects: ruby-redis-namespace (Ubuntu)
     Importance: High
         Status: Triaged

** Affects: ruby-redis-namespace (Debian)
     Importance: Undecided
         Status: New


** Tags: ftbfs

** Bug watch added: Debian Bug tracker #794359
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=794359

** Changed in: ruby-redis-namespace (Debian)
 Remote watch: None => Debian Bug tracker #794359

** Changed in: ruby-redis-namespace (Ubuntu)
       Status: New => Triaged

** Changed in: ruby-redis-namespace (Ubuntu)
   Importance: Undecided => High

** Description changed:

  Imported from Debian bug http://bugs.debian.org/794359:
  
- Received: (at submit) by bugs.debian.org; 2 Aug 2015 06:37:21 +0000
- From [email protected] Sun Aug 02 06:37:21 2015
- X-Spam-Checker-Version: SpamAssassin 3.4.0-bugs.debian.org_2005_01_02
-       (2014-02-07) on buxtehude.debian.org
- X-Spam-Level: 
- X-Spam-Status: No, score=-15.2 required=4.0 tests=BAYES_00,DIGITS_LETTERS,
-       
DKIM_SIGNED,FROMDEVELOPER,FVGT_m_MULTI_ODD,HAS_PACKAGE,MONEY,PGPSIGNATURE,
-       RCVD_IN_DNSWL_LOW,SPF_HELO_PASS,T_DKIM_INVALID autolearn=ham
-       autolearn_force=no version=3.4.0-bugs.debian.org_2005_01_02
- X-Spam-Bayes: score:0.0000 Tokens: new, 89; hammy, 149; neutral, 190; spammy,
-       1. spammytokens:0.998-1--sk:namesp hammytokens:0.000-+--pbuilder,
-       0.000-+--sha256, 0.000-+--SHA256, 0.000-+--sk:iQIcBAE, 
0.000-+--sk:iqicbae
- Return-path: <[email protected]>
- Received: from latitanza.investici.org ([82.94.249.234])
-       by buxtehude.debian.org with esmtps 
(TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256)
-       (Exim 4.84)
-       (envelope-from <[email protected]>)
-       id 1ZLmtd-0005fy-97
-       for [email protected]; Sun, 02 Aug 2015 06:37:21 +0000
- Received: from [82.94.249.234] (latitanza [82.94.249.234]) (Authenticated 
sender: [email protected]) by localhost (Postfix) with ESMTPSA id 
00F2112086A
-       for <[email protected]>; Sun,  2 Aug 2015 06:37:14 +0000 (UTC)
- DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=debian.org;
-       s=stigmate; t=1438497436;
-       bh=WEISFNRdN68eIyaZFJrUXzrE7vrdKMud6RmJWUJtx70=;
-       h=To:From:Subject:Date;
-       b=VcQmS60pbVL3MCgFt+d9/iTGWI/Ly7lsMpjLalELHV3eEc1e4jVw/u544SX7BfYf1
-        XeHAHKEcNt7/a7Phpi4SZgCP4q6nKHGSqQGJ8kx7bZGQtgaTB+m0mfULOX+FLyMZ6f
-        od5WaJA2kyS8lVvG1m3aEiQjqx3N5j+QCwgfQlf0=
- To: Debian Bug Tracking System <[email protected]>
- From: Pirate Praveen <[email protected]>
- Subject: FTBFS: port tests to rspec 3 for updating to 1.5.2
- X-Enigmail-Draft-Status: N1110
- Message-ID: <[email protected]>
- Date: Sun, 2 Aug 2015 12:06:55 +0530
- User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101
-  Icedove/38.0
- MIME-Version: 1.0
- Content-Type: text/plain; charset=utf-8
- Content-Transfer-Encoding: 8bit
- Delivered-To: [email protected]
+ -----BEGIN PGP SIGNED MESSAGE-----
+ Hash: SHA256
+ 
+ package: ruby-redis-namespce
+ version: 1.4.1-2
+ severity: serious
+ 
+ log from pbuilder run with rspec 3, for 1.4.1-2
+ 
+ ┌───────────────────────────────────────────────────────────────────────
+ ───────┐
+ │ Run tests for ruby2.1 from debian/ruby-tests.rake
+          │
+ └───────────────────────────────────────────────────────────────────────
+ ───────┘
+ 
+ RUBYLIB=/tmp/buildd/ruby-redis-namespace-1.4.1/debian/ruby-redis-namespa
+ ce/usr/lib/ruby/vendor_ruby:.
+ rake2.1 -f debian/ruby-tests.rake
+ /usr/bin/ruby2.1 /usr/bin/rspec --pattern ./spec/\*\*/\*_spec.rb
+ ...........F....FF...................FFF........F.......................
+ .......
+ 
+ Failures:
+ 
+   1) redis should be able to use a namespace with setbit
+      Failure/Error: @namespaced.exists('virgin_key').should be_true
+        expected true to respond to `true?` or perhaps you meant `be
+ true` or `be_truthy`
+      # ./spec/redis_spec.rb:119:in `block (2 levels) in <top (required)>
+ '
+ 
+   2) redis should be able to use a namespace with mapped_msetnx
+      Failure/Error: @namespaced.mapped_msetnx('foo'=>'1000',
+ 'bar'=>'2000').should be_false
+        expected false to respond to `false?` or perhaps you meant `be
+ false` or `be_falsey`
+      # ./spec/redis_spec.rb:155:in `block (2 levels) in <top (required)>
+ '
+ 
+   3) redis should be able to use a namespace with hashes
+      Failure/Error: @namespaced.hsetnx('foonx','nx',10).should be_true
+        expected true to respond to `true?` or perhaps you meant `be
+ true` or `be_truthy`
+      # ./spec/redis_spec.rb:176:in `block (2 levels) in <top (required)>
+ '
+ 
+   4) redis redis 2.6 commands should namespace bitcount FIXED
+      Expected pending 'awaiting implementaton of command in redis gem'
+ to fail. No Error was raised.
+      # ./spec/redis_spec.rb:355
+ 
+   5) redis redis 2.6 commands should namespace bitop FIXED
+      Expected pending 'awaiting implementaton of command in redis gem'
+ to fail. No Error was raised.
+      # ./spec/redis_spec.rb:359
+ 
+   6) redis redis 2.6 commands should namespace dump FIXED
+      Expected pending 'awaiting implementaton of command in redis gem'
+ to fail. No Error was raised.
+      # ./spec/redis_spec.rb:363
+ 
+   7) redis redis 2.6 commands should namespace restore FIXED
+      Expected pending 'awaiting implementaton of command in redis gem'
+ to fail. No Error was raised.
+      # ./spec/redis_spec.rb:410
+ 
+ Deprecation Warnings:
+ 
+ Using `should` from rspec-expectations' old `:should` syntax without
+ explicitly enabling the syntax is deprecated. Use the new `:expect`
+ syntax or explicitly enable `:should` with `config.expect_with(:rspec)
+ { |c| c.syntax = :should }` instead. Called from
+ /tmp/buildd/ruby-redis-namespace-1.4.1/spec/redis_spec.rb:26:in `block
+ (2 levels) in <top (required)>'.
+ 
+ 
+ If you need more of the backtrace for any of these deprecations to
+ identify where to make the necessary changes, you can configure
+ `config.raise_errors_for_deprecations!`, and it will turn the
+ deprecation warnings into errors, giving you the full backtrace.
+ 
+ 1 deprecation warning total
+ 
+ Finished in 1.7 seconds (files took 1.83 seconds to load)
+ 79 examples, 7 failures
+ 
+ Failed examples:
+ 
+ rspec ./spec/redis_spec.rb:117 # redis should be able to use a
+ namespace with setbit
+ rspec ./spec/redis_spec.rb:153 # redis should be able to use a
+ namespace with mapped_msetnx
+ rspec ./spec/redis_spec.rb:161 # redis should be able to use a
+ namespace with hashes
+ rspec ./spec/redis_spec.rb:355 # redis redis 2.6 commands should
+ namespace bitcount
+ rspec ./spec/redis_spec.rb:359 # redis redis 2.6 commands should
+ namespace bitop
+ rspec ./spec/redis_spec.rb:363 # redis redis 2.6 commands should
+ namespace dump
+ rspec ./spec/redis_spec.rb:410 # redis redis 2.6 commands should
+ namespace restore
+ 
+ /usr/bin/ruby2.1 /usr/bin/rspec --pattern ./spec/\*\*/\*_spec.rb failed
+ ERROR: Test "ruby2.1" failed. Exiting.
+ dh_auto_install: dh_ruby --install
+ /tmp/buildd/ruby-redis-namespace-1.4.1/debian/ruby-redis-namespace
+ returned exit code 1
+ debian/rules:23: recipe for target 'override_dh_auto_install' failed
+ make[1]: *** [override_dh_auto_install] Error 1
+ make[1]: Leaving directory '/tmp/buildd/ruby-redis-namespace-1.4.1'
+ debian/rules:15: recipe for target 'binary' failed
+ make: *** [binary] Error 2
+ 
+ log for 1.5.2
+ 
+ ┌───────────────────────────────────────────────────────────────────────
+ ───────┐
+ │ Run tests for ruby2.1 from debian/ruby-tests.rake
+          │
+ └───────────────────────────────────────────────────────────────────────
+ ───────┘
+ 
+ RUBYLIB=/home/pravi/forge/debian/git/pkg-ruby-extras/ruby-redis-namespac
+ e/debian/ruby-redis-namespace/usr/lib/ruby/vendor_ruby:.
+ rake2.1 -f debian/ruby-tests.rake
+ /usr/bin/ruby2.1 /usr/bin/rspec --pattern ./spec/\*\*/\*_spec.rb
+ /usr/lib/ruby/vendor_ruby/rspec/core/example_group.rb:656:in
+ `method_missing': undefined method `its' for
+ RSpec::ExampleGroups::RedisNamespace::Deprecated1XBehaviour:Class
+ (NoMethodError)
+       from
+ /home/pravi/forge/debian/git/pkg-ruby-extras/ruby-redis-namespace/spec/d
+ eprecation_spec.rb:20:in
+ `block (2 levels) in <top (required)>'
+       from /usr/lib/ruby/vendor_ruby/rspec/core/example_group.rb:363:in
+ `module_exec'
+       from /usr/lib/ruby/vendor_ruby/rspec/core/example_group.rb:363:in
+ `subclass'
+       from /usr/lib/ruby/vendor_ruby/rspec/core/example_group.rb:254:in
+ `block in define_example_group_method'
+       from
+ /home/pravi/forge/debian/git/pkg-ruby-extras/ruby-redis-namespace/spec/d
+ eprecation_spec.rb:10:in
+ `block in <top (required)>'
+       from /usr/lib/ruby/vendor_ruby/rspec/core/example_group.rb:363:in
+ `module_exec'
+       from /usr/lib/ruby/vendor_ruby/rspec/core/example_group.rb:363:in
+ `subclass'
+       from /usr/lib/ruby/vendor_ruby/rspec/core/example_group.rb:254:in
+ `block in define_example_group_method'
+       from /usr/lib/ruby/vendor_ruby/rspec/core/dsl.rb:43:in `block in
+ expose_example_group_alias'
+       from /usr/lib/ruby/vendor_ruby/rspec/core/dsl.rb:82:in `block (2
+ levels) in expose_example_group_alias_globally'
+       from
+ /home/pravi/forge/debian/git/pkg-ruby-extras/ruby-redis-namespace/spec/d
+ eprecation_spec.rb:5:in
+ `<top (required)>'
+       from /usr/lib/ruby/vendor_ruby/rspec/core/configuration.rb:1327:in `loa
+ d'
+       from /usr/lib/ruby/vendor_ruby/rspec/core/configuration.rb:1327:in
+ `block in load_spec_files'
+       from /usr/lib/ruby/vendor_ruby/rspec/core/configuration.rb:1325:in `eac
+ h'
+       from /usr/lib/ruby/vendor_ruby/rspec/core/configuration.rb:1325:in
+ `load_spec_files'
+       from /usr/lib/ruby/vendor_ruby/rspec/core/runner.rb:103:in `setup'
+       from /usr/lib/ruby/vendor_ruby/rspec/core/runner.rb:89:in `run'
+       from /usr/lib/ruby/vendor_ruby/rspec/core/runner.rb:74:in `run'
+       from /usr/lib/ruby/vendor_ruby/rspec/core/runner.rb:42:in `invoke'
+       from /usr/bin/rspec:4:in `<main>'
+ /usr/bin/ruby2.1 /usr/bin/rspec --pattern ./spec/\*\*/\*_spec.rb failed
+ ERROR: Test "ruby2.1" failed. Exiting.
+ -----BEGIN PGP SIGNATURE-----
+ Version: GnuPG v2
+ 
+ iQIcBAEBCAAGBQJVvbp/AAoJEM4fnGdFEsIqQcgP/38frAiD50Tb2xtdiJ9zfWoq
+ 3Wp7EUxV7PT6OamSC5zu5L+KmW+WZHZYywjWJfVOv3vfrsqrQ09pTBixoKhCDVcI
+ HHJmhq/h6uPU1xNupL9NymbP4SUczn310zWORv5KdHBexEfUFIaJ46ZpCVYyzCOh
+ Cz+DCU6fEpJA2kyBLmDpdeCi77RcDkgjx5w96EUJDSbiJtLgyq5dLIHisvsvV6BA
+ yHHjOsa+ffNJqdrfC0YKq4vr5DKWm9gPGhwpQqx+U+vw8c0RG3Ffbm5P3LbXS5sg
+ wxrOXSE3id37jfCaswjM3EaiyxSRSK7uuLDSBigbu31/kj6So7Y5zGCk89U31NPP
+ IuGX9073/slkwQ6Vx0NrvPC5GcvQ0tCiwNy/grlVks2q+hpYqqReQyOdxzN7Trc8
+ nlcUCzVI6phwDoD5ZdMQs0/lg4U311Jml7VQfN3gfcB/Hy0bJOsyiQIUqv8Fofxe
+ eGPp2PJz+ydH23mkht/dsAIhg4/nHgwBnPx/f19+k3aJDpevGlpsinuzWibQHzGr
+ msq1BF06+GMOaMMRyiV8kU1DABWG8qW1ZeVH5VqTPrX3xWaJDk++OwoRXGVFmKI2
+ CuhZrA70l490pP1YAq+tYXr+LRa4G9hnGM7+4z7qkuJNcq9RHfXDPeJE4Z0LILYE
+ QWIHL9X2hZ0L9Q9NOdom
+ =idjL
+ -----END PGP SIGNATURE-----

** Tags added: ftbfs

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1507415

Title:
  FTBFS: port tests to rspec 3 for updating to 1.5.2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ruby-redis-namespace/+bug/1507415/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to