redis-promise 0.1.0

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.
Files changed (48) hide show
  1. checksums.yaml +7 -0
  2. data/.github/workflows/ci.yml +74 -0
  3. data/CHANGELOG.md +19 -0
  4. data/LICENSE +21 -0
  5. data/README.md +151 -0
  6. data/Rakefile +12 -0
  7. data/lib/redis/promise/resolver.rb +47 -0
  8. data/lib/redis/promise/resque.rb +49 -0
  9. data/lib/redis/promise/version.rb +8 -0
  10. data/lib/redis/promise.rb +83 -0
  11. data/sorbet/config +7 -0
  12. data/sorbet/rbi/annotations/.gitattributes +1 -0
  13. data/sorbet/rbi/annotations/minitest.rbi +120 -0
  14. data/sorbet/rbi/annotations/rainbow.rbi +269 -0
  15. data/sorbet/rbi/gems/.gitattributes +1 -0
  16. data/sorbet/rbi/gems/ast@2.4.3.rbi +586 -0
  17. data/sorbet/rbi/gems/byebug@13.0.0.rbi +37 -0
  18. data/sorbet/rbi/gems/connection_pool@3.0.2.rbi +340 -0
  19. data/sorbet/rbi/gems/date@3.5.1.rbi +403 -0
  20. data/sorbet/rbi/gems/erb@6.0.4.rbi +814 -0
  21. data/sorbet/rbi/gems/io-console@0.8.2.rbi +9 -0
  22. data/sorbet/rbi/gems/json@2.19.5.rbi +2250 -0
  23. data/sorbet/rbi/gems/lint_roller@1.1.0.rbi +323 -0
  24. data/sorbet/rbi/gems/minitest@5.27.0.rbi +1549 -0
  25. data/sorbet/rbi/gems/parallel@2.1.0.rbi +359 -0
  26. data/sorbet/rbi/gems/pp@0.6.3.rbi +388 -0
  27. data/sorbet/rbi/gems/prettyprint@0.2.0.rbi +477 -0
  28. data/sorbet/rbi/gems/psych@5.3.1.rbi +2555 -0
  29. data/sorbet/rbi/gems/racc@1.8.1.rbi +168 -0
  30. data/sorbet/rbi/gems/rainbow@3.1.1.rbi +403 -0
  31. data/sorbet/rbi/gems/rake@13.4.2.rbi +3258 -0
  32. data/sorbet/rbi/gems/redis-client@0.29.0.rbi +1203 -0
  33. data/sorbet/rbi/gems/redis@5.4.1.rbi +3552 -0
  34. data/sorbet/rbi/gems/reline@0.6.3.rbi +2995 -0
  35. data/sorbet/rbi/gems/rubocop-espago@1.2.0.rbi +9 -0
  36. data/sorbet/rbi/gems/ruby-progressbar@1.13.0.rbi +1318 -0
  37. data/sorbet/rbi/gems/shoulda-context@2.0.0.rbi +563 -0
  38. data/sorbet/rbi/gems/stringio@3.2.0.rbi +9 -0
  39. data/sorbet/rbi/gems/tsort@0.2.0.rbi +393 -0
  40. data/sorbet/rbi/gems/unicode-display_width@3.2.0.rbi +132 -0
  41. data/sorbet/rbi/gems/unicode-emoji@4.2.0.rbi +254 -0
  42. data/sorbet/rbi/shims/gems/resque.rbi +9 -0
  43. data/sorbet/rbi/shims/gems/shoulda-context.rbi +16 -0
  44. data/sorbet/rbi/todo.rbi +5 -0
  45. data/sorbet/tapioca/config.yml +31 -0
  46. data/sorbet/tapioca/extensions/load_gem.rb +1 -0
  47. data/sorbet/tapioca/require.rb +5 -0
  48. metadata +117 -0
