Your message dated Wed, 04 Mar 2020 10:21:03 +0000
with message-id <[email protected]>
and subject line Bug#945209: fixed in ruby-fakeredis 0.8.0-2
has caused the Debian Bug report #945209,
regarding ruby-fakeredis FTBFS with redis 4 in experimental
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
945209: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=945209
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: ruby-fakeredis
version: 0.7.0-1
severity: important

This package FTBFS with ruby-redis 4 in experimental and blocking its upload to unstable.

Failures:

1) KeysMethods with extended options uses nx option to only set the key if it does not already exist Failure/Error: expect(@client.set("key1", "2", { :nx => true })).to eq(false)

      expected: false
           got: 0

      (compared using ==)
# /usr/lib/ruby/vendor_ruby/rspec/support.rb:97:in `block in <module:Support>' # /usr/lib/ruby/vendor_ruby/rspec/support.rb:106:in `notify_failure' # /usr/lib/ruby/vendor_ruby/rspec/expectations/fail_with.rb:35:in `fail_with' # /usr/lib/ruby/vendor_ruby/rspec/expectations/handler.rb:38:in `handle_failure' # /usr/lib/ruby/vendor_ruby/rspec/expectations/handler.rb:50:in `block in handle_matcher' # /usr/lib/ruby/vendor_ruby/rspec/expectations/handler.rb:27:in `with_matcher' # /usr/lib/ruby/vendor_ruby/rspec/expectations/handler.rb:48:in `handle_matcher' # /usr/lib/ruby/vendor_ruby/rspec/expectations/expectation_target.rb:65:in `to' # ./spec/keys_spec.rb:377:in `block (3 levels) in <module:FakeRedis>' # /usr/lib/ruby/vendor_ruby/rspec/core/example.rb:254:in `instance_exec' # /usr/lib/ruby/vendor_ruby/rspec/core/example.rb:254:in `block in run' # /usr/lib/ruby/vendor_ruby/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks' # /usr/lib/ruby/vendor_ruby/rspec/core/example.rb:457:in `block in with_around_example_hooks' # /usr/lib/ruby/vendor_ruby/rspec/core/hooks.rb:464:in `block in run' # /usr/lib/ruby/vendor_ruby/rspec/core/hooks.rb:602:in `run_around_example_hooks_for'
    # /usr/lib/ruby/vendor_ruby/rspec/core/hooks.rb:464:in `run'
# /usr/lib/ruby/vendor_ruby/rspec/core/example.rb:457:in `with_around_example_hooks' # /usr/lib/ruby/vendor_ruby/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'
    # /usr/lib/ruby/vendor_ruby/rspec/core/example.rb:251:in `run'
# /usr/lib/ruby/vendor_ruby/rspec/core/example_group.rb:629:in `block in run_examples' # /usr/lib/ruby/vendor_ruby/rspec/core/example_group.rb:625:in `map' # /usr/lib/ruby/vendor_ruby/rspec/core/example_group.rb:625:in `run_examples' # /usr/lib/ruby/vendor_ruby/rspec/core/example_group.rb:591:in `run' # /usr/lib/ruby/vendor_ruby/rspec/core/example_group.rb:592:in `block in run' # /usr/lib/ruby/vendor_ruby/rspec/core/example_group.rb:592:in `map' # /usr/lib/ruby/vendor_ruby/rspec/core/example_group.rb:592:in `run' # /usr/lib/ruby/vendor_ruby/rspec/core/runner.rb:116:in `block (3 levels) in run_specs'
    # /usr/lib/ruby/vendor_ruby/rspec/core/runner.rb:116:in `map'
# /usr/lib/ruby/vendor_ruby/rspec/core/runner.rb:116:in `block (2 levels) in run_specs' # /usr/lib/ruby/vendor_ruby/rspec/core/configuration.rb:1989:in `with_suite_hooks' # /usr/lib/ruby/vendor_ruby/rspec/core/runner.rb:111:in `block in run_specs'
    # /usr/lib/ruby/vendor_ruby/rspec/core/reporter.rb:74:in `report'
    # /usr/lib/ruby/vendor_ruby/rspec/core/runner.rb:110:in `run_specs'
    # /usr/lib/ruby/vendor_ruby/rspec/core/runner.rb:87:in `run'
    # /usr/lib/ruby/vendor_ruby/rspec/core/runner.rb:71:in `run'
    # /usr/lib/ruby/vendor_ruby/rspec/core/runner.rb:45:in `invoke'
    # /usr/bin/rspec:4:in `<main>'

