resque-integration 3.8.2 → 3.9.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +6 -1
- data/Gemfile +4 -0
- data/Gemfile.lock +17 -13
- data/gemfiles/rails4.2.gemfile +1 -0
- data/gemfiles/rails4.2.gemfile.lock +10 -8
- data/gemfiles/rails5.0.gemfile +1 -0
- data/gemfiles/rails5.0.gemfile.lock +9 -8
- data/gemfiles/rails5.1.gemfile +1 -0
- data/gemfiles/rails5.1.gemfile.lock +9 -8
- data/gemfiles/rails5.2.gemfile +1 -0
- data/gemfiles/rails5.2.gemfile.lock +9 -8
- data/lib/resque/integration/configuration.rb +1 -1
- data/lib/resque/integration/tasks/resque.rake +1 -1
- data/lib/resque/integration/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b2ec965f4e6b3588019d8360b4cbfa3ed058f1b3562f5777f5a53ce2eb039e81
|
|
4
|
+
data.tar.gz: 9803234faee9e3936e82a252558a46d84dc370cfc491ebf5d1992511771b70cb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 65c0a66fbaddfdb73f2cac2299c42bb17fe9a08e2cd60091efd64d56f125b153459b696b602e8fb7f45ebf93834df78d49fd6de2f82fdbd0f749628f8c7a5ad8
|
|
7
|
+
data.tar.gz: 67d6b2023ed324b08c469e7a682172eaeeac390eef768653c69541a44fbf65cc79975daaf031ac714244202541e14f098b6f03f7321ff800be04b47e0e652fee
|
data/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,9 @@
|
|
|
1
|
-
# v3.
|
|
1
|
+
# v3.9.0
|
|
2
|
+
|
|
3
|
+
* 2026-04-03 [5cea488](../../commit/5cea488) - __(git1-railsc)__ Release 3.9.0
|
|
4
|
+
* 2026-01-14 [3f9ab78](../../commit/3f9ab78) - __(Mikhail Nelaev)__ chore: lock nio4r
|
|
5
|
+
* 2026-01-13 [c62731b](../../commit/c62731b) - __(Mikhail Nelaev)__ feat: use common pid for GOD
|
|
6
|
+
https://jira.railsc.ru/browse/GOODS-4862
|
|
2
7
|
|
|
3
8
|
* 2024-01-09 [65d9f82](../../commit/65d9f82) - __(git2-railsc)__ Release 3.8.2
|
|
4
9
|
* 2023-11-27 [de6c686](../../commit/de6c686) - __(Mikhail Nelaev)__ chore: do not ignore gemfiles
|
data/Gemfile
CHANGED
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
resque-integration (3.
|
|
4
|
+
resque-integration (3.9.0)
|
|
5
5
|
god (~> 0.13.4)
|
|
6
6
|
multi_json
|
|
7
7
|
rails (>= 3.0.0)
|
|
@@ -63,6 +63,7 @@ GEM
|
|
|
63
63
|
rake
|
|
64
64
|
thor (>= 0.14.0)
|
|
65
65
|
arel (9.0.0)
|
|
66
|
+
base64 (0.3.0)
|
|
66
67
|
builder (3.2.4)
|
|
67
68
|
byebug (11.1.3)
|
|
68
69
|
coderay (1.1.3)
|
|
@@ -75,23 +76,23 @@ GEM
|
|
|
75
76
|
diff-lcs (1.5.0)
|
|
76
77
|
docile (1.3.5)
|
|
77
78
|
erubi (1.12.0)
|
|
78
|
-
et-orbi (1.
|
|
79
|
+
et-orbi (1.4.0)
|
|
79
80
|
tzinfo
|
|
80
|
-
fugit (1.
|
|
81
|
-
et-orbi (~> 1
|
|
81
|
+
fugit (1.12.1)
|
|
82
|
+
et-orbi (~> 1.4)
|
|
82
83
|
raabro (~> 1.4)
|
|
83
84
|
globalid (0.4.2)
|
|
84
85
|
activesupport (>= 4.2.0)
|
|
85
86
|
god (0.13.7)
|
|
86
87
|
i18n (1.14.1)
|
|
87
88
|
concurrent-ruby (~> 1.0)
|
|
88
|
-
json (2.7.
|
|
89
|
+
json (2.7.6)
|
|
89
90
|
loofah (2.19.1)
|
|
90
91
|
crass (~> 1.0.2)
|
|
91
92
|
nokogiri (>= 1.5.9)
|
|
92
93
|
mail (2.7.1)
|
|
93
94
|
mini_mime (>= 0.1.1)
|
|
94
|
-
marcel (1.0.
|
|
95
|
+
marcel (1.0.4)
|
|
95
96
|
method_source (0.9.2)
|
|
96
97
|
mini_mime (1.1.2)
|
|
97
98
|
mini_portile2 (2.4.0)
|
|
@@ -100,7 +101,7 @@ GEM
|
|
|
100
101
|
multi_json (1.15.0)
|
|
101
102
|
mustermann (2.0.2)
|
|
102
103
|
ruby2_keywords (~> 0.0.1)
|
|
103
|
-
nio4r (2.
|
|
104
|
+
nio4r (2.6.1)
|
|
104
105
|
nokogiri (1.10.10)
|
|
105
106
|
mini_portile2 (~> 2.4.0)
|
|
106
107
|
pry (0.12.2)
|
|
@@ -162,7 +163,7 @@ GEM
|
|
|
162
163
|
resque-retry (1.8.1)
|
|
163
164
|
resque (>= 1.25, < 3.0)
|
|
164
165
|
resque-scheduler (>= 4.0, < 6.0)
|
|
165
|
-
resque-scheduler (4.
|
|
166
|
+
resque-scheduler (4.11.0)
|
|
166
167
|
mono_logger (~> 1.0)
|
|
167
168
|
redis (>= 3.3)
|
|
168
169
|
resque (>= 1.27)
|
|
@@ -179,8 +180,8 @@ GEM
|
|
|
179
180
|
rspec-expectations (>= 2.99.0.beta1)
|
|
180
181
|
rspec-mocks (2.99.4)
|
|
181
182
|
ruby2_keywords (0.0.5)
|
|
182
|
-
rufus-scheduler (3.9.
|
|
183
|
-
fugit (~> 1.1, >= 1.1
|
|
183
|
+
rufus-scheduler (3.9.2)
|
|
184
|
+
fugit (~> 1.1, >= 1.11.1)
|
|
184
185
|
simplecov (0.18.5)
|
|
185
186
|
docile (~> 1.1)
|
|
186
187
|
simplecov-html (~> 0.11)
|
|
@@ -190,7 +191,8 @@ GEM
|
|
|
190
191
|
rack (~> 2.2)
|
|
191
192
|
rack-protection (= 2.2.4)
|
|
192
193
|
tilt (~> 2.0)
|
|
193
|
-
sprockets (3.7.
|
|
194
|
+
sprockets (3.7.5)
|
|
195
|
+
base64
|
|
194
196
|
concurrent-ruby (~> 1.0)
|
|
195
197
|
rack (> 1, < 3)
|
|
196
198
|
sprockets-rails (3.2.2)
|
|
@@ -199,13 +201,14 @@ GEM
|
|
|
199
201
|
sprockets (>= 3.0.0)
|
|
200
202
|
thor (1.2.2)
|
|
201
203
|
thread_safe (0.3.6)
|
|
202
|
-
tilt (2.
|
|
204
|
+
tilt (2.7.0)
|
|
203
205
|
timecop (0.9.8)
|
|
204
206
|
tzinfo (1.2.11)
|
|
205
207
|
thread_safe (~> 0.1)
|
|
206
208
|
vegas (0.1.11)
|
|
207
209
|
rack (>= 1.0.0)
|
|
208
|
-
websocket-driver (0.
|
|
210
|
+
websocket-driver (0.8.0)
|
|
211
|
+
base64
|
|
209
212
|
websocket-extensions (>= 0.1.0)
|
|
210
213
|
websocket-extensions (0.1.5)
|
|
211
214
|
|
|
@@ -217,6 +220,7 @@ DEPENDENCIES
|
|
|
217
220
|
bundler
|
|
218
221
|
combustion (>= 0.5.5)
|
|
219
222
|
loofah (< 2.20.0)
|
|
223
|
+
nio4r (< 2.7.4)
|
|
220
224
|
pry (< 0.13.0)
|
|
221
225
|
pry-byebug
|
|
222
226
|
resque-integration!
|
data/gemfiles/rails4.2.gemfile
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: ..
|
|
3
3
|
specs:
|
|
4
|
-
resque-integration (3.
|
|
4
|
+
resque-integration (3.9.0)
|
|
5
5
|
god (~> 0.13.4)
|
|
6
6
|
multi_json
|
|
7
7
|
rails (>= 3.0.0)
|
|
@@ -68,17 +68,17 @@ GEM
|
|
|
68
68
|
diff-lcs (1.5.0)
|
|
69
69
|
docile (1.3.5)
|
|
70
70
|
erubis (2.7.0)
|
|
71
|
-
et-orbi (1.
|
|
71
|
+
et-orbi (1.4.0)
|
|
72
72
|
tzinfo
|
|
73
|
-
fugit (1.
|
|
74
|
-
et-orbi (~> 1
|
|
73
|
+
fugit (1.12.1)
|
|
74
|
+
et-orbi (~> 1.4)
|
|
75
75
|
raabro (~> 1.4)
|
|
76
76
|
globalid (0.4.2)
|
|
77
77
|
activesupport (>= 4.2.0)
|
|
78
78
|
god (0.13.7)
|
|
79
79
|
i18n (0.9.5)
|
|
80
80
|
concurrent-ruby (~> 1.0)
|
|
81
|
-
json (2.7.
|
|
81
|
+
json (2.7.6)
|
|
82
82
|
loofah (2.19.1)
|
|
83
83
|
crass (~> 1.0.2)
|
|
84
84
|
nokogiri (>= 1.5.9)
|
|
@@ -90,6 +90,7 @@ GEM
|
|
|
90
90
|
minitest (5.15.0)
|
|
91
91
|
mono_logger (1.1.2)
|
|
92
92
|
multi_json (1.15.0)
|
|
93
|
+
nio4r (2.7.3)
|
|
93
94
|
nokogiri (1.10.10)
|
|
94
95
|
mini_portile2 (~> 2.4.0)
|
|
95
96
|
pry (0.12.2)
|
|
@@ -166,8 +167,8 @@ GEM
|
|
|
166
167
|
rspec-core (>= 2.99.0.beta1)
|
|
167
168
|
rspec-expectations (>= 2.99.0.beta1)
|
|
168
169
|
rspec-mocks (2.99.4)
|
|
169
|
-
rufus-scheduler (3.9.
|
|
170
|
-
fugit (~> 1.1, >= 1.1
|
|
170
|
+
rufus-scheduler (3.9.2)
|
|
171
|
+
fugit (~> 1.1, >= 1.11.1)
|
|
171
172
|
simplecov (0.18.5)
|
|
172
173
|
docile (~> 1.1)
|
|
173
174
|
simplecov-html (~> 0.11)
|
|
@@ -185,7 +186,7 @@ GEM
|
|
|
185
186
|
sprockets (>= 3.0.0)
|
|
186
187
|
thor (1.2.2)
|
|
187
188
|
thread_safe (0.3.6)
|
|
188
|
-
tilt (2.
|
|
189
|
+
tilt (2.7.0)
|
|
189
190
|
timecop (0.9.8)
|
|
190
191
|
tzinfo (1.2.11)
|
|
191
192
|
thread_safe (~> 0.1)
|
|
@@ -200,6 +201,7 @@ DEPENDENCIES
|
|
|
200
201
|
bundler
|
|
201
202
|
combustion (>= 0.5.5)
|
|
202
203
|
loofah (< 2.20.0)
|
|
204
|
+
nio4r (< 2.7.4)
|
|
203
205
|
pry (< 0.13.0)
|
|
204
206
|
pry-byebug
|
|
205
207
|
rails (~> 4.2.9)
|
data/gemfiles/rails5.0.gemfile
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: ..
|
|
3
3
|
specs:
|
|
4
|
-
resque-integration (3.
|
|
4
|
+
resque-integration (3.9.0)
|
|
5
5
|
god (~> 0.13.4)
|
|
6
6
|
multi_json
|
|
7
7
|
rails (>= 3.0.0)
|
|
@@ -71,17 +71,17 @@ GEM
|
|
|
71
71
|
diff-lcs (1.5.0)
|
|
72
72
|
docile (1.3.5)
|
|
73
73
|
erubis (2.7.0)
|
|
74
|
-
et-orbi (1.
|
|
74
|
+
et-orbi (1.4.0)
|
|
75
75
|
tzinfo
|
|
76
|
-
fugit (1.
|
|
77
|
-
et-orbi (~> 1
|
|
76
|
+
fugit (1.12.1)
|
|
77
|
+
et-orbi (~> 1.4)
|
|
78
78
|
raabro (~> 1.4)
|
|
79
79
|
globalid (0.4.2)
|
|
80
80
|
activesupport (>= 4.2.0)
|
|
81
81
|
god (0.13.7)
|
|
82
82
|
i18n (1.14.1)
|
|
83
83
|
concurrent-ruby (~> 1.0)
|
|
84
|
-
json (2.7.
|
|
84
|
+
json (2.7.6)
|
|
85
85
|
loofah (2.19.1)
|
|
86
86
|
crass (~> 1.0.2)
|
|
87
87
|
nokogiri (>= 1.5.9)
|
|
@@ -173,8 +173,8 @@ GEM
|
|
|
173
173
|
rspec-expectations (>= 2.99.0.beta1)
|
|
174
174
|
rspec-mocks (2.99.4)
|
|
175
175
|
ruby2_keywords (0.0.5)
|
|
176
|
-
rufus-scheduler (3.9.
|
|
177
|
-
fugit (~> 1.1, >= 1.1
|
|
176
|
+
rufus-scheduler (3.9.2)
|
|
177
|
+
fugit (~> 1.1, >= 1.11.1)
|
|
178
178
|
simplecov (0.18.5)
|
|
179
179
|
docile (~> 1.1)
|
|
180
180
|
simplecov-html (~> 0.11)
|
|
@@ -193,7 +193,7 @@ GEM
|
|
|
193
193
|
sprockets (>= 3.0.0)
|
|
194
194
|
thor (1.2.2)
|
|
195
195
|
thread_safe (0.3.6)
|
|
196
|
-
tilt (2.
|
|
196
|
+
tilt (2.7.0)
|
|
197
197
|
timecop (0.9.8)
|
|
198
198
|
tzinfo (1.2.11)
|
|
199
199
|
thread_safe (~> 0.1)
|
|
@@ -211,6 +211,7 @@ DEPENDENCIES
|
|
|
211
211
|
bundler
|
|
212
212
|
combustion (>= 0.5.5)
|
|
213
213
|
loofah (< 2.20.0)
|
|
214
|
+
nio4r (< 2.7.4)
|
|
214
215
|
pry (< 0.13.0)
|
|
215
216
|
pry-byebug
|
|
216
217
|
rails (~> 5.0.0)
|
data/gemfiles/rails5.1.gemfile
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: ..
|
|
3
3
|
specs:
|
|
4
|
-
resque-integration (3.
|
|
4
|
+
resque-integration (3.9.0)
|
|
5
5
|
god (~> 0.13.4)
|
|
6
6
|
multi_json
|
|
7
7
|
rails (>= 3.0.0)
|
|
@@ -71,17 +71,17 @@ GEM
|
|
|
71
71
|
diff-lcs (1.5.0)
|
|
72
72
|
docile (1.3.5)
|
|
73
73
|
erubi (1.12.0)
|
|
74
|
-
et-orbi (1.
|
|
74
|
+
et-orbi (1.4.0)
|
|
75
75
|
tzinfo
|
|
76
|
-
fugit (1.
|
|
77
|
-
et-orbi (~> 1
|
|
76
|
+
fugit (1.12.1)
|
|
77
|
+
et-orbi (~> 1.4)
|
|
78
78
|
raabro (~> 1.4)
|
|
79
79
|
globalid (0.4.2)
|
|
80
80
|
activesupport (>= 4.2.0)
|
|
81
81
|
god (0.13.7)
|
|
82
82
|
i18n (1.14.1)
|
|
83
83
|
concurrent-ruby (~> 1.0)
|
|
84
|
-
json (2.7.
|
|
84
|
+
json (2.7.6)
|
|
85
85
|
loofah (2.19.1)
|
|
86
86
|
crass (~> 1.0.2)
|
|
87
87
|
nokogiri (>= 1.5.9)
|
|
@@ -173,8 +173,8 @@ GEM
|
|
|
173
173
|
rspec-expectations (>= 2.99.0.beta1)
|
|
174
174
|
rspec-mocks (2.99.4)
|
|
175
175
|
ruby2_keywords (0.0.5)
|
|
176
|
-
rufus-scheduler (3.9.
|
|
177
|
-
fugit (~> 1.1, >= 1.1
|
|
176
|
+
rufus-scheduler (3.9.2)
|
|
177
|
+
fugit (~> 1.1, >= 1.11.1)
|
|
178
178
|
simplecov (0.18.5)
|
|
179
179
|
docile (~> 1.1)
|
|
180
180
|
simplecov-html (~> 0.11)
|
|
@@ -193,7 +193,7 @@ GEM
|
|
|
193
193
|
sprockets (>= 3.0.0)
|
|
194
194
|
thor (1.2.2)
|
|
195
195
|
thread_safe (0.3.6)
|
|
196
|
-
tilt (2.
|
|
196
|
+
tilt (2.7.0)
|
|
197
197
|
timecop (0.9.8)
|
|
198
198
|
tzinfo (1.2.11)
|
|
199
199
|
thread_safe (~> 0.1)
|
|
@@ -211,6 +211,7 @@ DEPENDENCIES
|
|
|
211
211
|
bundler
|
|
212
212
|
combustion (>= 0.5.5)
|
|
213
213
|
loofah (< 2.20.0)
|
|
214
|
+
nio4r (< 2.7.4)
|
|
214
215
|
pry (< 0.13.0)
|
|
215
216
|
pry-byebug
|
|
216
217
|
rails (~> 5.1.0)
|
data/gemfiles/rails5.2.gemfile
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: ..
|
|
3
3
|
specs:
|
|
4
|
-
resque-integration (3.
|
|
4
|
+
resque-integration (3.9.0)
|
|
5
5
|
god (~> 0.13.4)
|
|
6
6
|
multi_json
|
|
7
7
|
rails (>= 3.0.0)
|
|
@@ -75,17 +75,17 @@ GEM
|
|
|
75
75
|
diff-lcs (1.5.0)
|
|
76
76
|
docile (1.3.5)
|
|
77
77
|
erubi (1.12.0)
|
|
78
|
-
et-orbi (1.
|
|
78
|
+
et-orbi (1.4.0)
|
|
79
79
|
tzinfo
|
|
80
|
-
fugit (1.
|
|
81
|
-
et-orbi (~> 1
|
|
80
|
+
fugit (1.12.1)
|
|
81
|
+
et-orbi (~> 1.4)
|
|
82
82
|
raabro (~> 1.4)
|
|
83
83
|
globalid (0.4.2)
|
|
84
84
|
activesupport (>= 4.2.0)
|
|
85
85
|
god (0.13.7)
|
|
86
86
|
i18n (1.14.1)
|
|
87
87
|
concurrent-ruby (~> 1.0)
|
|
88
|
-
json (2.7.
|
|
88
|
+
json (2.7.6)
|
|
89
89
|
loofah (2.19.1)
|
|
90
90
|
crass (~> 1.0.2)
|
|
91
91
|
nokogiri (>= 1.5.9)
|
|
@@ -183,8 +183,8 @@ GEM
|
|
|
183
183
|
rspec-expectations (>= 2.99.0.beta1)
|
|
184
184
|
rspec-mocks (2.99.4)
|
|
185
185
|
ruby2_keywords (0.0.5)
|
|
186
|
-
rufus-scheduler (3.9.
|
|
187
|
-
fugit (~> 1.1, >= 1.1
|
|
186
|
+
rufus-scheduler (3.9.2)
|
|
187
|
+
fugit (~> 1.1, >= 1.11.1)
|
|
188
188
|
simplecov (0.18.5)
|
|
189
189
|
docile (~> 1.1)
|
|
190
190
|
simplecov-html (~> 0.11)
|
|
@@ -203,7 +203,7 @@ GEM
|
|
|
203
203
|
sprockets (>= 3.0.0)
|
|
204
204
|
thor (1.2.2)
|
|
205
205
|
thread_safe (0.3.6)
|
|
206
|
-
tilt (2.
|
|
206
|
+
tilt (2.7.0)
|
|
207
207
|
timecop (0.9.8)
|
|
208
208
|
tzinfo (1.2.11)
|
|
209
209
|
thread_safe (~> 0.1)
|
|
@@ -221,6 +221,7 @@ DEPENDENCIES
|
|
|
221
221
|
bundler
|
|
222
222
|
combustion (>= 0.5.5)
|
|
223
223
|
loofah (< 2.20.0)
|
|
224
|
+
nio4r (< 2.7.4)
|
|
224
225
|
pry (< 0.13.0)
|
|
225
226
|
pry-byebug
|
|
226
227
|
rails (~> 5.2.0, < 5.2.4.1)
|
|
@@ -20,7 +20,7 @@ namespace :resque do
|
|
|
20
20
|
if god_stopped?
|
|
21
21
|
Rake::Task['resque:start'].invoke
|
|
22
22
|
else
|
|
23
|
-
puts `#{god} stop resque && #{god} load #{Resque.config.config_file}
|
|
23
|
+
puts `#{god} stop resque && #{god} load #{Resque.config.config_file} && #{god} start resque`
|
|
24
24
|
end
|
|
25
25
|
end
|
|
26
26
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: resque-integration
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.
|
|
4
|
+
version: 3.9.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Alexei Mikhailov
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date:
|
|
12
|
+
date: 2026-04-03 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: resque
|