cloudtasker 0.10.2 → 0.11.rc1

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.
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: ..
3
3
  specs:
4
- cloudtasker (0.10.2)
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.1.4.1)
17
- actionpack (= 6.1.4.1)
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.1.4.1)
22
- actionpack (= 6.1.4.1)
23
- activejob (= 6.1.4.1)
24
- activerecord (= 6.1.4.1)
25
- activestorage (= 6.1.4.1)
26
- activesupport (= 6.1.4.1)
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.1.4.1)
29
- actionpack (= 6.1.4.1)
30
- actionview (= 6.1.4.1)
31
- activejob (= 6.1.4.1)
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.1.4.1)
36
- actionview (= 6.1.4.1)
37
- activesupport (= 6.1.4.1)
38
- rack (~> 2.0, >= 2.0.9)
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.1.4.1)
43
- actionpack (= 6.1.4.1)
44
- activerecord (= 6.1.4.1)
45
- activestorage (= 6.1.4.1)
46
- activesupport (= 6.1.4.1)
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.1.4.1)
49
- activesupport (= 6.1.4.1)
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.1.4.1)
55
- activesupport (= 6.1.4.1)
52
+ activejob (6.0.2.2)
53
+ activesupport (= 6.0.2.2)
56
54
  globalid (>= 0.3.6)
57
- activemodel (6.1.4.1)
58
- activesupport (= 6.1.4.1)
59
- activerecord (6.1.4.1)
60
- activemodel (= 6.1.4.1)
61
- activesupport (= 6.1.4.1)
62
- activestorage (6.1.4.1)
63
- actionpack (= 6.1.4.1)
64
- activejob (= 6.1.4.1)
65
- activerecord (= 6.1.4.1)
66
- activesupport (= 6.1.4.1)
67
- marcel (~> 1.0.0)
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 (>= 1.6, < 2)
72
- minitest (>= 5.1)
73
- tzinfo (~> 2.0)
74
- zeitwerk (~> 2.3)
75
- addressable (2.8.0)
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.4.1)
73
+ appraisal (2.2.0)
78
74
  bundler
79
75
  rake
80
76
  thor (>= 0.14.0)
81
- ast (2.4.2)
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.9)
102
- connection_pool (2.2.5)
103
- console (1.13.1)
104
- fiber-local
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.4.4)
109
- erubi (1.10.0)
84
+ diff-lcs (1.3)
85
+ erubi (1.9.0)
110
86
  et-orbi (1.2.4)
111
87
  tzinfo
112
- faraday (1.7.0)
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
- faraday-httpclient (1.0.1)
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.4)
137
- github_changelog_generator (1.16.4)
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
- globalid (0.5.2)
147
- activesupport (>= 5.0)
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.17.3)
160
- googleapis-common-protos (1.3.11)
161
- google-protobuf (~> 3.14)
162
- googleapis-common-protos-types (>= 1.0.6, < 2.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.1.0)
165
- google-protobuf (~> 3.14)
166
- googleauth (0.17.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.38.0)
174
- google-protobuf (~> 3.15)
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.11)
177
- google-protobuf (~> 3.14)
178
- googleapis-common-protos (>= 1.3.11, < 2.0)
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.10)
138
+ i18n (1.8.2)
182
139
  concurrent-ruby (~> 1.0)
183
140
  jaro_winkler (1.5.4)
184
- jwt (2.2.3)
185
- loofah (2.12.0)
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 (1.0.1)
147
+ marcel (0.3.3)
148
+ mimemagic (~> 0.3.2)
191
149
  memoist (0.16.2)
192
150
  method_source (1.0.0)
193
- mini_mime (1.1.1)
194
- mini_portile2 (2.6.1)
195
- minitest (5.14.4)
196
- multi_json (1.15.0)
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.8)
199
- nokogiri (1.12.3)
200
- mini_portile2 (~> 2.6.1)
201
- racc (~> 1.4)
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.1)
206
- parallel (1.20.1)
207
- parser (3.0.2.0)
208
- ast (~> 2.4.1)
209
- protocol-hpack (1.4.2)
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
- racc (1.5.2)
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.1.4.1)
223
- actioncable (= 6.1.4.1)
224
- actionmailbox (= 6.1.4.1)
225
- actionmailer (= 6.1.4.1)
226
- actionpack (= 6.1.4.1)
227
- actiontext (= 6.1.4.1)
228
- actionview (= 6.1.4.1)
229
- activejob (= 6.1.4.1)
230
- activemodel (= 6.1.4.1)
231
- activerecord (= 6.1.4.1)
232
- activestorage (= 6.1.4.1)
233
- activesupport (= 6.1.4.1)
234
- bundler (>= 1.15.0)
235
- railties (= 6.1.4.1)
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.4.2)
190
+ rails-html-sanitizer (1.3.0)
241
191
  loofah (~> 2.3)
242
- railties (6.1.4.1)
243
- actionpack (= 6.1.4.1)
244
- activesupport (= 6.1.4.1)
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.13)
247
- thor (~> 1.0)
196
+ rake (>= 0.8.7)
197
+ thor (>= 0.20.3, < 2.0)
248
198
  rainbow (3.0.0)
249
- rake (13.0.6)
250
- redis (4.4.0)
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.10.0)
255
- rspec-core (~> 3.10.0)
256
- rspec-expectations (~> 3.10.0)
257
- rspec-mocks (~> 3.10.0)
258
- rspec-core (3.10.1)
259
- rspec-support (~> 3.10.0)
260
- rspec-expectations (3.10.1)
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.10.0)
263
- rspec-mocks (3.10.2)
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.10.0)
266
- rspec-rails (5.0.2)
267
- actionpack (>= 5.2)
268
- activesupport (>= 5.2)
269
- railties (>= 5.2)
270
- rspec-core (~> 3.10)
271
- rspec-expectations (~> 3.10)
272
- rspec-mocks (~> 3.10)
273
- rspec-support (~> 3.10)
274
- rspec-support (3.10.2)
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.11.0)
285
- ruby2_keywords (0.0.5)
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.8.2)
238
+ semantic_logger (4.7.0)
290
239
  concurrent-ruby (~> 1.0)
291
- signet (0.15.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.2)
245
+ sprockets (4.0.0)
297
246
  concurrent-ruby (~> 1.0)
298
247
  rack (> 1, < 3)
299
- sprockets-rails (3.2.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.0)
305
- timecop (0.9.4)
306
- timers (4.3.3)
307
- tzinfo (2.0.4)
308
- concurrent-ruby (~> 1.0)
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.14.0)
311
- addressable (>= 2.8.0)
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.5)
263
+ websocket-driver (0.7.1)
315
264
  websocket-extensions (>= 0.1.0)
316
- websocket-extensions (0.1.5)
317
- zeitwerk (2.4.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.2.9
289
+ 2.1.4