2) KeysMethods with extended options uses xx option to only set the key if it already exists Failure/Error: expect(@client.set("key2", "1", { :xx => true })).to eq(false)

      expected: false
           got: 0

      (compared using ==)
# /usr/lib/ruby/vendor_ruby/rspec/support.rb:97:in `block in <module:Support>' # /usr/lib/ruby/vendor_ruby/rspec/support.rb:106:in `notify_failure' # /usr/lib/ruby/vendor_ruby/rspec/expectations/fail_with.rb:35:in `fail_with' # /usr/lib/ruby/vendor_ruby/rspec/expectations/handler.rb:38:in `handle_failure' # /usr/lib/ruby/vendor_ruby/rspec/expectations/handler.rb:50:in `block in handle_matcher' # /usr/lib/ruby/vendor_ruby/rspec/expectations/handler.rb:27:in `with_matcher' # /usr/lib/ruby/vendor_ruby/rspec/expectations/handler.rb:48:in `handle_matcher' # /usr/lib/ruby/vendor_ruby/rspec/expectations/expectation_target.rb:65:in `to' # ./spec/keys_spec.rb:383:in `block (3 levels) in <module:FakeRedis>' # /usr/lib/ruby/vendor_ruby/rspec/core/example.rb:254:in `instance_exec' # /usr/lib/ruby/vendor_ruby/rspec/core/example.rb:254:in `block in run' # /usr/lib/ruby/vendor_ruby/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks' # /usr/lib/ruby/vendor_ruby/rspec/core/example.rb:457:in `block in with_around_example_hooks' # /usr/lib/ruby/vendor_ruby/rspec/core/hooks.rb:464:in `block in run' # /usr/lib/ruby/vendor_ruby/rspec/core/hooks.rb:602:in `run_around_example_hooks_for'
    # /usr/lib/ruby/vendor_ruby/rspec/core/hooks.rb:464:in `run'
# /usr/lib/ruby/vendor_ruby/rspec/core/example.rb:457:in `with_around_example_hooks' # /usr/lib/ruby/vendor_ruby/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'
    # /usr/lib/ruby/vendor_ruby/rspec/core/example.rb:251:in `run'
# /usr/lib/ruby/vendor_ruby/rspec/core/example_group.rb:629:in `block in run_examples' # /usr/lib/ruby/vendor_ruby/rspec/core/example_group.rb:625:in `map' # /usr/lib/ruby/vendor_ruby/rspec/core/example_group.rb:625:in `run_examples' # /usr/lib/ruby/vendor_ruby/rspec/core/example_group.rb:591:in `run' # /usr/lib/ruby/vendor_ruby/rspec/core/example_group.rb:592:in `block in run' # /usr/lib/ruby/vendor_ruby/rspec/core/example_group.rb:592:in `map' # /usr/lib/ruby/vendor_ruby/rspec/core/example_group.rb:592:in `run' # /usr/lib/ruby/vendor_ruby/rspec/core/runner.rb:116:in `block (3 levels) in run_specs'
    # /usr/lib/ruby/vendor_ruby/rspec/core/runner.rb:116:in `map'
# /usr/lib/ruby/vendor_ruby/rspec/core/runner.rb:116:in `block (2 levels) in run_specs' # /usr/lib/ruby/vendor_ruby/rspec/core/configuration.rb:1989:in `with_suite_hooks' # /usr/lib/ruby/vendor_ruby/rspec/core/runner.rb:111:in `block in run_specs'
    # /usr/lib/ruby/vendor_ruby/rspec/core/reporter.rb:74:in `report'
    # /usr/lib/ruby/vendor_ruby/rspec/core/runner.rb:110:in `run_specs'
    # /usr/lib/ruby/vendor_ruby/rspec/core/runner.rb:87:in `run'
    # /usr/lib/ruby/vendor_ruby/rspec/core/runner.rb:71:in `run'
    # /usr/lib/ruby/vendor_ruby/rspec/core/runner.rb:45:in `invoke'
    # /usr/bin/rspec:4:in `<main>'

3) KeysMethods with extended options does not set the key if both xx and nx option are specified Failure/Error: expect(@client.set("key2", "1", { :nx => true, :xx => true })).to eq(false)

      expected: false
           got: 0

      (compared using ==)
