cloudtasker 0.10.2 → 0.11.rc1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.github/workflows/test.yml +5 -1
- data/CHANGELOG.md +0 -16
- data/app/controllers/cloudtasker/application_controller.rb +8 -0
- data/app/controllers/cloudtasker/worker_controller.rb +16 -8
- data/gemfiles/google_cloud_tasks_1.0.gemfile.lock +147 -198
- data/gemfiles/google_cloud_tasks_1.1.gemfile.lock +147 -198
- data/gemfiles/google_cloud_tasks_1.2.gemfile.lock +147 -198
- data/gemfiles/google_cloud_tasks_1.3.gemfile.lock +147 -198
- data/gemfiles/rails_5.2.gemfile.lock +82 -134
- data/gemfiles/rails_6.0.gemfile.lock +83 -135
- data/lib/cloudtasker/missing_worker_arguments_error.rb +6 -0
- data/lib/cloudtasker/version.rb +1 -1
- data/lib/cloudtasker/worker.rb +7 -0
- data/lib/cloudtasker/worker_handler.rb +1 -1
- data/lib/cloudtasker.rb +1 -1
- metadata +9 -7
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: ..
|
3
3
|
specs:
|
4
|
-
cloudtasker (0.
|
4
|
+
cloudtasker (0.11.rc1)
|
5
5
|
activesupport
|
6
6
|
connection_pool
|
7
7
|
fugit
|
@@ -13,138 +13,95 @@ PATH
|
|
13
13
|
GEM
|
14
14
|
remote: https://rubygems.org/
|
15
15
|
specs:
|
16
|
-
actioncable (6.
|
17
|
-
actionpack (= 6.
|
18
|
-
activesupport (= 6.1.4.1)
|
16
|
+
actioncable (6.0.2.2)
|
17
|
+
actionpack (= 6.0.2.2)
|
19
18
|
nio4r (~> 2.0)
|
20
19
|
websocket-driver (>= 0.6.1)
|
21
|
-
actionmailbox (6.
|
22
|
-
actionpack (= 6.
|
23
|
-
activejob (= 6.
|
24
|
-
activerecord (= 6.
|
25
|
-
activestorage (= 6.
|
26
|
-
activesupport (= 6.
|
20
|
+
actionmailbox (6.0.2.2)
|
21
|
+
actionpack (= 6.0.2.2)
|
22
|
+
activejob (= 6.0.2.2)
|
23
|
+
activerecord (= 6.0.2.2)
|
24
|
+
activestorage (= 6.0.2.2)
|
25
|
+
activesupport (= 6.0.2.2)
|
27
26
|
mail (>= 2.7.1)
|
28
|
-
actionmailer (6.
|
29
|
-
actionpack (= 6.
|
30
|
-
actionview (= 6.
|
31
|
-
activejob (= 6.
|
32
|
-
activesupport (= 6.1.4.1)
|
27
|
+
actionmailer (6.0.2.2)
|
28
|
+
actionpack (= 6.0.2.2)
|
29
|
+
actionview (= 6.0.2.2)
|
30
|
+
activejob (= 6.0.2.2)
|
33
31
|
mail (~> 2.5, >= 2.5.4)
|
34
32
|
rails-dom-testing (~> 2.0)
|
35
|
-
actionpack (6.
|
36
|
-
actionview (= 6.
|
37
|
-
activesupport (= 6.
|
38
|
-
rack (~> 2.0, >= 2.0.
|
33
|
+
actionpack (6.0.2.2)
|
34
|
+
actionview (= 6.0.2.2)
|
35
|
+
activesupport (= 6.0.2.2)
|
36
|
+
rack (~> 2.0, >= 2.0.8)
|
39
37
|
rack-test (>= 0.6.3)
|
40
38
|
rails-dom-testing (~> 2.0)
|
41
39
|
rails-html-sanitizer (~> 1.0, >= 1.2.0)
|
42
|
-
actiontext (6.
|
43
|
-
actionpack (= 6.
|
44
|
-
activerecord (= 6.
|
45
|
-
activestorage (= 6.
|
46
|
-
activesupport (= 6.
|
40
|
+
actiontext (6.0.2.2)
|
41
|
+
actionpack (= 6.0.2.2)
|
42
|
+
activerecord (= 6.0.2.2)
|
43
|
+
activestorage (= 6.0.2.2)
|
44
|
+
activesupport (= 6.0.2.2)
|
47
45
|
nokogiri (>= 1.8.5)
|
48
|
-
actionview (6.
|
49
|
-
activesupport (= 6.
|
46
|
+
actionview (6.0.2.2)
|
47
|
+
activesupport (= 6.0.2.2)
|
50
48
|
builder (~> 3.1)
|
51
49
|
erubi (~> 1.4)
|
52
50
|
rails-dom-testing (~> 2.0)
|
53
51
|
rails-html-sanitizer (~> 1.1, >= 1.2.0)
|
54
|
-
activejob (6.
|
55
|
-
activesupport (= 6.
|
52
|
+
activejob (6.0.2.2)
|
53
|
+
activesupport (= 6.0.2.2)
|
56
54
|
globalid (>= 0.3.6)
|
57
|
-
activemodel (6.
|
58
|
-
activesupport (= 6.
|
59
|
-
activerecord (6.
|
60
|
-
activemodel (= 6.
|
61
|
-
activesupport (= 6.
|
62
|
-
activestorage (6.
|
63
|
-
actionpack (= 6.
|
64
|
-
activejob (= 6.
|
65
|
-
activerecord (= 6.
|
66
|
-
|
67
|
-
|
68
|
-
mini_mime (>= 1.1.0)
|
69
|
-
activesupport (6.1.4.1)
|
55
|
+
activemodel (6.0.2.2)
|
56
|
+
activesupport (= 6.0.2.2)
|
57
|
+
activerecord (6.0.2.2)
|
58
|
+
activemodel (= 6.0.2.2)
|
59
|
+
activesupport (= 6.0.2.2)
|
60
|
+
activestorage (6.0.2.2)
|
61
|
+
actionpack (= 6.0.2.2)
|
62
|
+
activejob (= 6.0.2.2)
|
63
|
+
activerecord (= 6.0.2.2)
|
64
|
+
marcel (~> 0.3.1)
|
65
|
+
activesupport (6.0.2.2)
|
70
66
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
71
|
-
i18n (>=
|
72
|
-
minitest (
|
73
|
-
tzinfo (~>
|
74
|
-
zeitwerk (~> 2.
|
75
|
-
addressable (2.
|
67
|
+
i18n (>= 0.7, < 2)
|
68
|
+
minitest (~> 5.1)
|
69
|
+
tzinfo (~> 1.1)
|
70
|
+
zeitwerk (~> 2.2)
|
71
|
+
addressable (2.7.0)
|
76
72
|
public_suffix (>= 2.0.2, < 5.0)
|
77
|
-
appraisal (2.
|
73
|
+
appraisal (2.2.0)
|
78
74
|
bundler
|
79
75
|
rake
|
80
76
|
thor (>= 0.14.0)
|
81
|
-
ast (2.4.
|
82
|
-
async (1.30.1)
|
83
|
-
console (~> 1.10)
|
84
|
-
nio4r (~> 2.3)
|
85
|
-
timers (~> 4.1)
|
86
|
-
async-http (0.56.5)
|
87
|
-
async (>= 1.25)
|
88
|
-
async-io (>= 1.28)
|
89
|
-
async-pool (>= 0.2)
|
90
|
-
protocol-http (~> 0.22.0)
|
91
|
-
protocol-http1 (~> 0.14.0)
|
92
|
-
protocol-http2 (~> 0.14.0)
|
93
|
-
async-http-faraday (0.11.0)
|
94
|
-
async-http (~> 0.42)
|
95
|
-
faraday
|
96
|
-
async-io (1.32.2)
|
97
|
-
async
|
98
|
-
async-pool (0.3.8)
|
99
|
-
async (>= 1.25)
|
77
|
+
ast (2.4.0)
|
100
78
|
builder (3.2.4)
|
101
|
-
concurrent-ruby (1.1.
|
102
|
-
connection_pool (2.2.
|
103
|
-
|
104
|
-
|
105
|
-
crack (0.4.5)
|
106
|
-
rexml
|
79
|
+
concurrent-ruby (1.1.6)
|
80
|
+
connection_pool (2.2.3)
|
81
|
+
crack (0.4.3)
|
82
|
+
safe_yaml (~> 1.0.0)
|
107
83
|
crass (1.0.6)
|
108
|
-
diff-lcs (1.
|
109
|
-
erubi (1.
|
84
|
+
diff-lcs (1.3)
|
85
|
+
erubi (1.9.0)
|
110
86
|
et-orbi (1.2.4)
|
111
87
|
tzinfo
|
112
|
-
faraday (1.
|
113
|
-
faraday-em_http (~> 1.0)
|
114
|
-
faraday-em_synchrony (~> 1.0)
|
115
|
-
faraday-excon (~> 1.1)
|
116
|
-
faraday-httpclient (~> 1.0.1)
|
117
|
-
faraday-net_http (~> 1.0)
|
118
|
-
faraday-net_http_persistent (~> 1.1)
|
119
|
-
faraday-patron (~> 1.0)
|
120
|
-
faraday-rack (~> 1.0)
|
88
|
+
faraday (1.0.1)
|
121
89
|
multipart-post (>= 1.2, < 3)
|
122
|
-
ruby2_keywords (>= 0.0.4)
|
123
|
-
faraday-em_http (1.0.0)
|
124
|
-
faraday-em_synchrony (1.0.0)
|
125
|
-
faraday-excon (1.1.0)
|
126
90
|
faraday-http-cache (2.2.0)
|
127
91
|
faraday (>= 0.8)
|
128
|
-
|
129
|
-
faraday-net_http (1.0.1)
|
130
|
-
faraday-net_http_persistent (1.2.0)
|
131
|
-
faraday-patron (1.0.0)
|
132
|
-
faraday-rack (1.0.0)
|
133
|
-
fiber-local (1.0.0)
|
134
|
-
fugit (1.5.1)
|
92
|
+
fugit (1.3.9)
|
135
93
|
et-orbi (~> 1.1, >= 1.1.8)
|
136
|
-
raabro (~> 1.
|
137
|
-
github_changelog_generator (1.
|
94
|
+
raabro (~> 1.3)
|
95
|
+
github_changelog_generator (1.15.2)
|
138
96
|
activesupport
|
139
|
-
async (>= 1.25.0)
|
140
|
-
async-http-faraday
|
141
97
|
faraday-http-cache
|
142
98
|
multi_json
|
143
99
|
octokit (~> 4.6)
|
144
100
|
rainbow (>= 2.2.1)
|
145
101
|
rake (>= 10.0)
|
146
|
-
|
147
|
-
|
102
|
+
retriable (~> 3.0)
|
103
|
+
globalid (0.4.2)
|
104
|
+
activesupport (>= 4.2.0)
|
148
105
|
google-cloud-tasks (1.3.0)
|
149
106
|
google-gax (~> 1.8)
|
150
107
|
googleapis-common-protos (>= 1.3.9, < 2.0)
|
@@ -156,122 +113,114 @@ GEM
|
|
156
113
|
googleauth (~> 0.9)
|
157
114
|
grpc (~> 1.24)
|
158
115
|
rly (~> 0.2.3)
|
159
|
-
google-protobuf (3.
|
160
|
-
googleapis-common-protos (1.3.
|
161
|
-
google-protobuf (~> 3.
|
162
|
-
googleapis-common-protos-types (>= 1.0.
|
116
|
+
google-protobuf (3.11.4)
|
117
|
+
googleapis-common-protos (1.3.10)
|
118
|
+
google-protobuf (~> 3.11)
|
119
|
+
googleapis-common-protos-types (>= 1.0.5, < 2.0)
|
163
120
|
grpc (~> 1.27)
|
164
|
-
googleapis-common-protos-types (1.
|
165
|
-
google-protobuf (~> 3.
|
166
|
-
googleauth (0.
|
121
|
+
googleapis-common-protos-types (1.0.5)
|
122
|
+
google-protobuf (~> 3.11)
|
123
|
+
googleauth (0.12.0)
|
167
124
|
faraday (>= 0.17.3, < 2.0)
|
168
125
|
jwt (>= 1.4, < 3.0)
|
169
126
|
memoist (~> 0.16)
|
170
127
|
multi_json (~> 1.11)
|
171
128
|
os (>= 0.9, < 2.0)
|
172
129
|
signet (~> 0.14)
|
173
|
-
grpc (1.
|
174
|
-
google-protobuf (~> 3.
|
130
|
+
grpc (1.28.0)
|
131
|
+
google-protobuf (~> 3.11)
|
175
132
|
googleapis-common-protos-types (~> 1.0)
|
176
|
-
grpc-google-iam-v1 (0.6.
|
177
|
-
google-protobuf (~> 3.
|
178
|
-
googleapis-common-protos (>= 1.3.
|
133
|
+
grpc-google-iam-v1 (0.6.10)
|
134
|
+
google-protobuf (~> 3.11)
|
135
|
+
googleapis-common-protos (>= 1.3.10, < 2.0)
|
179
136
|
grpc (~> 1.27)
|
180
137
|
hashdiff (1.0.1)
|
181
|
-
i18n (1.8.
|
138
|
+
i18n (1.8.2)
|
182
139
|
concurrent-ruby (~> 1.0)
|
183
140
|
jaro_winkler (1.5.4)
|
184
|
-
jwt (2.2.
|
185
|
-
loofah (2.
|
141
|
+
jwt (2.2.1)
|
142
|
+
loofah (2.5.0)
|
186
143
|
crass (~> 1.0.2)
|
187
144
|
nokogiri (>= 1.5.9)
|
188
145
|
mail (2.7.1)
|
189
146
|
mini_mime (>= 0.1.1)
|
190
|
-
marcel (
|
147
|
+
marcel (0.3.3)
|
148
|
+
mimemagic (~> 0.3.2)
|
191
149
|
memoist (0.16.2)
|
192
150
|
method_source (1.0.0)
|
193
|
-
|
194
|
-
|
195
|
-
|
196
|
-
|
151
|
+
mimemagic (0.3.4)
|
152
|
+
mini_mime (1.0.2)
|
153
|
+
mini_portile2 (2.4.0)
|
154
|
+
minitest (5.14.0)
|
155
|
+
multi_json (1.14.1)
|
197
156
|
multipart-post (2.1.1)
|
198
|
-
nio4r (2.5.
|
199
|
-
nokogiri (1.
|
200
|
-
mini_portile2 (~> 2.
|
201
|
-
|
202
|
-
octokit (4.21.0)
|
157
|
+
nio4r (2.5.2)
|
158
|
+
nokogiri (1.10.9)
|
159
|
+
mini_portile2 (~> 2.4.0)
|
160
|
+
octokit (4.18.0)
|
203
161
|
faraday (>= 0.9)
|
204
162
|
sawyer (~> 0.8.0, >= 0.5.3)
|
205
|
-
os (1.1.
|
206
|
-
parallel (1.
|
207
|
-
parser (
|
208
|
-
ast (~> 2.4.
|
209
|
-
|
210
|
-
protocol-http (0.22.5)
|
211
|
-
protocol-http1 (0.14.2)
|
212
|
-
protocol-http (~> 0.22)
|
213
|
-
protocol-http2 (0.14.2)
|
214
|
-
protocol-hpack (~> 1.4)
|
215
|
-
protocol-http (~> 0.18)
|
216
|
-
public_suffix (4.0.6)
|
163
|
+
os (1.1.0)
|
164
|
+
parallel (1.19.1)
|
165
|
+
parser (2.7.1.1)
|
166
|
+
ast (~> 2.4.0)
|
167
|
+
public_suffix (4.0.4)
|
217
168
|
raabro (1.4.0)
|
218
|
-
|
219
|
-
rack (2.2.3)
|
169
|
+
rack (2.2.2)
|
220
170
|
rack-test (1.1.0)
|
221
171
|
rack (>= 1.0, < 3)
|
222
|
-
rails (6.
|
223
|
-
actioncable (= 6.
|
224
|
-
actionmailbox (= 6.
|
225
|
-
actionmailer (= 6.
|
226
|
-
actionpack (= 6.
|
227
|
-
actiontext (= 6.
|
228
|
-
actionview (= 6.
|
229
|
-
activejob (= 6.
|
230
|
-
activemodel (= 6.
|
231
|
-
activerecord (= 6.
|
232
|
-
activestorage (= 6.
|
233
|
-
activesupport (= 6.
|
234
|
-
bundler (>= 1.
|
235
|
-
railties (= 6.
|
172
|
+
rails (6.0.2.2)
|
173
|
+
actioncable (= 6.0.2.2)
|
174
|
+
actionmailbox (= 6.0.2.2)
|
175
|
+
actionmailer (= 6.0.2.2)
|
176
|
+
actionpack (= 6.0.2.2)
|
177
|
+
actiontext (= 6.0.2.2)
|
178
|
+
actionview (= 6.0.2.2)
|
179
|
+
activejob (= 6.0.2.2)
|
180
|
+
activemodel (= 6.0.2.2)
|
181
|
+
activerecord (= 6.0.2.2)
|
182
|
+
activestorage (= 6.0.2.2)
|
183
|
+
activesupport (= 6.0.2.2)
|
184
|
+
bundler (>= 1.3.0)
|
185
|
+
railties (= 6.0.2.2)
|
236
186
|
sprockets-rails (>= 2.0.0)
|
237
187
|
rails-dom-testing (2.0.3)
|
238
188
|
activesupport (>= 4.2.0)
|
239
189
|
nokogiri (>= 1.6)
|
240
|
-
rails-html-sanitizer (1.
|
190
|
+
rails-html-sanitizer (1.3.0)
|
241
191
|
loofah (~> 2.3)
|
242
|
-
railties (6.
|
243
|
-
actionpack (= 6.
|
244
|
-
activesupport (= 6.
|
192
|
+
railties (6.0.2.2)
|
193
|
+
actionpack (= 6.0.2.2)
|
194
|
+
activesupport (= 6.0.2.2)
|
245
195
|
method_source
|
246
|
-
rake (>= 0.
|
247
|
-
thor (
|
196
|
+
rake (>= 0.8.7)
|
197
|
+
thor (>= 0.20.3, < 2.0)
|
248
198
|
rainbow (3.0.0)
|
249
|
-
rake (13.0.
|
250
|
-
redis (4.
|
199
|
+
rake (13.0.1)
|
200
|
+
redis (4.2.2)
|
251
201
|
retriable (3.1.2)
|
252
|
-
rexml (3.2.5)
|
253
202
|
rly (0.2.3)
|
254
|
-
rspec (3.
|
255
|
-
rspec-core (~> 3.
|
256
|
-
rspec-expectations (~> 3.
|
257
|
-
rspec-mocks (~> 3.
|
258
|
-
rspec-core (3.
|
259
|
-
rspec-support (~> 3.
|
260
|
-
rspec-expectations (3.
|
203
|
+
rspec (3.9.0)
|
204
|
+
rspec-core (~> 3.9.0)
|
205
|
+
rspec-expectations (~> 3.9.0)
|
206
|
+
rspec-mocks (~> 3.9.0)
|
207
|
+
rspec-core (3.9.1)
|
208
|
+
rspec-support (~> 3.9.1)
|
209
|
+
rspec-expectations (3.9.1)
|
261
210
|
diff-lcs (>= 1.2.0, < 2.0)
|
262
|
-
rspec-support (~> 3.
|
263
|
-
rspec-mocks (3.
|
211
|
+
rspec-support (~> 3.9.0)
|
212
|
+
rspec-mocks (3.9.1)
|
264
213
|
diff-lcs (>= 1.2.0, < 2.0)
|
265
|
-
rspec-support (~> 3.
|
266
|
-
rspec-rails (
|
267
|
-
actionpack (>=
|
268
|
-
activesupport (>=
|
269
|
-
railties (>=
|
270
|
-
rspec-core (~> 3.
|
271
|
-
rspec-expectations (~> 3.
|
272
|
-
rspec-mocks (~> 3.
|
273
|
-
rspec-support (~> 3.
|
274
|
-
rspec-support (3.
|
214
|
+
rspec-support (~> 3.9.0)
|
215
|
+
rspec-rails (4.0.0)
|
216
|
+
actionpack (>= 4.2)
|
217
|
+
activesupport (>= 4.2)
|
218
|
+
railties (>= 4.2)
|
219
|
+
rspec-core (~> 3.9)
|
220
|
+
rspec-expectations (~> 3.9)
|
221
|
+
rspec-mocks (~> 3.9)
|
222
|
+
rspec-support (~> 3.9)
|
223
|
+
rspec-support (3.9.2)
|
275
224
|
rubocop (0.76.0)
|
276
225
|
jaro_winkler (~> 1.5.1)
|
277
226
|
parallel (~> 1.10)
|
@@ -281,40 +230,40 @@ GEM
|
|
281
230
|
unicode-display_width (>= 1.4.0, < 1.7)
|
282
231
|
rubocop-rspec (1.37.0)
|
283
232
|
rubocop (>= 0.68.1)
|
284
|
-
ruby-progressbar (1.
|
285
|
-
|
233
|
+
ruby-progressbar (1.10.1)
|
234
|
+
safe_yaml (1.0.5)
|
286
235
|
sawyer (0.8.2)
|
287
236
|
addressable (>= 2.3.5)
|
288
237
|
faraday (> 0.8, < 2.0)
|
289
|
-
semantic_logger (4.
|
238
|
+
semantic_logger (4.7.0)
|
290
239
|
concurrent-ruby (~> 1.0)
|
291
|
-
signet (0.
|
240
|
+
signet (0.14.0)
|
292
241
|
addressable (~> 2.3)
|
293
242
|
faraday (>= 0.17.3, < 2.0)
|
294
243
|
jwt (>= 1.5, < 3.0)
|
295
244
|
multi_json (~> 1.10)
|
296
|
-
sprockets (4.0.
|
245
|
+
sprockets (4.0.0)
|
297
246
|
concurrent-ruby (~> 1.0)
|
298
247
|
rack (> 1, < 3)
|
299
|
-
sprockets-rails (3.2.
|
248
|
+
sprockets-rails (3.2.1)
|
300
249
|
actionpack (>= 4.0)
|
301
250
|
activesupport (>= 4.0)
|
302
251
|
sprockets (>= 3.0.0)
|
303
252
|
sqlite3 (1.4.2)
|
304
|
-
thor (1.1
|
305
|
-
|
306
|
-
|
307
|
-
tzinfo (2.
|
308
|
-
|
253
|
+
thor (1.0.1)
|
254
|
+
thread_safe (0.3.6)
|
255
|
+
timecop (0.9.1)
|
256
|
+
tzinfo (1.2.7)
|
257
|
+
thread_safe (~> 0.1)
|
309
258
|
unicode-display_width (1.6.1)
|
310
|
-
webmock (3.
|
311
|
-
addressable (>= 2.
|
259
|
+
webmock (3.8.3)
|
260
|
+
addressable (>= 2.3.6)
|
312
261
|
crack (>= 0.3.2)
|
313
262
|
hashdiff (>= 0.4.0, < 2.0.0)
|
314
|
-
websocket-driver (0.7.
|
263
|
+
websocket-driver (0.7.1)
|
315
264
|
websocket-extensions (>= 0.1.0)
|
316
|
-
websocket-extensions (0.1.
|
317
|
-
zeitwerk (2.
|
265
|
+
websocket-extensions (0.1.4)
|
266
|
+
zeitwerk (2.3.0)
|
318
267
|
|
319
268
|
PLATFORMS
|
320
269
|
ruby
|
@@ -337,4 +286,4 @@ DEPENDENCIES
|
|
337
286
|
webmock
|
338
287
|
|
339
288
|
BUNDLED WITH
|
340
|
-
2.
|
289
|
+
2.1.4
|