resque-integration 3.8.1 → 3.8.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,224 @@
1
+ PATH
2
+ remote: ..
3
+ specs:
4
+ resque-integration (3.8.2)
5
+ god (~> 0.13.4)
6
+ multi_json
7
+ rails (>= 3.0.0)
8
+ rake
9
+ resque (>= 1.25.2)
10
+ resque-failed-job-mailer (~> 0.0.3)
11
+ resque-meta (>= 2.0.0)
12
+ resque-multi-job-forks (~> 0.4.2)
13
+ resque-progress (~> 1.0.1)
14
+ resque-retry (~> 1.5)
15
+ resque-scheduler (~> 4.0)
16
+
17
+ GEM
18
+ remote: https://rubygems.org/
19
+ specs:
20
+ actioncable (5.0.7.2)
21
+ actionpack (= 5.0.7.2)
22
+ nio4r (>= 1.2, < 3.0)
23
+ websocket-driver (~> 0.6.1)
24
+ actionmailer (5.0.7.2)
25
+ actionpack (= 5.0.7.2)
26
+ actionview (= 5.0.7.2)
27
+ activejob (= 5.0.7.2)
28
+ mail (~> 2.5, >= 2.5.4)
29
+ rails-dom-testing (~> 2.0)
30
+ actionpack (5.0.7.2)
31
+ actionview (= 5.0.7.2)
32
+ activesupport (= 5.0.7.2)
33
+ rack (~> 2.0)
34
+ rack-test (~> 0.6.3)
35
+ rails-dom-testing (~> 2.0)
36
+ rails-html-sanitizer (~> 1.0, >= 1.0.2)
37
+ actionview (5.0.7.2)
38
+ activesupport (= 5.0.7.2)
39
+ builder (~> 3.1)
40
+ erubis (~> 2.7.0)
41
+ rails-dom-testing (~> 2.0)
42
+ rails-html-sanitizer (~> 1.0, >= 1.0.3)
43
+ activejob (5.0.7.2)
44
+ activesupport (= 5.0.7.2)
45
+ globalid (>= 0.3.6)
46
+ activemodel (5.0.7.2)
47
+ activesupport (= 5.0.7.2)
48
+ activerecord (5.0.7.2)
49
+ activemodel (= 5.0.7.2)
50
+ activesupport (= 5.0.7.2)
51
+ arel (~> 7.0)
52
+ activesupport (5.0.7.2)
53
+ concurrent-ruby (~> 1.0, >= 1.0.2)
54
+ i18n (>= 0.7, < 2)
55
+ minitest (~> 5.1)
56
+ tzinfo (~> 1.1)
57
+ appraisal (2.5.0)
58
+ bundler
59
+ rake
60
+ thor (>= 0.14.0)
61
+ arel (7.1.4)
62
+ builder (3.2.4)
63
+ byebug (11.1.3)
64
+ coderay (1.1.3)
65
+ combustion (1.3.7)
66
+ activesupport (>= 3.0.0)
67
+ railties (>= 3.0.0)
68
+ thor (>= 0.14.6)
69
+ concurrent-ruby (1.2.2)
70
+ crass (1.0.6)
71
+ diff-lcs (1.5.0)
72
+ docile (1.3.5)
73
+ erubis (2.7.0)
74
+ et-orbi (1.2.7)
75
+ tzinfo
76
+ fugit (1.9.0)
77
+ et-orbi (~> 1, >= 1.2.7)
78
+ raabro (~> 1.4)
79
+ globalid (0.4.2)
80
+ activesupport (>= 4.2.0)
81
+ god (0.13.7)
82
+ i18n (1.14.1)
83
+ concurrent-ruby (~> 1.0)
84
+ json (2.7.1)
85
+ loofah (2.19.1)
86
+ crass (~> 1.0.2)
87
+ nokogiri (>= 1.5.9)
88
+ mail (2.7.1)
89
+ mini_mime (>= 0.1.1)
90
+ method_source (0.9.2)
91
+ mini_mime (1.1.2)
92
+ mini_portile2 (2.4.0)
93
+ minitest (5.15.0)
94
+ mono_logger (1.1.2)
95
+ multi_json (1.15.0)
96
+ mustermann (2.0.2)
97
+ ruby2_keywords (~> 0.0.1)
98
+ nio4r (2.6.1)
99
+ nokogiri (1.10.10)
100
+ mini_portile2 (~> 2.4.0)
101
+ pry (0.12.2)
102
+ coderay (~> 1.1.0)
103
+ method_source (~> 0.9.0)
104
+ pry-byebug (3.8.0)
105
+ byebug (~> 11.0)
106
+ pry (~> 0.10)
107
+ raabro (1.4.0)
108
+ rack (2.2.8)
109
+ rack-protection (2.2.4)
110
+ rack
111
+ rack-test (0.6.3)
112
+ rack (>= 1.0)
113
+ rails (5.0.7.2)
114
+ actioncable (= 5.0.7.2)
115
+ actionmailer (= 5.0.7.2)
116
+ actionpack (= 5.0.7.2)
117
+ actionview (= 5.0.7.2)
118
+ activejob (= 5.0.7.2)
119
+ activemodel (= 5.0.7.2)
120
+ activerecord (= 5.0.7.2)
121
+ activesupport (= 5.0.7.2)
122
+ bundler (>= 1.3.0)
123
+ railties (= 5.0.7.2)
124
+ sprockets-rails (>= 2.0.0)
125
+ rails-dom-testing (2.1.1)
126
+ activesupport (>= 5.0.0)
127
+ minitest
128
+ nokogiri (>= 1.6)
129
+ rails-html-sanitizer (1.5.0)
130
+ loofah (~> 2.19, >= 2.19.1)
131
+ railties (5.0.7.2)
132
+ actionpack (= 5.0.7.2)
133
+ activesupport (= 5.0.7.2)
134
+ method_source
135
+ rake (>= 0.8.7)
136
+ thor (>= 0.18.1, < 2.0)
137
+ rake (13.1.0)
138
+ redis (4.8.1)
139
+ redis-namespace (1.11.0)
140
+ redis (>= 4)
141
+ resque (1.26.0)
142
+ mono_logger (~> 1.0)
143
+ multi_json (~> 1.0)
144
+ redis-namespace (~> 1.3)
145
+ sinatra (>= 0.9.2)
146
+ vegas (~> 0.1.2)
147
+ resque-failed-job-mailer (0.0.3)
148
+ resque-meta (2.0.1)
149
+ resque (~> 1.8)
150
+ resque-multi-job-forks (0.4.5)
151
+ json
152
+ resque (~> 1.26.0)
153
+ resque-progress (1.0.1)
154
+ resque (>= 1.8.0)
155
+ resque-meta (>= 1.0.0)
156
+ resque-retry (1.8.1)
157
+ resque (>= 1.25, < 3.0)
158
+ resque-scheduler (>= 4.0, < 6.0)
159
+ resque-scheduler (4.4.0)
160
+ mono_logger (~> 1.0)
161
+ redis (>= 3.3)
162
+ resque (>= 1.26)
163
+ rufus-scheduler (~> 3.2)
164
+ rspec (2.99.0)
165
+ rspec-core (~> 2.99.0)
166
+ rspec-expectations (~> 2.99.0)
167
+ rspec-mocks (~> 2.99.0)
168
+ rspec-core (2.99.2)
169
+ rspec-expectations (2.99.2)
170
+ diff-lcs (>= 1.1.3, < 2.0)
171
+ rspec-its (1.0.1)
172
+ rspec-core (>= 2.99.0.beta1)
173
+ rspec-expectations (>= 2.99.0.beta1)
174
+ rspec-mocks (2.99.4)
175
+ ruby2_keywords (0.0.5)
176
+ rufus-scheduler (3.9.1)
177
+ fugit (~> 1.1, >= 1.1.6)
178
+ simplecov (0.18.5)
179
+ docile (~> 1.1)
180
+ simplecov-html (~> 0.11)
181
+ simplecov-html (0.12.3)
182
+ sinatra (2.2.4)
183
+ mustermann (~> 2.0)
184
+ rack (~> 2.2)
185
+ rack-protection (= 2.2.4)
186
+ tilt (~> 2.0)
187
+ sprockets (3.7.2)
188
+ concurrent-ruby (~> 1.0)
189
+ rack (> 1, < 3)
190
+ sprockets-rails (3.2.2)
191
+ actionpack (>= 4.0)
192
+ activesupport (>= 4.0)
193
+ sprockets (>= 3.0.0)
194
+ thor (1.2.2)
195
+ thread_safe (0.3.6)
196
+ tilt (2.3.0)
197
+ timecop (0.9.8)
198
+ tzinfo (1.2.11)
199
+ thread_safe (~> 0.1)
200
+ vegas (0.1.11)
201
+ rack (>= 1.0.0)
202
+ websocket-driver (0.6.5)
203
+ websocket-extensions (>= 0.1.0)
204
+ websocket-extensions (0.1.5)
205
+
206
+ PLATFORMS
207
+ ruby
208
+
209
+ DEPENDENCIES
210
+ appraisal (>= 1.0.2)
211
+ bundler
212
+ combustion (>= 0.5.5)
213
+ loofah (< 2.20.0)
214
+ pry (< 0.13.0)
215
+ pry-byebug
216
+ rails (~> 5.0.0)
217
+ resque-integration!
218
+ rspec (~> 2.14)
219
+ rspec-its
220
+ simplecov
221
+ timecop
222
+
223
+ BUNDLED WITH
224
+ 1.17.3
@@ -0,0 +1,9 @@
1
+ # This file was generated by Appraisal
2
+
3
+ source "https://rubygems.org"
4
+
5
+ gem "loofah", "< 2.20.0", require: false
6
+ gem "pry", "< 0.13.0", require: false
7
+ gem "rails", "~> 5.1.0"
8
+
9
+ gemspec path: "../"
@@ -0,0 +1,224 @@
1
+ PATH
2
+ remote: ..
3
+ specs:
4
+ resque-integration (3.8.2)
5
+ god (~> 0.13.4)
6
+ multi_json
7
+ rails (>= 3.0.0)
8
+ rake
9
+ resque (>= 1.25.2)
10
+ resque-failed-job-mailer (~> 0.0.3)
11
+ resque-meta (>= 2.0.0)
12
+ resque-multi-job-forks (~> 0.4.2)
13
+ resque-progress (~> 1.0.1)
14
+ resque-retry (~> 1.5)
15
+ resque-scheduler (~> 4.0)
16
+
17
+ GEM
18
+ remote: https://rubygems.org/
19
+ specs:
20
+ actioncable (5.1.7)
21
+ actionpack (= 5.1.7)
22
+ nio4r (~> 2.0)
23
+ websocket-driver (~> 0.6.1)
24
+ actionmailer (5.1.7)
25
+ actionpack (= 5.1.7)
26
+ actionview (= 5.1.7)
27
+ activejob (= 5.1.7)
28
+ mail (~> 2.5, >= 2.5.4)
29
+ rails-dom-testing (~> 2.0)
30
+ actionpack (5.1.7)
31
+ actionview (= 5.1.7)
32
+ activesupport (= 5.1.7)
33
+ rack (~> 2.0)
34
+ rack-test (>= 0.6.3)
35
+ rails-dom-testing (~> 2.0)
36
+ rails-html-sanitizer (~> 1.0, >= 1.0.2)
37
+ actionview (5.1.7)
38
+ activesupport (= 5.1.7)
39
+ builder (~> 3.1)
40
+ erubi (~> 1.4)
41
+ rails-dom-testing (~> 2.0)
42
+ rails-html-sanitizer (~> 1.0, >= 1.0.3)
43
+ activejob (5.1.7)
44
+ activesupport (= 5.1.7)
45
+ globalid (>= 0.3.6)
46
+ activemodel (5.1.7)
47
+ activesupport (= 5.1.7)
48
+ activerecord (5.1.7)
49
+ activemodel (= 5.1.7)
50
+ activesupport (= 5.1.7)
51
+ arel (~> 8.0)
52
+ activesupport (5.1.7)
53
+ concurrent-ruby (~> 1.0, >= 1.0.2)
54
+ i18n (>= 0.7, < 2)
55
+ minitest (~> 5.1)
56
+ tzinfo (~> 1.1)
57
+ appraisal (2.5.0)
58
+ bundler
59
+ rake
60
+ thor (>= 0.14.0)
61
+ arel (8.0.0)
62
+ builder (3.2.4)
63
+ byebug (11.1.3)
64
+ coderay (1.1.3)
65
+ combustion (1.3.7)
66
+ activesupport (>= 3.0.0)
67
+ railties (>= 3.0.0)
68
+ thor (>= 0.14.6)
69
+ concurrent-ruby (1.2.2)
70
+ crass (1.0.6)
71
+ diff-lcs (1.5.0)
72
+ docile (1.3.5)
73
+ erubi (1.12.0)
74
+ et-orbi (1.2.7)
75
+ tzinfo
76
+ fugit (1.9.0)
77
+ et-orbi (~> 1, >= 1.2.7)
78
+ raabro (~> 1.4)
79
+ globalid (0.4.2)
80
+ activesupport (>= 4.2.0)
81
+ god (0.13.7)
82
+ i18n (1.14.1)
83
+ concurrent-ruby (~> 1.0)
84
+ json (2.7.1)
85
+ loofah (2.19.1)
86
+ crass (~> 1.0.2)
87
+ nokogiri (>= 1.5.9)
88
+ mail (2.7.1)
89
+ mini_mime (>= 0.1.1)
90
+ method_source (0.9.2)
91
+ mini_mime (1.1.2)
92
+ mini_portile2 (2.4.0)
93
+ minitest (5.15.0)
94
+ mono_logger (1.1.2)
95
+ multi_json (1.15.0)
96
+ mustermann (2.0.2)
97
+ ruby2_keywords (~> 0.0.1)
98
+ nio4r (2.6.1)
99
+ nokogiri (1.10.10)
100
+ mini_portile2 (~> 2.4.0)
101
+ pry (0.12.2)
102
+ coderay (~> 1.1.0)
103
+ method_source (~> 0.9.0)
104
+ pry-byebug (3.8.0)
105
+ byebug (~> 11.0)
106
+ pry (~> 0.10)
107
+ raabro (1.4.0)
108
+ rack (2.2.8)
109
+ rack-protection (2.2.4)
110
+ rack
111
+ rack-test (2.1.0)
112
+ rack (>= 1.3)
113
+ rails (5.1.7)
114
+ actioncable (= 5.1.7)
115
+ actionmailer (= 5.1.7)
116
+ actionpack (= 5.1.7)
117
+ actionview (= 5.1.7)
118
+ activejob (= 5.1.7)
119
+ activemodel (= 5.1.7)
120
+ activerecord (= 5.1.7)
121
+ activesupport (= 5.1.7)
122
+ bundler (>= 1.3.0)
123
+ railties (= 5.1.7)
124
+ sprockets-rails (>= 2.0.0)
125
+ rails-dom-testing (2.1.1)
126
+ activesupport (>= 5.0.0)
127
+ minitest
128
+ nokogiri (>= 1.6)
129
+ rails-html-sanitizer (1.5.0)
130
+ loofah (~> 2.19, >= 2.19.1)
131
+ railties (5.1.7)
132
+ actionpack (= 5.1.7)
133
+ activesupport (= 5.1.7)
134
+ method_source
135
+ rake (>= 0.8.7)
136
+ thor (>= 0.18.1, < 2.0)
137
+ rake (13.1.0)
138
+ redis (4.8.1)
139
+ redis-namespace (1.11.0)
140
+ redis (>= 4)
141
+ resque (1.26.0)
142
+ mono_logger (~> 1.0)
143
+ multi_json (~> 1.0)
144
+ redis-namespace (~> 1.3)
145
+ sinatra (>= 0.9.2)
146
+ vegas (~> 0.1.2)
147
+ resque-failed-job-mailer (0.0.3)
148
+ resque-meta (2.0.1)
149
+ resque (~> 1.8)
150
+ resque-multi-job-forks (0.4.5)
151
+ json
152
+ resque (~> 1.26.0)
153
+ resque-progress (1.0.1)
154
+ resque (>= 1.8.0)
155
+ resque-meta (>= 1.0.0)
156
+ resque-retry (1.8.1)
157
+ resque (>= 1.25, < 3.0)
158
+ resque-scheduler (>= 4.0, < 6.0)
159
+ resque-scheduler (4.4.0)
160
+ mono_logger (~> 1.0)
161
+ redis (>= 3.3)
162
+ resque (>= 1.26)
163
+ rufus-scheduler (~> 3.2)
164
+ rspec (2.99.0)
165
+ rspec-core (~> 2.99.0)
166
+ rspec-expectations (~> 2.99.0)
167
+ rspec-mocks (~> 2.99.0)
168
+ rspec-core (2.99.2)
169
+ rspec-expectations (2.99.2)
170
+ diff-lcs (>= 1.1.3, < 2.0)
171
+ rspec-its (1.0.1)
172
+ rspec-core (>= 2.99.0.beta1)
173
+ rspec-expectations (>= 2.99.0.beta1)
174
+ rspec-mocks (2.99.4)
175
+ ruby2_keywords (0.0.5)
176
+ rufus-scheduler (3.9.1)
177
+ fugit (~> 1.1, >= 1.1.6)
178
+ simplecov (0.18.5)
179
+ docile (~> 1.1)
180
+ simplecov-html (~> 0.11)
181
+ simplecov-html (0.12.3)
182
+ sinatra (2.2.4)
183
+ mustermann (~> 2.0)
184
+ rack (~> 2.2)
185
+ rack-protection (= 2.2.4)
186
+ tilt (~> 2.0)
187
+ sprockets (3.7.2)
188
+ concurrent-ruby (~> 1.0)
189
+ rack (> 1, < 3)
190
+ sprockets-rails (3.2.2)
191
+ actionpack (>= 4.0)
192
+ activesupport (>= 4.0)
193
+ sprockets (>= 3.0.0)
194
+ thor (1.2.2)
195
+ thread_safe (0.3.6)
196
+ tilt (2.3.0)
197
+ timecop (0.9.8)
198
+ tzinfo (1.2.11)
199
+ thread_safe (~> 0.1)
200
+ vegas (0.1.11)
201
+ rack (>= 1.0.0)
202
+ websocket-driver (0.6.5)
203
+ websocket-extensions (>= 0.1.0)
204
+ websocket-extensions (0.1.5)
205
+
206
+ PLATFORMS
207
+ ruby
208
+
209
+ DEPENDENCIES
210
+ appraisal (>= 1.0.2)
211
+ bundler
212
+ combustion (>= 0.5.5)
213
+ loofah (< 2.20.0)
214
+ pry (< 0.13.0)
215
+ pry-byebug
216
+ rails (~> 5.1.0)
217
+ resque-integration!
218
+ rspec (~> 2.14)
219
+ rspec-its
220
+ simplecov
221
+ timecop
222
+
223
+ BUNDLED WITH
224
+ 1.17.3
@@ -0,0 +1,9 @@
1
+ # This file was generated by Appraisal
2
+
3
+ source "https://rubygems.org"
4
+
5
+ gem "loofah", "< 2.20.0", require: false
6
+ gem "pry", "< 0.13.0", require: false
7
+ gem "rails", "~> 5.2.0", "< 5.2.4.1"
8
+
9
+ gemspec path: "../"
@@ -0,0 +1,234 @@
1
+ PATH
2
+ remote: ..
3
+ specs:
4
+ resque-integration (3.8.2)
5
+ god (~> 0.13.4)
6
+ multi_json
7
+ rails (>= 3.0.0)
8
+ rake
9
+ resque (>= 1.25.2)
10
+ resque-failed-job-mailer (~> 0.0.3)
11
+ resque-meta (>= 2.0.0)
12
+ resque-multi-job-forks (~> 0.4.2)
13
+ resque-progress (~> 1.0.1)
14
+ resque-retry (~> 1.5)
15
+ resque-scheduler (~> 4.0)
16
+
17
+ GEM
18
+ remote: https://rubygems.org/
19
+ specs:
20
+ actioncable (5.2.4)
21
+ actionpack (= 5.2.4)
22
+ nio4r (~> 2.0)
23
+ websocket-driver (>= 0.6.1)
24
+ actionmailer (5.2.4)
25
+ actionpack (= 5.2.4)
26
+ actionview (= 5.2.4)
27
+ activejob (= 5.2.4)
28
+ mail (~> 2.5, >= 2.5.4)
29
+ rails-dom-testing (~> 2.0)
30
+ actionpack (5.2.4)
31
+ actionview (= 5.2.4)
32
+ activesupport (= 5.2.4)
33
+ rack (~> 2.0)
34
+ rack-test (>= 0.6.3)
35
+ rails-dom-testing (~> 2.0)
36
+ rails-html-sanitizer (~> 1.0, >= 1.0.2)
37
+ actionview (5.2.4)
38
+ activesupport (= 5.2.4)
39
+ builder (~> 3.1)
40
+ erubi (~> 1.4)
41
+ rails-dom-testing (~> 2.0)
42
+ rails-html-sanitizer (~> 1.0, >= 1.0.3)
43
+ activejob (5.2.4)
44
+ activesupport (= 5.2.4)
45
+ globalid (>= 0.3.6)
46
+ activemodel (5.2.4)
47
+ activesupport (= 5.2.4)
48
+ activerecord (5.2.4)
49
+ activemodel (= 5.2.4)
50
+ activesupport (= 5.2.4)
51
+ arel (>= 9.0)
52
+ activestorage (5.2.4)
53
+ actionpack (= 5.2.4)
54
+ activerecord (= 5.2.4)
55
+ marcel (~> 0.3.1)
56
+ activesupport (5.2.4)
57
+ concurrent-ruby (~> 1.0, >= 1.0.2)
58
+ i18n (>= 0.7, < 2)
59
+ minitest (~> 5.1)
60
+ tzinfo (~> 1.1)
61
+ appraisal (2.5.0)
62
+ bundler
63
+ rake
64
+ thor (>= 0.14.0)
65
+ arel (9.0.0)
66
+ builder (3.2.4)
67
+ byebug (11.1.3)
68
+ coderay (1.1.3)
69
+ combustion (1.3.7)
70
+ activesupport (>= 3.0.0)
71
+ railties (>= 3.0.0)
72
+ thor (>= 0.14.6)
73
+ concurrent-ruby (1.2.2)
74
+ crass (1.0.6)
75
+ diff-lcs (1.5.0)
76
+ docile (1.3.5)
77
+ erubi (1.12.0)
78
+ et-orbi (1.2.7)
79
+ tzinfo
80
+ fugit (1.9.0)
81
+ et-orbi (~> 1, >= 1.2.7)
82
+ raabro (~> 1.4)
83
+ globalid (0.4.2)
84
+ activesupport (>= 4.2.0)
85
+ god (0.13.7)
86
+ i18n (1.14.1)
87
+ concurrent-ruby (~> 1.0)
88
+ json (2.7.1)
89
+ loofah (2.19.1)
90
+ crass (~> 1.0.2)
91
+ nokogiri (>= 1.5.9)
92
+ mail (2.7.1)
93
+ mini_mime (>= 0.1.1)
94
+ marcel (0.3.3)
95
+ mimemagic (~> 0.3.2)
96
+ method_source (0.9.2)
97
+ mimemagic (0.3.10)
98
+ nokogiri (~> 1)
99
+ rake
100
+ mini_mime (1.1.2)
101
+ mini_portile2 (2.4.0)
102
+ minitest (5.15.0)
103
+ mono_logger (1.1.2)
104
+ multi_json (1.15.0)
105
+ mustermann (2.0.2)
106
+ ruby2_keywords (~> 0.0.1)
107
+ nio4r (2.6.1)
108
+ nokogiri (1.10.10)
109
+ mini_portile2 (~> 2.4.0)
110
+ pry (0.12.2)
111
+ coderay (~> 1.1.0)
112
+ method_source (~> 0.9.0)
113
+ pry-byebug (3.8.0)
114
+ byebug (~> 11.0)
115
+ pry (~> 0.10)
116
+ raabro (1.4.0)
117
+ rack (2.2.8)
118
+ rack-protection (2.2.4)
119
+ rack
120
+ rack-test (2.1.0)
121
+ rack (>= 1.3)
122
+ rails (5.2.4)
123
+ actioncable (= 5.2.4)
124
+ actionmailer (= 5.2.4)
125
+ actionpack (= 5.2.4)
126
+ actionview (= 5.2.4)
127
+ activejob (= 5.2.4)
128
+ activemodel (= 5.2.4)
129
+ activerecord (= 5.2.4)
130
+ activestorage (= 5.2.4)
131
+ activesupport (= 5.2.4)
132
+ bundler (>= 1.3.0)
133
+ railties (= 5.2.4)
134
+ sprockets-rails (>= 2.0.0)
135
+ rails-dom-testing (2.1.1)
136
+ activesupport (>= 5.0.0)
137
+ minitest
138
+ nokogiri (>= 1.6)
139
+ rails-html-sanitizer (1.5.0)
140
+ loofah (~> 2.19, >= 2.19.1)
141
+ railties (5.2.4)
142
+ actionpack (= 5.2.4)
143
+ activesupport (= 5.2.4)
144
+ method_source
145
+ rake (>= 0.8.7)
146
+ thor (>= 0.19.0, < 2.0)
147
+ rake (13.1.0)
148
+ redis (4.8.1)
149
+ redis-namespace (1.11.0)
150
+ redis (>= 4)
151
+ resque (1.26.0)
152
+ mono_logger (~> 1.0)
153
+ multi_json (~> 1.0)
154
+ redis-namespace (~> 1.3)
155
+ sinatra (>= 0.9.2)
156
+ vegas (~> 0.1.2)
157
+ resque-failed-job-mailer (0.0.3)
158
+ resque-meta (2.0.1)
159
+ resque (~> 1.8)
160
+ resque-multi-job-forks (0.4.5)
161
+ json
162
+ resque (~> 1.26.0)
163
+ resque-progress (1.0.1)
164
+ resque (>= 1.8.0)
165
+ resque-meta (>= 1.0.0)
166
+ resque-retry (1.8.1)
167
+ resque (>= 1.25, < 3.0)
168
+ resque-scheduler (>= 4.0, < 6.0)
169
+ resque-scheduler (4.4.0)
170
+ mono_logger (~> 1.0)
171
+ redis (>= 3.3)
172
+ resque (>= 1.26)
173
+ rufus-scheduler (~> 3.2)
174
+ rspec (2.99.0)
175
+ rspec-core (~> 2.99.0)
176
+ rspec-expectations (~> 2.99.0)
177
+ rspec-mocks (~> 2.99.0)
178
+ rspec-core (2.99.2)
179
+ rspec-expectations (2.99.2)
180
+ diff-lcs (>= 1.1.3, < 2.0)
181
+ rspec-its (1.0.1)
182
+ rspec-core (>= 2.99.0.beta1)
183
+ rspec-expectations (>= 2.99.0.beta1)
184
+ rspec-mocks (2.99.4)
185
+ ruby2_keywords (0.0.5)
186
+ rufus-scheduler (3.9.1)
187
+ fugit (~> 1.1, >= 1.1.6)
188
+ simplecov (0.18.5)
189
+ docile (~> 1.1)
190
+ simplecov-html (~> 0.11)
191
+ simplecov-html (0.12.3)
192
+ sinatra (2.2.4)
193
+ mustermann (~> 2.0)
194
+ rack (~> 2.2)
195
+ rack-protection (= 2.2.4)
196
+ tilt (~> 2.0)
197
+ sprockets (3.7.2)
198
+ concurrent-ruby (~> 1.0)
199
+ rack (> 1, < 3)
200
+ sprockets-rails (3.2.2)
201
+ actionpack (>= 4.0)
202
+ activesupport (>= 4.0)
203
+ sprockets (>= 3.0.0)
204
+ thor (1.2.2)
205
+ thread_safe (0.3.6)
206
+ tilt (2.3.0)
207
+ timecop (0.9.8)
208
+ tzinfo (1.2.11)
209
+ thread_safe (~> 0.1)
210
+ vegas (0.1.11)
211
+ rack (>= 1.0.0)
212
+ websocket-driver (0.7.6)
213
+ websocket-extensions (>= 0.1.0)
214
+ websocket-extensions (0.1.5)
215
+
216
+ PLATFORMS
217
+ ruby
218
+
219
+ DEPENDENCIES
220
+ appraisal (>= 1.0.2)
221
+ bundler
222
+ combustion (>= 0.5.5)
223
+ loofah (< 2.20.0)
224
+ pry (< 0.13.0)
225
+ pry-byebug
226
+ rails (~> 5.2.0, < 5.2.4.1)
227
+ resque-integration!
228
+ rspec (~> 2.14)
229
+ rspec-its
230
+ simplecov
231
+ timecop
232
+
233
+ BUNDLED WITH
234
+ 1.17.3
@@ -144,7 +144,7 @@ module Resque
144
144
 
145
145
  # When job is dequeued we should remove lock
146
146
  def after_dequeue_lock(_meta_id, *args)
147
- unlock(*args) unless args.empty?
147
+ unlock(*args)
148
148
  end
149
149
 
150
150
  # Fail metadata if dequeue succeed
@@ -166,7 +166,11 @@ module Resque
166
166
 
167
167
  # Returns true if resque job is in locked state
168
168
  def locked?(*args)
169
- ::Resque.redis.exists(lock_id(*args))
169
+ if Gem::Version.new(Redis::VERSION) < Gem::Version.new('4.3')
170
+ ::Resque.redis.exists(lock_id(*args))
171
+ else
172
+ ::Resque.redis.exists?(lock_id(*args))
173
+ end
170
174
  end
171
175
 
172
176
  # Dequeue unique job