# /usr/lib/ruby/vendor_ruby/rspec/support.rb:97:in `block in <module:Support>' # /usr/lib/ruby/vendor_ruby/rspec/support.rb:106:in `notify_failure' # /usr/lib/ruby/vendor_ruby/rspec/expectations/fail_with.rb:35:in `fail_with' # /usr/lib/ruby/vendor_ruby/rspec/expectations/handler.rb:38:in `handle_failure' # /usr/lib/ruby/vendor_ruby/rspec/expectations/handler.rb:50:in `block in handle_matcher' # /usr/lib/ruby/vendor_ruby/rspec/expectations/handler.rb:27:in `with_matcher' # /usr/lib/ruby/vendor_ruby/rspec/expectations/handler.rb:48:in `handle_matcher' # /usr/lib/ruby/vendor_ruby/rspec/expectations/expectation_target.rb:65:in `to' # ./spec/keys_spec.rb:391:in `block (3 levels) in <module:FakeRedis>' # /usr/lib/ruby/vendor_ruby/rspec/core/example.rb:254:in `instance_exec' # /usr/lib/ruby/vendor_ruby/rspec/core/example.rb:254:in `block in run' # /usr/lib/ruby/vendor_ruby/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks' # /usr/lib/ruby/vendor_ruby/rspec/core/example.rb:457:in `block in with_around_example_hooks' # /usr/lib/ruby/vendor_ruby/rspec/core/hooks.rb:464:in `block in run' # /usr/lib/ruby/vendor_ruby/rspec/core/hooks.rb:602:in `run_around_example_hooks_for'
    # /usr/lib/ruby/vendor_ruby/rspec/core/hooks.rb:464:in `run'
# /usr/lib/ruby/vendor_ruby/rspec/core/example.rb:457:in `with_around_example_hooks' # /usr/lib/ruby/vendor_ruby/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'
    # /usr/lib/ruby/vendor_ruby/rspec/core/example.rb:251:in `run'
# /usr/lib/ruby/vendor_ruby/rspec/core/example_group.rb:629:in `block in run_examples' # /usr/lib/ruby/vendor_ruby/rspec/core/example_group.rb:625:in `map' # /usr/lib/ruby/vendor_ruby/rspec/core/example_group.rb:625:in `run_examples' # /usr/lib/ruby/vendor_ruby/rspec/core/example_group.rb:591:in `run' # /usr/lib/ruby/vendor_ruby/rspec/core/example_group.rb:592:in `block in run' # /usr/lib/ruby/vendor_ruby/rspec/core/example_group.rb:592:in `map' # /usr/lib/ruby/vendor_ruby/rspec/core/example_group.rb:592:in `run' # /usr/lib/ruby/vendor_ruby/rspec/core/runner.rb:116:in `block (3 levels) in run_specs'
    # /usr/lib/ruby/vendor_ruby/rspec/core/runner.rb:116:in `map'
# /usr/lib/ruby/vendor_ruby/rspec/core/runner.rb:116:in `block (2 levels) in run_specs' # /usr/lib/ruby/vendor_ruby/rspec/core/configuration.rb:1989:in `with_suite_hooks' # /usr/lib/ruby/vendor_ruby/rspec/core/runner.rb:111:in `block in run_specs'
    # /usr/lib/ruby/vendor_ruby/rspec/core/reporter.rb:74:in `report'
    # /usr/lib/ruby/vendor_ruby/rspec/core/runner.rb:110:in `run_specs'
    # /usr/lib/ruby/vendor_ruby/rspec/core/runner.rb:87:in `run'
    # /usr/lib/ruby/vendor_ruby/rspec/core/runner.rb:71:in `run'
    # /usr/lib/ruby/vendor_ruby/rspec/core/runner.rb:45:in `invoke'
    # /usr/bin/rspec:4:in `<main>'

4) SortedSetsMethods should add a member to a sorted set, or update its score if it already exists Failure/Error: expect(@client.zscore("key2", "val")).to eq(Infinity)

    ArgumentError:
      invalid value for Float(): "Infinity"
