redis-prescription 2.2.0 → 2.3.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c503c680688ac288e5d3b9e59314c20055c10239b31733de6855f6a78ed90d3e
4
- data.tar.gz: f0a2373d51deb922ac02bb8283e05cb583dc3578f95ea8f4923bba2d1a3058e1
3
+ metadata.gz: fd1b8f036fcc8230f39b8df81688c9026fd2e65d3e5a825d6d1233a9ba7b9093
4
+ data.tar.gz: f60221b43f1ddbaa96d57212f8a1e849a94daa9c4d018c90aee7e68d6b9c7df4
5
5
  SHA512:
6
- metadata.gz: 516e413b8da8d7dace049f9169c307d3a87b1ee52ecdc759368f3012d2d51e6b44732d38a2980635bc5acb1015436960c48fe17239edd734101feda83d18c503
7
- data.tar.gz: 2c07386fbc7fb53a0a8093df08a35ed6d366a37084df8823cc49685cf95034e5599f7aeacb2fd502ebef6d4f0654f244988e86bd7bd26bfd30c3f0f7741d079b
6
+ metadata.gz: 11d25b6dc569ed64cab7d439b7688102549a20e714c8a6ff2abfe7a2ccdb91a0fce7097089fd08c196b36b53ca7bcaae149edb0fb3272ec210f95efbcc5134e8
7
+ data.tar.gz: 386d2fbc0b0104e183c3c58ca871dd0120efe313ea7ece14904137c67139d97d82accc8b8537a0a9887e875596b2b08ec128ce52b73aca534387f873e73e4db9
data/README.adoc CHANGED
@@ -31,17 +31,25 @@ script.call(redis, keys: [:xxx]) # => 123
31
31
  ----
32
32
 
33
33
 
34
- == Supported Ruby Versions
34
+ == Compatibility
35
35
 
36
36
  This library aims to support and is tested against:
37
37
 
38
38
  * https://www.ruby-lang.org[Ruby]
39
+ ** MRI 2.7.x
39
40
  ** MRI 3.0.x
40
41
  ** MRI 3.1.x
42
+ ** MRI 3.2.x
41
43
  * https://redis.io[Redis Server]
42
44
  ** 6.2.x
43
45
  ** 7.0.x
44
46
  * https://github.com/redis/redis-rb[redis-rb]
47
+ ** 4.1.x
48
+ ** 4.2.x
49
+ ** 4.3.x
50
+ ** 4.4.x
51
+ ** 4.5.x
52
+ ** 4.6.x
45
53
  ** 4.7.x
46
54
  ** 4.8.x
47
55
  ** 5.0.x
@@ -33,7 +33,7 @@ class RedisPrescription
33
33
  (?::\s\h+,\son\s@[^:]+:\d+\.)? # Redis 7.0
34
34
  )
35
35
  \z
36
- }x
36
+ }x.freeze
37
37
  private_constant :LUA_ERROR_MESSAGE
38
38
  # rubocop:enable Layout/LineLength
39
39
 
@@ -2,5 +2,5 @@
2
2
 
3
3
  class RedisPrescription
4
4
  # Gem version.
5
- VERSION = "2.2.0"
5
+ VERSION = "2.3.0"
6
6
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: redis-prescription
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.2.0
4
+ version: 2.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alexey Zapparov
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-04-05 00:00:00.000000000 Z
11
+ date: 2023-04-07 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: |
14
14
  Preloads (and reloads when needed, e.g. when scripts were flushed away)
@@ -36,7 +36,7 @@ metadata:
36
36
  homepage_uri: https://gitlab.com/ixti/redis-prescription
37
37
  source_code_uri: https://gitlab.com/ixti/redis-prescription
38
38
  bug_tracker_uri: https://gitlab.com/ixti/redis-prescription/issues
39
- changelog_uri: https://gitlab.com/ixti/redis-prescription/blob/v2.2.0/CHANGES.md
39
+ changelog_uri: https://gitlab.com/ixti/redis-prescription/blob/v2.3.0/CHANGES.md
40
40
  rubygems_mfa_required: 'true'
41
41
  post_install_message:
42
42
  rdoc_options: []
@@ -46,7 +46,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
46
46
  requirements:
47
47
  - - ">="
48
48
  - !ruby/object:Gem::Version
49
- version: '3.0'
49
+ version: '2.7'
50
50
  required_rubygems_version: !ruby/object:Gem::Requirement
51
51
  requirements:
52
52
  - - ">="