redis-client 0.23.0 → 0.23.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 588c7b4963a757c4d297236e15e0fd2b84d1137f42f14ca26dcfdf3349588126
4
- data.tar.gz: cc68ebf122ca5c9044c9c0e08713071e60b151c526f37699d7fa5d28c2e52e5f
3
+ metadata.gz: 25ebbae246af076a81474ed506bb8df3dc199475253ab710d0f6963003c7f5a7
4
+ data.tar.gz: 36681410082da8b122180382b075e8b39f2bb9ed4985359476804b8f3be09053
5
5
  SHA512:
6
- metadata.gz: 3a23804a8dbf13a35f8dae709586c44b3b81bd4d6d671ed79890b734b9e722f996c6d514bc609da511a0695deeefbfdfafcf8545fd6a0f7d8144d1936f72f417
7
- data.tar.gz: 1be3aff9e63209a7424c0078f1fe26d8f45212034f0a8d18fa8cb778f7bdb12200effa4796082dd7a1096f18f840cdf84ddff8a9ab3ff2ad6a552db9db595484
6
+ metadata.gz: c2609c86de3f6ef9a48e209c75fce8cf9becb0b620f936993eb00272ed2c71b8775a53f76a2ad02079d3d9d831b30ddd1a5e68b4e337f3bac265e9365120cd78
7
+ data.tar.gz: 00ae97c0b541a9bb99a731088ad280e586581784b17afb4dfebfb918583047451f1131ecb22a2f94eedaff16afa4ca10e933334b617eefb894131da782316066
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Unreleased
2
2
 
3
+ # 0.23.1
4
+
5
+ - Fix a potential crash in `hiredis-client` when using subcriptions (`next_event`). See #221.
6
+
3
7
  # 0.23.0
4
8
 
5
9
  - Allow `password` to be a callable. Makes it easy to implement short lived password authentication strategies.
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  class RedisClient
4
- VERSION = "0.23.0"
4
+ VERSION = "0.23.1"
5
5
  end
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: redis-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.23.0
4
+ version: 0.23.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jean Boussier
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2024-12-10 00:00:00.000000000 Z
10
+ date: 2025-01-12 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: connection_pool
@@ -24,7 +23,6 @@ dependencies:
24
23
  - - ">="
25
24
  - !ruby/object:Gem::Version
26
25
  version: '0'
27
- description:
28
26
  email:
29
27
  - jean.boussier@gmail.com
30
28
  executables: []
@@ -58,7 +56,6 @@ metadata:
58
56
  homepage_uri: https://github.com/redis-rb/redis-client
59
57
  source_code_uri: https://github.com/redis-rb/redis-client
60
58
  changelog_uri: https://github.com/redis-rb/redis-client/blob/master/CHANGELOG.md
61
- post_install_message:
62
59
  rdoc_options: []
63
60
  require_paths:
64
61
  - lib
@@ -73,8 +70,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
73
70
  - !ruby/object:Gem::Version
74
71
  version: '0'
75
72
  requirements: []
76
- rubygems_version: 3.0.3.1
77
- signing_key:
73
+ rubygems_version: 3.6.2
78
74
  specification_version: 4
79
75
  summary: Simple low-level client for Redis 6+
80
76
  test_files: []