# /usr/share/rubygems-integration/all/gems/redis-4.1.2/lib/redis.rb:3357:in `Float' # /usr/share/rubygems-integration/all/gems/redis-4.1.2/lib/redis.rb:3357:in `block in <class:Redis>' # /usr/share/rubygems-integration/all/gems/redis-4.1.2/lib/redis/client.rb:129:in `call' # /usr/share/rubygems-integration/all/gems/redis-4.1.2/lib/redis.rb:1732:in `block in zscore' # /usr/share/rubygems-integration/all/gems/redis-4.1.2/lib/redis.rb:52:in `block in synchronize'
    # /usr/lib/ruby/2.5.0/monitor.rb:235:in `mon_synchronize'
# /usr/share/rubygems-integration/all/gems/redis-4.1.2/lib/redis.rb:52:in `synchronize' # /usr/share/rubygems-integration/all/gems/redis-4.1.2/lib/redis.rb:1731:in `zscore' # ./spec/sorted_sets_spec.rb:20:in `block (2 levels) in <module:FakeRedis>' # /usr/lib/ruby/vendor_ruby/rspec/core/example.rb:254:in `instance_exec' # /usr/lib/ruby/vendor_ruby/rspec/core/example.rb:254:in `block in run' # /usr/lib/ruby/vendor_ruby/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks' # /usr/lib/ruby/vendor_ruby/rspec/core/example.rb:457:in `block in with_around_example_hooks' # /usr/lib/ruby/vendor_ruby/rspec/core/hooks.rb:464:in `block in run' # /usr/lib/ruby/vendor_ruby/rspec/core/hooks.rb:602:in `run_around_example_hooks_for'
    # /usr/lib/ruby/vendor_ruby/rspec/core/hooks.rb:464:in `run'
# /usr/lib/ruby/vendor_ruby/rspec/core/example.rb:457:in `with_around_example_hooks' # /usr/lib/ruby/vendor_ruby/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'
    # /usr/lib/ruby/vendor_ruby/rspec/core/example.rb:251:in `run'
# /usr/lib/ruby/vendor_ruby/rspec/core/example_group.rb:629:in `block in run_examples' # /usr/lib/ruby/vendor_ruby/rspec/core/example_group.rb:625:in `map' # /usr/lib/ruby/vendor_ruby/rspec/core/example_group.rb:625:in `run_examples' # /usr/lib/ruby/vendor_ruby/rspec/core/example_group.rb:591:in `run' # /usr/lib/ruby/vendor_ruby/rspec/core/runner.rb:116:in `block (3 levels) in run_specs'
    # /usr/lib/ruby/vendor_ruby/rspec/core/runner.rb:116:in `map'
# /usr/lib/ruby/vendor_ruby/rspec/core/runner.rb:116:in `block (2 levels) in run_specs' # /usr/lib/ruby/vendor_ruby/rspec/core/configuration.rb:1989:in `with_suite_hooks' # /usr/lib/ruby/vendor_ruby/rspec/core/runner.rb:111:in `block in run_specs'
    # /usr/lib/ruby/vendor_ruby/rspec/core/reporter.rb:74:in `report'
    # /usr/lib/ruby/vendor_ruby/rspec/core/runner.rb:110:in `run_specs'
    # /usr/lib/ruby/vendor_ruby/rspec/core/runner.rb:87:in `run'
    # /usr/lib/ruby/vendor_ruby/rspec/core/runner.rb:71:in `run'
    # /usr/lib/ruby/vendor_ruby/rspec/core/runner.rb:45:in `invoke'
    # /usr/bin/rspec:4:in `<main>'

5) SortedSetsMethods should handle infinity values when incrementing a sorted set key Failure/Error: expect(@client.zincrby("bar", "+inf", "s2")).to eq(Infinity)

    ArgumentError:
      invalid value for Float(): "Infinity"
# /usr/share/rubygems-integration/all/gems/redis-4.1.2/lib/redis.rb:3357:in `Float' # /usr/share/rubygems-integration/all/gems/redis-4.1.2/lib/redis.rb:3357:in `block in <class:Redis>' # /usr/share/rubygems-integration/all/gems/redis-4.1.2/lib/redis/client.rb:129:in `call' # /usr/share/rubygems-integration/all/gems/redis-4.1.2/lib/redis.rb:1602:in `block in zincrby' # /usr/share/rubygems-integration/all/gems/redis-4.1.2/lib/redis.rb:52:in `block in synchronize'
    # /usr/lib/ruby/2.5.0/monitor.rb:235:in `mon_synchronize'