@@ -0,0 +1,254 @@
1
+ # typed: true
2
+
3
+ # DO NOT EDIT MANUALLY
4
+ # This is an autogenerated file for types exported from the `unicode-emoji` gem.
5
+ # Please instead update this file by running `bin/tapioca gem unicode-emoji`.
6
+
7
+
8
+ # This file was generated by a script, please do not edit it by hand.
9
+ # See `$ rake generate_constants` and data/generate_constants.rb for more info.
10
+ #
11
+ # source://unicode-emoji//lib/unicode/emoji/constants.rb#3
12
+ module Unicode; end
13
+
14
+ # source://unicode-emoji//lib/unicode/emoji/constants.rb#4
15
+ module Unicode::Emoji
16
+ class << self
17
+ # Returns ordered list of Emoji, categorized in a three-level deep Hash structure
18
+ #
19
+ # source://unicode-emoji//lib/unicode/emoji.rb#80
20
+ def list(key = T.unsafe(nil), sub_key = T.unsafe(nil)); end
21
+
22
+ # Return Emoji properties of character as an Array or nil
23
+ # See PROPERTY_NAMES constant for possible properties
24
+ #
25
+ # Source: see https://www.unicode.org/Public/16.0.0/ucd/emoji/emoji-data.txt
26
+ #
27
+ # source://unicode-emoji//lib/unicode/emoji.rb#68
28
+ def properties(char); end
29
+
30
+ private
31
+
32
+ # source://unicode-emoji//lib/unicode/emoji.rb#88
33
+ def get_codepoint_value(char); end
34
+ end
35
+ end
36
+
37
+ # Last codepoint of tag-based subdivision flags
38
+ #
39
+ # source://unicode-emoji//lib/unicode/emoji/constants.rb#32
40
+ Unicode::Emoji::CANCEL_TAG = T.let(T.unsafe(nil), Integer)
41
+
42
+ # source://unicode-emoji//lib/unicode/emoji/constants.rb#8
43
+ Unicode::Emoji::CLDR_VERSION = T.let(T.unsafe(nil), String)
44
+
45
+ # source://unicode-emoji//lib/unicode/emoji/constants.rb#9
46
+ Unicode::Emoji::DATA_DIRECTORY = T.let(T.unsafe(nil), String)
47
+
48
+ # The current list of codepoints with the "Emoji" property
49
+ # Same characters as \p{Emoji}
50
+ # (Emoji version of this gem might be more recent than Ruby's Emoji version)
51
+ #
52
+ # source://unicode-emoji//lib/unicode/emoji/lazy_constants.rb#8
53
+ Unicode::Emoji::EMOJI_CHAR = T.let(T.unsafe(nil), Array)
54
+
55
+ # The current list of codepoints with the "Emoji_Component" property
56
+ # Same characters as \p{Emoji Component} or \p{EComp}
57
+ # (Emoji version of this gem might be more recent than Ruby's Emoji version)
58
+ #
59
+ # source://unicode-emoji//lib/unicode/emoji/lazy_constants.rb#21
60
+ Unicode::Emoji::EMOJI_COMPONENT = T.let(T.unsafe(nil), Array)
61
+
62
+ # The list of characters that can be used as base for keycap sequences
63
+ #
64
+ # source://unicode-emoji//lib/unicode/emoji/lazy_constants.rb#42
65
+ Unicode::Emoji::EMOJI_KEYCAPS = T.let(T.unsafe(nil), Array)
66
+
67
+ # Combining Enclosing Keycap character
68
+ #
69
+ # source://unicode-emoji//lib/unicode/emoji/constants.rb#38
70
+ Unicode::Emoji::EMOJI_KEYCAP_SUFFIX = T.let(T.unsafe(nil), Integer)
71
+
72
+ # The current list of codepoints with the "Emoji_Modifier" property
73
+ # Same characters as \p{Emoji Modifier} or \p{EMod}
74
+ # (Emoji version of this gem might be more recent than Ruby's Emoji version)
75
+ #
76
+ # source://unicode-emoji//lib/unicode/emoji/lazy_constants.rb#31
77
+ Unicode::Emoji::EMOJI_MODIFIERS = T.let(T.unsafe(nil), Array)
78
+
79
+ # The current list of codepoints with the "Emoji_Modifier_Base" property
80
+ # Same characters as \p{Emoji Modifier Base} or \p{EBase}
81
+ # (Emoji version of this gem might be more recent than Ruby's Emoji version)
82
+ #
83
+ # source://unicode-emoji//lib/unicode/emoji/lazy_constants.rb#26
84
+ Unicode::Emoji::EMOJI_MODIFIER_BASES = T.let(T.unsafe(nil), Array)
85
+
86
+ # The current list of codepoints with the "Emoji_Presentation" property
87
+ # Same characters as \p{Emoji Presentation} or \p{EPres}
88
+ # (Emoji version of this gem might be more recent than Ruby's Emoji version)
89
+ #
90
+ # source://unicode-emoji//lib/unicode/emoji/lazy_constants.rb#13
91
+ Unicode::Emoji::EMOJI_PRESENTATION = T.let(T.unsafe(nil), Array)
92
+
93
+ # First codepoint of tag-based subdivision flags
94
+ #
95
+ # source://unicode-emoji//lib/unicode/emoji/constants.rb#29
96
+ Unicode::Emoji::EMOJI_TAG_BASE_FLAG = T.let(T.unsafe(nil), Integer)
97
+
98
+ # Variation Selector 16 (VS16), enables emoji presentation mode for preceding codepoint
99
+ #
100
+ # source://unicode-emoji//lib/unicode/emoji/constants.rb#23
101
+ Unicode::Emoji::EMOJI_VARIATION_SELECTOR = T.let(T.unsafe(nil), Integer)
102
+
103
+ # source://unicode-emoji//lib/unicode/emoji/constants.rb#6
104
+ Unicode::Emoji::EMOJI_VERSION = T.let(T.unsafe(nil), String)
105
+
106
+ # The current list of codepoints with the "Extended_Pictographic" property
107
+ # Same characters as \p{Extended Pictographic} or \p{ExtPict}
108
+ # (Emoji version of this gem might be more recent than Ruby's Emoji version)
109
+ #
110
+ # source://unicode-emoji//lib/unicode/emoji/lazy_constants.rb#36
111
+ Unicode::Emoji::EXTENDED_PICTOGRAPHIC = T.let(T.unsafe(nil), Array)
112
+
113
+ # The current list of codepoints with the "Extended_Pictographic" property that don't have the "Emoji" property
114
+ #
115
+ # source://unicode-emoji//lib/unicode/emoji/lazy_constants.rb#39
116
+ Unicode::Emoji::EXTENDED_PICTOGRAPHIC_NO_EMOJI = T.let(T.unsafe(nil), Array)
117
+
118
+ # source://unicode-emoji//lib/unicode/emoji/index.rb#11
119
+ Unicode::Emoji::INDEX = T.let(T.unsafe(nil), Hash)
120
+
121
+ # source://unicode-emoji//lib/unicode/emoji/constants.rb#10
122
+ Unicode::Emoji::INDEX_FILENAME = T.let(T.unsafe(nil), String)
123
+
124
+ # Contains an ordered and group list of all currently recommended Emoji (RGI/FQE)
125
+ #
126
+ # source://unicode-emoji//lib/unicode/emoji/list.rb#6
127
+ Unicode::Emoji::LIST = T.let(T.unsafe(nil), Hash)
128
+
129
+ # Sometimes, categories change, we issue a warning in these cases
130
+ #
131
+ # source://unicode-emoji//lib/unicode/emoji/list.rb#9
132
+ Unicode::Emoji::LIST_REMOVED_KEYS = T.let(T.unsafe(nil), Array)
133
+
134
+ # Unicode properties, see https://www.unicode.org/Public/16.0.0/ucd/emoji/emoji-data.txt
135
+ #
136
+ # source://unicode-emoji//lib/unicode/emoji/constants.rb#13
137
+ Unicode::Emoji::PROPERTY_NAMES = T.let(T.unsafe(nil), Hash)
138
+
139
+ # The list RGI tag sequence flags
140
+ #
141
+ # source://unicode-emoji//lib/unicode/emoji/lazy_constants.rb#51
142
+ Unicode::Emoji::RECOMMENDED_SUBDIVISION_FLAGS = T.let(T.unsafe(nil), Array)
143
+
144
+ # The list of fully-qualified RGI Emoji ZWJ sequences
145
+ #
146
+ # source://unicode-emoji//lib/unicode/emoji/lazy_constants.rb#54
147
+ Unicode::Emoji::RECOMMENDED_ZWJ_SEQUENCES = T.let(T.unsafe(nil), Array)
148
+
149
+ # source://unicode-emoji//lib/unicode/emoji/generated_native/regex.rb#6
150
+ Unicode::Emoji::REGEX = T.let(T.unsafe(nil), Regexp)
151
+
152
+ # source://unicode-emoji//lib/unicode/emoji/generated_native/regex_basic.rb#6
153
+ Unicode::Emoji::REGEX_BASIC = T.let(T.unsafe(nil), Regexp)
154
+
155
+ # source://unicode-emoji//lib/unicode/emoji/generated_native/regex_emoji_keycap.rb#6
156
+ Unicode::Emoji::REGEX_EMOJI_KEYCAP = T.let(T.unsafe(nil), Regexp)
157
+
158
+ # source://unicode-emoji//lib/unicode/emoji/generated_native/regex_include_mqe.rb#6
159
+ Unicode::Emoji::REGEX_INCLUDE_MQE = T.let(T.unsafe(nil), Regexp)
160
+
161
+ # source://unicode-emoji//lib/unicode/emoji/generated_native/regex_include_mqe_uqe.rb#6
162
+ Unicode::Emoji::REGEX_INCLUDE_MQE_UQE = T.let(T.unsafe(nil), Regexp)
163
+
164
+ # source://unicode-emoji//lib/unicode/emoji/generated_native/regex_include_text.rb#6
165
+ Unicode::Emoji::REGEX_INCLUDE_TEXT = T.let(T.unsafe(nil), Regexp)
166
+
167
+ # source://unicode-emoji//lib/unicode/emoji/generated_native/regex_picto.rb#6
168
+ Unicode::Emoji::REGEX_PICTO = T.let(T.unsafe(nil), Regexp)
169
+
170
+ # source://unicode-emoji//lib/unicode/emoji/generated_native/regex_picto_no_emoji.rb#6
171
+ Unicode::Emoji::REGEX_PICTO_NO_EMOJI = T.let(T.unsafe(nil), Regexp)
172
+
173
+ # source://unicode-emoji//lib/unicode/emoji/generated_native/regex_possible.rb#6
174
+ Unicode::Emoji::REGEX_POSSIBLE = T.let(T.unsafe(nil), Regexp)
175
+
176
+ # source://unicode-emoji//lib/unicode/emoji/generated_native/regex_prop_component.rb#6
177
+ Unicode::Emoji::REGEX_PROP_COMPONENT = T.let(T.unsafe(nil), Regexp)
178
+
179
+ # source://unicode-emoji//lib/unicode/emoji/generated_native/regex_prop_emoji.rb#6
180
+ Unicode::Emoji::REGEX_PROP_EMOJI = T.let(T.unsafe(nil), Regexp)
181
+
182
+ # source://unicode-emoji//lib/unicode/emoji/generated_native/regex_prop_modifier.rb#6
183
+ Unicode::Emoji::REGEX_PROP_MODIFIER = T.let(T.unsafe(nil), Regexp)
184
+
185
+ # source://unicode-emoji//lib/unicode/emoji/generated_native/regex_prop_modifier_base.rb#6
186
+ Unicode::Emoji::REGEX_PROP_MODIFIER_BASE = T.let(T.unsafe(nil), Regexp)
187
+
188
+ # source://unicode-emoji//lib/unicode/emoji/generated_native/regex_prop_presentation.rb#6
189
+ Unicode::Emoji::REGEX_PROP_PRESENTATION = T.let(T.unsafe(nil), Regexp)
190
+
191
+ # source://unicode-emoji//lib/unicode/emoji/generated_native/regex_text.rb#6
192
+ Unicode::Emoji::REGEX_TEXT = T.let(T.unsafe(nil), Regexp)
193
+
194
+ # source://unicode-emoji//lib/unicode/emoji/generated_native/regex_text_presentation.rb#6
195
+ Unicode::Emoji::REGEX_TEXT_PRESENTATION = T.let(T.unsafe(nil), Regexp)
196
+
197
+ # source://unicode-emoji//lib/unicode/emoji/generated_native/regex_valid.rb#6
198
+ Unicode::Emoji::REGEX_VALID = T.let(T.unsafe(nil), Regexp)
199
+
200
+ # source://unicode-emoji//lib/unicode/emoji/generated_native/regex_valid_include_text.rb#6
201
+ Unicode::Emoji::REGEX_VALID_INCLUDE_TEXT = T.let(T.unsafe(nil), Regexp)
202
+
203
+ # source://unicode-emoji//lib/unicode/emoji/generated_native/regex_well_formed.rb#6
204
+ Unicode::Emoji::REGEX_WELL_FORMED = T.let(T.unsafe(nil), Regexp)
205
+
206
+ # source://unicode-emoji//lib/unicode/emoji/generated_native/regex_well_formed_include_text.rb#6
207
+ Unicode::Emoji::REGEX_WELL_FORMED_INCLUDE_TEXT = T.let(T.unsafe(nil), Regexp)
208
+
209
+ # Two regional indicators make up a region
210
+ #
211
+ # source://unicode-emoji//lib/unicode/emoji/constants.rb#44
212
+ Unicode::Emoji::REGIONAL_INDICATORS = T.let(T.unsafe(nil), Array)
213
+
214
+ # Tags characters allowed in tag-based subdivision flags
215
+ #
216
+ # source://unicode-emoji//lib/unicode/emoji/constants.rb#35
217
+ Unicode::Emoji::SPEC_TAGS = T.let(T.unsafe(nil), Array)
218
+
219
+ # The current list of codepoints with the "Emoji" property that lack the "Emoji Presentation" property
220
+ #
221
+ # source://unicode-emoji//lib/unicode/emoji/lazy_constants.rb#16
222
+ Unicode::Emoji::TEXT_PRESENTATION = T.let(T.unsafe(nil), Array)
223
+
224
+ # Variation Selector 15 (VS15), enables text presentation mode for preceding codepoint
225
+ #
226
+ # source://unicode-emoji//lib/unicode/emoji/constants.rb#26
227
+ Unicode::Emoji::TEXT_VARIATION_SELECTOR = T.let(T.unsafe(nil), Integer)
228
+
229
+ # source://unicode-emoji//lib/unicode/emoji/constants.rb#7
230
+ Unicode::Emoji::UNICODE_VERSION = T.let(T.unsafe(nil), String)
231
+
232
+ # The list of valid regions
233
+ #
234
+ # source://unicode-emoji//lib/unicode/emoji/lazy_constants.rb#45
235
+ Unicode::Emoji::VALID_REGION_FLAGS = T.let(T.unsafe(nil), Array)
236
+
237
+ # The list of valid subdivisions in regex character class syntax
238
+ #
239
+ # source://unicode-emoji//lib/unicode/emoji/lazy_constants.rb#48
240
+ Unicode::Emoji::VALID_SUBDIVISIONS = T.let(T.unsafe(nil), Array)
241
+
242
+ # source://unicode-emoji//lib/unicode/emoji/constants.rb#5
243
+ Unicode::Emoji::VERSION = T.let(T.unsafe(nil), String)
244
+
245
+ # The current list of Emoji components that should have a visual representation
246
+ # Currently skin tone modifiers + hair components
247
+ #
248
+ # source://unicode-emoji//lib/unicode/emoji/constants.rb#48
249
+ Unicode::Emoji::VISUAL_COMPONENT = T.let(T.unsafe(nil), Array)
250
+
251
+ # Zero-width-joiner to enable combination of multiple Emoji in a sequence
252
+ #
253
+ # source://unicode-emoji//lib/unicode/emoji/constants.rb#41
254
+ Unicode::Emoji::ZWJ = T.let(T.unsafe(nil), Integer)
@@ -0,0 +1,9 @@
1
+ # typed: true
2
+
3
+ module Resque
4
+ extend self
5
+
6
+ #: -> Redis
7
+ def redis; end
8
+ def enqueue(klass, *args); end
9
+ end
@@ -0,0 +1,16 @@
1
+ # typed: true
2
+
3
+ class Minitest::Test
4
+ class << self
5
+ def context(name, &blk); end
6
+
7
+ sig do
8
+ params(
9
+ name_or_matcher: String,
10
+ options: T.untyped,
11
+ blk: T.proc.bind(T.attached_class).void,
12
+ ).void
13
+ end
14
+ def should(name_or_matcher, options = T.unsafe(nil), &blk); end
15
+ end
16
+ end
@@ -0,0 +1,5 @@
1
+ # DO NOT EDIT MANUALLY
2
+ # This is an autogenerated file for unresolved constants.
3
+ # Please instead update this file by running `bin/tapioca todo`.
4
+
5
+ # typed: false
@@ -0,0 +1,31 @@
1
+ gem:
2
+ # Add your `gem` command parameters here:
3
+ #
4
+ exclude:
5
+ - bigdecimal
6
+ - amazing_print
7
+ - rspec
8
+ - rubocop
9
+ - yard
10
+ - yard-sorbet
11
+ - rdoc
12
+ - debug
13
+ - language_server-protocol
14
+ - rubocop-ast
15
+ - rubocop-sorbet
16
+ - parser
17
+ - regexp_parser
18
+ - bundler-audit
19
+ - prism
20
+ - spoom
21
+ - rbi
22
+ - rbs
23
+ - tapioca
24
+ # doc: true
25
+ # workers: 5
26
+ dsl:
27
+ # Add your `dsl` command parameters here:
28
+ #
29
+ # exclude:
30
+ # - SomeGeneratorName
31
+ # workers: 5
@@ -0,0 +1 @@
1
+ require_relative './../../../lib/redis/promise'
@@ -0,0 +1,5 @@
1
+ # typed: true
2
+ # frozen_string_literal: true
3
+
4
+ # Add your extra requires here (`bin/tapioca require` can be used to bootstrap this list)
5
+ require 'minitest'
metadata ADDED
@@ -0,0 +1,117 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: redis-promise
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - Mateusz Drewniak
8
+ bindir: exe
9
+ cert_chain: []
10
+ date: 1980-01-02 00:00:00.000000000 Z
11
+ dependencies:
12
+ - !ruby/object:Gem::Dependency
13
+ name: redis
14
+ requirement: !ruby/object:Gem::Requirement
15
+ requirements:
16
+ - - "~>"
17
+ - !ruby/object:Gem::Version
18
+ version: '5.4'
19
+ type: :runtime
20
+ prerelease: false
21
+ version_requirements: !ruby/object:Gem::Requirement
22
+ requirements:
23
+ - - "~>"
24
+ - !ruby/object:Gem::Version
25
+ version: '5.4'
26
+ - !ruby/object:Gem::Dependency
27
+ name: sorbet-runtime
28
+ requirement: !ruby/object:Gem::Requirement
29
+ requirements:
30
+ - - "~>"
31
+ - !ruby/object:Gem::Version
32
+ version: '0.6'
33
+ type: :runtime
34
+ prerelease: false
35
+ version_requirements: !ruby/object:Gem::Requirement
36
+ requirements:
37
+ - - "~>"
38
+ - !ruby/object:Gem::Version
39
+ version: '0.6'
40
+ description: A Ruby library that adds promises based on Redis
41
+ email:
42
+ - matmg24@gmail.com
43
+ executables: []
44
+ extensions: []
45
+ extra_rdoc_files: []
46
+ files:
47
+ - ".github/workflows/ci.yml"
48
+ - CHANGELOG.md
49
+ - LICENSE
50
+ - README.md
51
+ - Rakefile
52
+ - lib/redis/promise.rb
53
+ - lib/redis/promise/resolver.rb
54
+ - lib/redis/promise/resque.rb
55
+ - lib/redis/promise/version.rb
56
+ - sorbet/config
57
+ - sorbet/rbi/annotations/.gitattributes
58
+ - sorbet/rbi/annotations/minitest.rbi
59
+ - sorbet/rbi/annotations/rainbow.rbi
60
+ - sorbet/rbi/gems/.gitattributes
61
+ - sorbet/rbi/gems/ast@2.4.3.rbi
62
+ - sorbet/rbi/gems/byebug@13.0.0.rbi
63
+ - sorbet/rbi/gems/connection_pool@3.0.2.rbi
64
+ - sorbet/rbi/gems/date@3.5.1.rbi
65
+ - sorbet/rbi/gems/erb@6.0.4.rbi
66
+ - sorbet/rbi/gems/io-console@0.8.2.rbi
67
+ - sorbet/rbi/gems/json@2.19.5.rbi
68
+ - sorbet/rbi/gems/lint_roller@1.1.0.rbi
69
+ - sorbet/rbi/gems/minitest@5.27.0.rbi
70
+ - sorbet/rbi/gems/parallel@2.1.0.rbi
71
+ - sorbet/rbi/gems/pp@0.6.3.rbi
72
+ - sorbet/rbi/gems/prettyprint@0.2.0.rbi
73
+ - sorbet/rbi/gems/psych@5.3.1.rbi
74
+ - sorbet/rbi/gems/racc@1.8.1.rbi
75
+ - sorbet/rbi/gems/rainbow@3.1.1.rbi
76
+ - sorbet/rbi/gems/rake@13.4.2.rbi
77
+ - sorbet/rbi/gems/redis-client@0.29.0.rbi
78
+ - sorbet/rbi/gems/redis@5.4.1.rbi
79
+ - sorbet/rbi/gems/reline@0.6.3.rbi
80
+ - sorbet/rbi/gems/rubocop-espago@1.2.0.rbi
81
+ - sorbet/rbi/gems/ruby-progressbar@1.13.0.rbi
82
+ - sorbet/rbi/gems/shoulda-context@2.0.0.rbi
83
+ - sorbet/rbi/gems/stringio@3.2.0.rbi
84
+ - sorbet/rbi/gems/tsort@0.2.0.rbi
85
+ - sorbet/rbi/gems/unicode-display_width@3.2.0.rbi
86
+ - sorbet/rbi/gems/unicode-emoji@4.2.0.rbi
87
+ - sorbet/rbi/shims/gems/resque.rbi
88
+ - sorbet/rbi/shims/gems/shoulda-context.rbi
89
+ - sorbet/rbi/todo.rbi
90
+ - sorbet/tapioca/config.yml
91
+ - sorbet/tapioca/extensions/load_gem.rb
92
+ - sorbet/tapioca/require.rb
93
+ homepage: https://github.com/Verseth/ruby-redis-promise
94
+ licenses: []
95
+ metadata:
96
+ homepage_uri: https://github.com/Verseth/ruby-redis-promise
97
+ source_code_uri: https://github.com/Verseth/ruby-redis-promise
98
+ changelog_uri: https://github.com/Verseth/ruby-redis-promise/blob/main/CHANGELOG.md
99
+ rubygems_mfa_required: 'true'
100
+ rdoc_options: []
101
+ require_paths:
102
+ - lib
103
+ required_ruby_version: !ruby/object:Gem::Requirement
104
+ requirements:
105
+ - - ">="
106
+ - !ruby/object:Gem::Version
107
+ version: 3.3.0
108
+ required_rubygems_version: !ruby/object:Gem::Requirement
109
+ requirements:
110
+ - - ">="
111
+ - !ruby/object:Gem::Version
112
+ version: '0'
113
+ requirements: []
114
+ rubygems_version: 4.0.10
115
+ specification_version: 4
116
+ summary: A Ruby library that adds promises based on Redis
117
+ test_files: []