# /usr/share/rubygems-integration/all/gems/redis-4.1.2/lib/redis.rb:52:in `synchronize' # /usr/share/rubygems-integration/all/gems/redis-4.1.2/lib/redis.rb:1601:in `zincrby' # ./spec/sorted_sets_spec.rb:139:in `block (2 levels) in <module:FakeRedis>' # /usr/lib/ruby/vendor_ruby/rspec/core/example.rb:254:in `instance_exec' # /usr/lib/ruby/vendor_ruby/rspec/core/example.rb:254:in `block in run' # /usr/lib/ruby/vendor_ruby/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks' # /usr/lib/ruby/vendor_ruby/rspec/core/example.rb:457:in `block in with_around_example_hooks' # /usr/lib/ruby/vendor_ruby/rspec/core/hooks.rb:464:in `block in run' # /usr/lib/ruby/vendor_ruby/rspec/core/hooks.rb:602:in `run_around_example_hooks_for'
    # /usr/lib/ruby/vendor_ruby/rspec/core/hooks.rb:464:in `run'
# /usr/lib/ruby/vendor_ruby/rspec/core/example.rb:457:in `with_around_example_hooks' # /usr/lib/ruby/vendor_ruby/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'
    # /usr/lib/ruby/vendor_ruby/rspec/core/example.rb:251:in `run'
# /usr/lib/ruby/vendor_ruby/rspec/core/example_group.rb:629:in `block in run_examples' # /usr/lib/ruby/vendor_ruby/rspec/core/example_group.rb:625:in `map' # /usr/lib/ruby/vendor_ruby/rspec/core/example_group.rb:625:in `run_examples' # /usr/lib/ruby/vendor_ruby/rspec/core/example_group.rb:591:in `run' # /usr/lib/ruby/vendor_ruby/rspec/core/runner.rb:116:in `block (3 levels) in run_specs'
    # /usr/lib/ruby/vendor_ruby/rspec/core/runner.rb:116:in `map'
# /usr/lib/ruby/vendor_ruby/rspec/core/runner.rb:116:in `block (2 levels) in run_specs' # /usr/lib/ruby/vendor_ruby/rspec/core/configuration.rb:1989:in `with_suite_hooks' # /usr/lib/ruby/vendor_ruby/rspec/core/runner.rb:111:in `block in run_specs'
    # /usr/lib/ruby/vendor_ruby/rspec/core/reporter.rb:74:in `report'
    # /usr/lib/ruby/vendor_ruby/rspec/core/runner.rb:110:in `run_specs'
    # /usr/lib/ruby/vendor_ruby/rspec/core/runner.rb:87:in `run'
    # /usr/lib/ruby/vendor_ruby/rspec/core/runner.rb:71:in `run'
    # /usr/lib/ruby/vendor_ruby/rspec/core/runner.rb:45:in `invoke'
    # /usr/bin/rspec:4:in `<main>'

Finished in 0.28633 seconds (files took 0.22608 seconds to load)
399 examples, 5 failures, 1 pending

Failed examples:

rspec ./spec/keys_spec.rb:375 # KeysMethods with extended options uses nx option to only set the key if it does not already exist rspec ./spec/keys_spec.rb:382 # KeysMethods with extended options uses xx option to only set the key if it already exists rspec ./spec/keys_spec.rb:390 # KeysMethods with extended options does not set the key if both xx and nx option are specified rspec ./spec/sorted_sets_spec.rb:11 # SortedSetsMethods should add a member to a sorted set, or update its score if it already exists rspec ./spec/sorted_sets_spec.rb:138 # SortedSetsMethods should handle infinity values when incrementing a sorted set key

/usr/bin/ruby2.5 /usr/bin/rspec --pattern ./spec/\*_spec.rb failed
ERROR: Test "ruby2.5" failed. Exi

--- End Message ---
--- Begin Message ---
Source: ruby-fakeredis
Source-Version: 0.8.0-2
Done: Pirate Praveen <[email protected]>

We believe that the bug you reported is fixed in the latest version of
ruby-fakeredis, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Pirate Praveen <[email protected]> (supplier of updated ruby-fakeredis package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Wed, 04 Mar 2020 15:15:58 +0530
Source: ruby-fakeredis
Architecture: source
Version: 0.8.0-2
Distribution: experimental
Urgency: medium
Maintainer: Debian Ruby Extras Maintainers 
<[email protected]>
Changed-By: Pirate Praveen <[email protected]>
Closes: 945209
Changes:
 ruby-fakeredis (0.8.0-2) experimental; urgency=medium
 .
   * Team upload.
   * New upstream version 0.8.0 (Closes: #945209)
   * Update minimum version of ruby-redis to 4
   * Bump Standards-Version to 4.5.0 (no changes needed)
Checksums-Sha1:
 ab32ccf819689d6c2724dfc36a1e82266dd0d1a7 2091 ruby-fakeredis_0.8.0-2.dsc
 92247c0f31ff28422796aedd1cf201877a9ff5c4 38496 ruby-fakeredis_0.8.0.orig.tar.gz
 de4277229b7ed35722a1287f5c828790f30562dd 2544 
ruby-fakeredis_0.8.0-2.debian.tar.xz
 0c0d3f61112b34801ad100b1c2b7cf6394cfc8f1 13908 
ruby-fakeredis_0.8.0-2_source.buildinfo
Checksums-Sha256:
 3db01b57911600bd44d3050fcacaa1d4482d0035744adf2c8d42807e9af5237f 2091 
ruby-fakeredis_0.8.0-2.dsc
 eee45d6cc072200de7d151e2552d6c6d3917ed4562f7d04522834c7c99dd0a59 38496 
ruby-fakeredis_0.8.0.orig.tar.gz
 1be157a17e1361d66e6a17d6de4be325d27a2f777449b61d5ef9b027c556bce6 2544 
ruby-fakeredis_0.8.0-2.debian.tar.xz
 108f05c5e22010b57099687fac3e27a06d9493b6e68ebaa75cae88c0bd43108b 13908 
ruby-fakeredis_0.8.0-2_source.buildinfo
Files:
 f4c9eb75ce3b2b171ab658bec58c24c7 2091 ruby optional ruby-fakeredis_0.8.0-2.dsc
 25061c18af63fc884bd26b903b35e8f2 38496 ruby optional 
ruby-fakeredis_0.8.0.orig.tar.gz
 1138590e167da3cbd3a123dacbba9d4f 2544 ruby optional 
ruby-fakeredis_0.8.0-2.debian.tar.xz
 7d8200dd64f3639b9f81c4002004bfe1 13908 ruby optional 
ruby-fakeredis_0.8.0-2_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEE0whj4mAg5UP0cZqDj1PgGTspS3UFAl5feo4ACgkQj1PgGTsp
S3UBkg/+Iml6E2Wa0Lm/YwX8ia+HurMpkraE2RbdZDq7MfCO+8dHhIvT8bVMW3ZZ
qQDsC0pwJTUzhWehubfdh6GufWx/9QhIEho08ApSg+JIUHy6WQ6wpEDFkOr6D7Dk
gzTayyaDwfXiOmqUabipojK+O3qnmgjkydJU8hx7PB3xb62ckXKlYOLK53zvQcdd
ttnweuHjt7Ee8KBa2QRAUUxCOL/mfXJBnyH81Ifp5lmnr+ruVybMmHaaqcAmsv0j
K+OoaafZ3aYoK9wvUvsKNI1LfBxB3GNBq4nYtX5HklahVibGAXSiycXi60Lmh8iz
swfCLri4wkui3zY5qyohi68FrqW4lrvd8ytgFXmqLV6nRHu1+dpnom6PGsXZAp/T
QEyF4ZmCVIE88f3kNJwcRsSkkQNy+o2zRSDSq5NpZs36bR3orWuMBjbW54+N5gqw
YrdglaPbQYHfiwpmESk/PbuT633fOMtIbEebWJd/jHHbprqQ32t++mDq7mQ++IOt
wLwrh797viPKIpDV9jsGTZVw/VJZosVJEPj25M5Xg7vGspyE1uPw+8fgK+SBmn1e
BR6OlAnu7vcFES45LCWAiYe8QdD3P0/r01dfD//HJOynlhcY7yBgK7/DZukTBx6Y
X/dfHVXnT0nH8JNkM4H4mbba9cwSvtQIiB5d93vWHvUMB1o8vc4=
=kVo5
-----END PGP SIGNATURE-----

--- End Message ---
_______________________________________________
Pkg-ruby-extras-maintainers mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-ruby-extras-maintainers

Reply via email to