stenotype 0.1.17 → 0.1.19

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d3ece86eb9d12287228f0ed169992fe05fe087fa242017f2dd58c25bae90f88c
4
- data.tar.gz: 0a53db551815f5d2f8dbf97f5c9fe95bd2a55326f8c751a39fcaa18270ab0d2f
3
+ metadata.gz: f17a696163cfddf536ffa3c9da47c3e8fe445768ae258eb26117547f04f3080b
4
+ data.tar.gz: 664096da0a3cd70456aad58216fe5169ac862dcf944163a2ffa66aaffae866bd
5
5
  SHA512:
6
- metadata.gz: 1b0b60acc691c11caa719e686aa6378f8142466d441a674681c9b745afbc80d3bfb69e155d66ac99bc75a4333d0d23f275722c54840263009ceebcf8992b56bd
7
- data.tar.gz: cf5db9b8359d73cb00aec740ae746ae4a435a030c9edc2fef7ea4cbdef3daed16551b5e3d4ac8f2b529dcfa4e9912515d46501ce5608f9869c6cb3f380b78fba
6
+ metadata.gz: 3e48c0b6807988406b8d49d6acd4f343d39fd6074bfb611e8123d37b44dc5d2263b1edc15da94af3a3e590fd90e36e14a6d6a0d3c976980c87d4c4fd68c6ea72
7
+ data.tar.gz: 4010b437d38323daf91a066e2cbe829ed3fc8245d67398e185be5e5615d7c6290fb32862df3798db6d53dfe38e61d3892e48e1274cf5610e33f45b02bebf1dd7
data/Gemfile.lock CHANGED
@@ -1,314 +1,332 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stenotype (0.1.17)
5
- activesupport (>= 5.0.0)
6
- google-cloud-pubsub (~> 1.10.0)
4
+ stenotype (0.1.19)
5
+ activesupport (>= 6.1.0)
6
+ google-cloud-pubsub (~> 2.4.0)
7
7
  spicery (>= 0.22.0, < 1.0)
8
8
 
9
9
  GEM
10
10
  remote: https://rubygems.org/
11
11
  specs:
12
- actioncable (5.2.4)
13
- actionpack (= 5.2.4)
12
+ actioncable (6.1.6.1)
13
+ actionpack (= 6.1.6.1)
14
+ activesupport (= 6.1.6.1)
14
15
  nio4r (~> 2.0)
15
16
  websocket-driver (>= 0.6.1)
16
- actionmailer (5.2.4)
17
- actionpack (= 5.2.4)
18
- actionview (= 5.2.4)
19
- activejob (= 5.2.4)
17
+ actionmailbox (6.1.6.1)
18
+ actionpack (= 6.1.6.1)
19
+ activejob (= 6.1.6.1)
20
+ activerecord (= 6.1.6.1)
21
+ activestorage (= 6.1.6.1)
22
+ activesupport (= 6.1.6.1)
23
+ mail (>= 2.7.1)
24
+ actionmailer (6.1.6.1)
25
+ actionpack (= 6.1.6.1)
26
+ actionview (= 6.1.6.1)
27
+ activejob (= 6.1.6.1)
28
+ activesupport (= 6.1.6.1)
20
29
  mail (~> 2.5, >= 2.5.4)
21
30
  rails-dom-testing (~> 2.0)
22
- actionpack (5.2.4)
23
- actionview (= 5.2.4)
24
- activesupport (= 5.2.4)
25
- rack (~> 2.0)
31
+ actionpack (6.1.6.1)
32
+ actionview (= 6.1.6.1)
33
+ activesupport (= 6.1.6.1)
34
+ rack (~> 2.0, >= 2.0.9)
26
35
  rack-test (>= 0.6.3)
27
36
  rails-dom-testing (~> 2.0)
28
- rails-html-sanitizer (~> 1.0, >= 1.0.2)
29
- actionview (5.2.4)
30
- activesupport (= 5.2.4)
37
+ rails-html-sanitizer (~> 1.0, >= 1.2.0)
38
+ actiontext (6.1.6.1)
39
+ actionpack (= 6.1.6.1)
40
+ activerecord (= 6.1.6.1)
41
+ activestorage (= 6.1.6.1)
42
+ activesupport (= 6.1.6.1)
43
+ nokogiri (>= 1.8.5)
44
+ actionview (6.1.6.1)
45
+ activesupport (= 6.1.6.1)
31
46
  builder (~> 3.1)
32
47
  erubi (~> 1.4)
33
48
  rails-dom-testing (~> 2.0)
34
- rails-html-sanitizer (~> 1.0, >= 1.0.3)
35
- activejob (5.2.4)
36
- activesupport (= 5.2.4)
49
+ rails-html-sanitizer (~> 1.1, >= 1.2.0)
50
+ activejob (6.1.6.1)
51
+ activesupport (= 6.1.6.1)
37
52
  globalid (>= 0.3.6)
38
- activemodel (5.2.4)
39
- activesupport (= 5.2.4)
40
- activerecord (5.2.4)
41
- activemodel (= 5.2.4)
42
- activesupport (= 5.2.4)
43
- arel (>= 9.0)
44
- activestorage (5.2.4)
45
- actionpack (= 5.2.4)
46
- activerecord (= 5.2.4)
47
- marcel (~> 0.3.1)
48
- activesupport (5.2.4)
53
+ activemodel (6.1.6.1)
54
+ activesupport (= 6.1.6.1)
55
+ activerecord (6.1.6.1)
56
+ activemodel (= 6.1.6.1)
57
+ activesupport (= 6.1.6.1)
58
+ activestorage (6.1.6.1)
59
+ actionpack (= 6.1.6.1)
60
+ activejob (= 6.1.6.1)
61
+ activerecord (= 6.1.6.1)
62
+ activesupport (= 6.1.6.1)
63
+ marcel (~> 1.0)
64
+ mini_mime (>= 1.1.0)
65
+ activesupport (6.1.6.1)
49
66
  concurrent-ruby (~> 1.0, >= 1.0.2)
50
- i18n (>= 0.7, < 2)
51
- minitest (~> 5.1)
52
- tzinfo (~> 1.1)
53
- addressable (2.8.0)
54
- public_suffix (>= 2.0.2, < 5.0)
55
- arel (9.0.0)
56
- around_the_world (0.29.0)
67
+ i18n (>= 1.6, < 2)
68
+ minitest (>= 5.1)
69
+ tzinfo (~> 2.0)
70
+ zeitwerk (~> 2.3)
71
+ addressable (2.8.1)
72
+ public_suffix (>= 2.0.2, < 6.0)
73
+ around_the_world (0.29.1)
57
74
  activesupport (>= 5.2.1)
58
- ast (2.4.0)
59
- builder (3.2.3)
60
- coderay (1.1.2)
61
- collectible (0.29.0)
75
+ ast (2.4.2)
76
+ builder (3.2.4)
77
+ coderay (1.1.3)
78
+ collectible (0.29.1)
62
79
  activesupport (>= 5.2.1)
63
- short_circu_it (= 0.29.0)
64
- tablesalt (= 0.29.0)
65
- concurrent-ruby (1.1.5)
66
- conjunction (0.29.0)
80
+ short_circu_it (= 0.29.1)
81
+ tablesalt (= 0.29.1)
82
+ concurrent-ruby (1.1.10)
83
+ conjunction (0.29.1)
67
84
  activemodel (>= 5.2.1)
68
85
  activesupport (>= 5.2.1)
69
- directive (= 0.29.0)
70
- crass (1.0.5)
71
- diff-lcs (1.3)
72
- directive (0.29.0)
86
+ directive (= 0.29.1)
87
+ connection_pool (2.2.5)
88
+ crass (1.0.6)
89
+ diff-lcs (1.5.0)
90
+ directive (0.29.1)
73
91
  activemodel (>= 5.2.1)
74
92
  activesupport (>= 5.2.1)
75
- substance (= 0.29.0)
76
- docile (1.3.2)
77
- erubi (1.9.0)
78
- facet (0.29.0)
93
+ substance (= 0.29.1)
94
+ docile (1.4.0)
95
+ erubi (1.11.0)
96
+ facet (0.29.1)
79
97
  activesupport (>= 5.2.1)
80
- short_circu_it (= 0.29.0)
81
- tablesalt (= 0.29.0)
82
- faker (1.9.6)
83
- i18n (>= 0.7)
84
- faraday (1.10.0)
85
- faraday-em_http (~> 1.0)
86
- faraday-em_synchrony (~> 1.0)
87
- faraday-excon (~> 1.1)
88
- faraday-httpclient (~> 1.0)
89
- faraday-multipart (~> 1.0)
90
- faraday-net_http (~> 1.0)
91
- faraday-net_http_persistent (~> 1.0)
92
- faraday-patron (~> 1.0)
93
- faraday-rack (~> 1.0)
94
- faraday-retry (~> 1.0)
98
+ short_circu_it (= 0.29.1)
99
+ tablesalt (= 0.29.1)
100
+ faker (2.22.0)
101
+ i18n (>= 1.8.11, < 2)
102
+ faraday (2.5.2)
103
+ faraday-net_http (>= 2.0, < 3.1)
95
104
  ruby2_keywords (>= 0.0.4)
96
- faraday-em_http (1.0.0)
97
- faraday-em_synchrony (1.0.0)
98
- faraday-excon (1.1.0)
99
- faraday-httpclient (1.0.1)
100
- faraday-multipart (1.0.4)
101
- multipart-post (~> 2)
102
- faraday-net_http (1.0.1)
103
- faraday-net_http_persistent (1.2.0)
104
- faraday-patron (1.0.0)
105
- faraday-rack (1.0.0)
106
- faraday-retry (1.0.3)
107
- github-markup (3.0.4)
108
- globalid (0.4.2)
109
- activesupport (>= 4.2.0)
105
+ faraday-net_http (3.0.0)
106
+ faraday-retry (2.0.0)
107
+ faraday (~> 2.0)
108
+ gapic-common (0.11.1)
109
+ faraday (>= 1.9, < 3.a)
110
+ faraday-retry (>= 1.0, < 3.a)
111
+ google-protobuf (~> 3.14)
112
+ googleapis-common-protos (>= 1.3.12, < 2.a)
113
+ googleapis-common-protos-types (>= 1.3.1, < 2.a)
114
+ googleauth (~> 1.0)
115
+ grpc (~> 1.36)
116
+ github-markup (3.0.5)
117
+ globalid (1.0.0)
118
+ activesupport (>= 5.0)
110
119
  google-cloud-core (1.6.0)
111
120
  google-cloud-env (~> 1.0)
112
121
  google-cloud-errors (~> 1.0)
113
122
  google-cloud-env (1.6.0)
114
123
  faraday (>= 0.17.3, < 3.0)
115
124
  google-cloud-errors (1.2.0)
116
- google-cloud-pubsub (1.10.0)
125
+ google-cloud-pubsub (2.4.0)
117
126
  concurrent-ruby (~> 1.1)
118
- google-cloud-core (~> 1.2)
119
- google-gax (~> 1.8)
120
- googleapis-common-protos (>= 1.3.9, < 2.0)
121
- googleapis-common-protos-types (>= 1.0.4, < 2.0)
122
- grpc-google-iam-v1 (~> 0.6.9)
123
- google-gax (1.8.2)
124
- google-protobuf (~> 3.9)
125
- googleapis-common-protos (>= 1.3.9, < 2.0)
126
- googleapis-common-protos-types (>= 1.0.4, < 2.0)
127
- googleauth (~> 0.9)
128
- grpc (~> 1.24)
129
- rly (~> 0.2.3)
130
- google-protobuf (3.21.2)
127
+ google-cloud-core (~> 1.5)
128
+ google-cloud-pubsub-v1 (~> 0.0)
129
+ google-cloud-pubsub-v1 (0.11.0)
130
+ gapic-common (>= 0.10, < 2.a)
131
+ google-cloud-errors (~> 1.0)
132
+ grpc-google-iam-v1 (~> 1.1)
133
+ google-protobuf (3.21.5)
131
134
  googleapis-common-protos (1.3.12)
132
135
  google-protobuf (~> 3.14)
133
136
  googleapis-common-protos-types (~> 1.2)
134
137
  grpc (~> 1.27)
135
- googleapis-common-protos-types (1.3.2)
138
+ googleapis-common-protos-types (1.4.0)
136
139
  google-protobuf (~> 3.14)
137
- googleauth (0.17.1)
138
- faraday (>= 0.17.3, < 2.0)
140
+ googleauth (1.2.0)
141
+ faraday (>= 0.17.3, < 3.a)
139
142
  jwt (>= 1.4, < 3.0)
140
143
  memoist (~> 0.16)
141
144
  multi_json (~> 1.11)
142
145
  os (>= 0.9, < 2.0)
143
- signet (~> 0.15)
144
- grpc (1.47.0)
146
+ signet (>= 0.16, < 2.a)
147
+ grpc (1.48.0)
145
148
  google-protobuf (~> 3.19)
146
149
  googleapis-common-protos-types (~> 1.0)
147
- grpc-google-iam-v1 (0.6.11)
150
+ grpc-google-iam-v1 (1.2.0)
148
151
  google-protobuf (~> 3.14)
149
- googleapis-common-protos (>= 1.3.11, < 2.0)
152
+ googleapis-common-protos (>= 1.3.12, < 2.0)
150
153
  grpc (~> 1.27)
151
- i18n (1.7.0)
154
+ i18n (1.12.0)
152
155
  concurrent-ruby (~> 1.0)
153
- jaro_winkler (1.5.4)
154
- json (2.2.0)
155
- jwt (2.4.1)
156
- loofah (2.4.0)
156
+ json (2.6.2)
157
+ jwt (2.5.0)
158
+ loofah (2.18.0)
157
159
  crass (~> 1.0.2)
158
160
  nokogiri (>= 1.5.9)
159
161
  mail (2.7.1)
160
162
  mini_mime (>= 0.1.1)
161
- marcel (0.3.3)
162
- mimemagic (~> 0.3.2)
163
+ marcel (1.0.2)
163
164
  memoist (0.16.2)
164
- method_source (0.9.2)
165
- mimemagic (0.3.10)
166
- nokogiri (~> 1)
167
- rake
168
- mini_mime (1.0.2)
169
- mini_portile2 (2.4.0)
170
- minitest (5.13.0)
165
+ method_source (1.0.0)
166
+ mini_mime (1.1.2)
167
+ mini_portile2 (2.8.0)
168
+ minitest (5.16.3)
171
169
  multi_json (1.15.0)
172
- multipart-post (2.2.3)
173
- nio4r (2.5.2)
174
- nokogiri (1.10.7)
175
- mini_portile2 (~> 2.4.0)
170
+ nio4r (2.5.8)
171
+ nokogiri (1.13.8)
172
+ mini_portile2 (~> 2.8.0)
173
+ racc (~> 1.4)
176
174
  os (1.1.4)
177
- parallel (1.19.1)
178
- parser (2.6.5.0)
179
- ast (~> 2.4.0)
180
- pry (0.12.2)
181
- coderay (~> 1.1.0)
182
- method_source (~> 0.9.0)
183
- public_suffix (4.0.7)
184
- rack (2.0.8)
185
- rack-test (1.1.0)
186
- rack (>= 1.0, < 3)
187
- rails (5.2.4)
188
- actioncable (= 5.2.4)
189
- actionmailer (= 5.2.4)
190
- actionpack (= 5.2.4)
191
- actionview (= 5.2.4)
192
- activejob (= 5.2.4)
193
- activemodel (= 5.2.4)
194
- activerecord (= 5.2.4)
195
- activestorage (= 5.2.4)
196
- activesupport (= 5.2.4)
197
- bundler (>= 1.3.0)
198
- railties (= 5.2.4)
175
+ parallel (1.22.1)
176
+ parser (3.1.2.1)
177
+ ast (~> 2.4.1)
178
+ pry (0.14.1)
179
+ coderay (~> 1.1)
180
+ method_source (~> 1.0)
181
+ public_suffix (5.0.0)
182
+ racc (1.6.0)
183
+ rack (2.2.4)
184
+ rack-test (2.0.2)
185
+ rack (>= 1.3)
186
+ rails (6.1.6.1)
187
+ actioncable (= 6.1.6.1)
188
+ actionmailbox (= 6.1.6.1)
189
+ actionmailer (= 6.1.6.1)
190
+ actionpack (= 6.1.6.1)
191
+ actiontext (= 6.1.6.1)
192
+ actionview (= 6.1.6.1)
193
+ activejob (= 6.1.6.1)
194
+ activemodel (= 6.1.6.1)
195
+ activerecord (= 6.1.6.1)
196
+ activestorage (= 6.1.6.1)
197
+ activesupport (= 6.1.6.1)
198
+ bundler (>= 1.15.0)
199
+ railties (= 6.1.6.1)
199
200
  sprockets-rails (>= 2.0.0)
200
201
  rails-dom-testing (2.0.3)
201
202
  activesupport (>= 4.2.0)
202
203
  nokogiri (>= 1.6)
203
- rails-html-sanitizer (1.3.0)
204
+ rails-html-sanitizer (1.4.3)
204
205
  loofah (~> 2.3)
205
- railties (5.2.4)
206
- actionpack (= 5.2.4)
207
- activesupport (= 5.2.4)
206
+ railties (6.1.6.1)
207
+ actionpack (= 6.1.6.1)
208
+ activesupport (= 6.1.6.1)
208
209
  method_source
209
- rake (>= 0.8.7)
210
- thor (>= 0.19.0, < 2.0)
211
- rainbow (3.0.0)
212
- rake (10.5.0)
213
- redcarpet (3.5.0)
214
- redis (4.7.1)
215
- redis_hash (0.29.0)
210
+ rake (>= 12.2)
211
+ thor (~> 1.0)
212
+ rainbow (3.1.1)
213
+ rake (13.0.6)
214
+ redcarpet (3.5.1)
215
+ redis (5.0.1)
216
+ redis-client (~> 0.7)
217
+ redis-client (0.7.1)
218
+ connection_pool
219
+ redis_hash (0.29.1)
216
220
  activesupport (>= 5.2.1)
217
221
  redis (>= 3.0)
218
- tablesalt (= 0.29.0)
219
- rly (0.2.3)
220
- rspec (3.9.0)
221
- rspec-core (~> 3.9.0)
222
- rspec-expectations (~> 3.9.0)
223
- rspec-mocks (~> 3.9.0)
224
- rspec-core (3.9.0)
225
- rspec-support (~> 3.9.0)
226
- rspec-expectations (3.9.0)
222
+ tablesalt (= 0.29.1)
223
+ regexp_parser (2.5.0)
224
+ rexml (3.2.5)
225
+ rspec (3.11.0)
226
+ rspec-core (~> 3.11.0)
227
+ rspec-expectations (~> 3.11.0)
228
+ rspec-mocks (~> 3.11.0)
229
+ rspec-core (3.11.0)
230
+ rspec-support (~> 3.11.0)
231
+ rspec-expectations (3.11.0)
227
232
  diff-lcs (>= 1.2.0, < 2.0)
228
- rspec-support (~> 3.9.0)
229
- rspec-mocks (3.9.0)
233
+ rspec-support (~> 3.11.0)
234
+ rspec-mocks (3.11.1)
230
235
  diff-lcs (>= 1.2.0, < 2.0)
231
- rspec-support (~> 3.9.0)
232
- rspec-support (3.9.0)
233
- rspice (0.19.2)
234
- faker (>= 1.8, < 2.0)
236
+ rspec-support (~> 3.11.0)
237
+ rspec-support (3.11.0)
238
+ rspice (0.29.1)
239
+ faker (>= 1.8, < 3.0)
235
240
  rspec (~> 3.0)
236
- rubocop (0.74.0)
237
- jaro_winkler (~> 1.5.1)
241
+ rubocop (1.35.1)
242
+ json (~> 2.3)
238
243
  parallel (~> 1.10)
239
- parser (>= 2.6)
244
+ parser (>= 3.1.2.1)
240
245
  rainbow (>= 2.2.2, < 4.0)
246
+ regexp_parser (>= 1.8, < 3.0)
247
+ rexml (>= 3.2.5, < 4.0)
248
+ rubocop-ast (>= 1.20.1, < 2.0)
241
249
  ruby-progressbar (~> 1.7)
242
- unicode-display_width (>= 1.4.0, < 1.7)
243
- rubocop-performance (1.4.1)
244
- rubocop (>= 0.71.0)
245
- rubocop-rails (2.3.0)
250
+ unicode-display_width (>= 1.4.0, < 3.0)
251
+ rubocop-ast (1.21.0)
252
+ parser (>= 3.1.1.0)
253
+ rubocop-performance (1.14.3)
254
+ rubocop (>= 1.7.0, < 2.0)
255
+ rubocop-ast (>= 0.4.0)
256
+ rubocop-rails (2.15.2)
257
+ activesupport (>= 4.2.0)
246
258
  rack (>= 1.1)
247
- rubocop (>= 0.72.0)
248
- rubocop-rspec (1.35.0)
249
- rubocop (>= 0.60.0)
250
- ruby-progressbar (1.10.1)
259
+ rubocop (>= 1.7.0, < 2.0)
260
+ rubocop-rake (0.6.0)
261
+ rubocop (~> 1.0)
262
+ rubocop-rspec (2.12.1)
263
+ rubocop (~> 1.31)
264
+ ruby-progressbar (1.11.0)
251
265
  ruby2_keywords (0.0.5)
252
- short_circu_it (0.29.0)
266
+ short_circu_it (0.29.1)
253
267
  activesupport (>= 5.2.1)
254
- around_the_world (= 0.29.0)
268
+ around_the_world (= 0.29.1)
255
269
  signet (0.17.0)
256
270
  addressable (~> 2.8)
257
271
  faraday (>= 0.17.5, < 3.a)
258
272
  jwt (>= 1.5, < 3.0)
259
273
  multi_json (~> 1.10)
260
- simplecov (0.17.1)
274
+ simplecov (0.21.2)
261
275
  docile (~> 1.1)
262
- json (>= 1.8, < 3)
263
- simplecov-html (~> 0.10.0)
264
- simplecov-html (0.10.2)
265
- spicerack (0.29.0)
266
- around_the_world (= 0.29.0)
267
- directive (= 0.29.0)
268
- redis_hash (= 0.29.0)
269
- short_circu_it (= 0.29.0)
270
- substance (= 0.29.0)
271
- tablesalt (= 0.29.0)
272
- technologic (= 0.29.0)
273
- spicerack-styleguide (0.19.2)
274
- rubocop (= 0.74)
275
- rubocop-performance (= 1.4.1)
276
- rubocop-rails (= 2.3.0)
277
- rubocop-rspec (= 1.35.0)
278
- spicery (0.29.0)
279
- collectible (= 0.29.0)
280
- conjunction (= 0.29.0)
281
- facet (= 0.29.0)
282
- spicerack (= 0.29.0)
283
- sprockets (4.0.0)
276
+ simplecov-html (~> 0.11)
277
+ simplecov_json_formatter (~> 0.1)
278
+ simplecov-html (0.12.3)
279
+ simplecov_json_formatter (0.1.4)
280
+ spicerack (0.29.1)
281
+ around_the_world (= 0.29.1)
282
+ directive (= 0.29.1)
283
+ redis_hash (= 0.29.1)
284
+ short_circu_it (= 0.29.1)
285
+ substance (= 0.29.1)
286
+ tablesalt (= 0.29.1)
287
+ technologic (= 0.29.1)
288
+ spicerack-styleguide (0.29.1)
289
+ rubocop (~> 1.7)
290
+ rubocop-performance (~> 1.13)
291
+ rubocop-rails (~> 2.11)
292
+ rubocop-rake (~> 0.6)
293
+ rubocop-rspec (~> 2.4)
294
+ spicery (0.29.1)
295
+ collectible (= 0.29.1)
296
+ conjunction (= 0.29.1)
297
+ facet (= 0.29.1)
298
+ spicerack (= 0.29.1)
299
+ sprockets (4.1.1)
284
300
  concurrent-ruby (~> 1.0)
285
301
  rack (> 1, < 3)
286
- sprockets-rails (3.2.1)
287
- actionpack (>= 4.0)
288
- activesupport (>= 4.0)
302
+ sprockets-rails (3.4.2)
303
+ actionpack (>= 5.2)
304
+ activesupport (>= 5.2)
289
305
  sprockets (>= 3.0.0)
290
- substance (0.29.0)
306
+ substance (0.29.1)
291
307
  activemodel (>= 5.2.1)
292
308
  activesupport (>= 5.2.1)
293
- short_circu_it (= 0.29.0)
294
- tablesalt (= 0.29.0)
295
- technologic (= 0.29.0)
296
- tablesalt (0.29.0)
309
+ short_circu_it (= 0.29.1)
310
+ tablesalt (= 0.29.1)
311
+ technologic (= 0.29.1)
312
+ tablesalt (0.29.1)
297
313
  activemodel (>= 5.2.1)
298
314
  activesupport (>= 5.2.1)
299
- technologic (0.29.0)
315
+ technologic (0.29.1)
300
316
  activesupport (>= 5.2.1)
301
- short_circu_it (= 0.29.0)
302
- thor (0.20.3)
303
- thread_safe (0.3.6)
304
- timecop (0.9.1)
305
- tzinfo (1.2.5)
306
- thread_safe (~> 0.1)
307
- unicode-display_width (1.6.0)
308
- websocket-driver (0.7.1)
317
+ short_circu_it (= 0.29.1)
318
+ thor (1.2.1)
319
+ timecop (0.9.5)
320
+ tzinfo (2.0.5)
321
+ concurrent-ruby (~> 1.0)
322
+ unicode-display_width (2.2.0)
323
+ webrick (1.7.0)
324
+ websocket-driver (0.7.5)
309
325
  websocket-extensions (>= 0.1.0)
310
- websocket-extensions (0.1.4)
311
- yard (0.9.20)
326
+ websocket-extensions (0.1.5)
327
+ yard (0.9.28)
328
+ webrick (~> 1.7.0)
329
+ zeitwerk (2.6.0)
312
330
 
313
331
  PLATFORMS
314
332
  ruby
@@ -317,8 +335,8 @@ DEPENDENCIES
317
335
  bundler (~> 2.0)
318
336
  github-markup (~> 3.0)
319
337
  pry (~> 0.12)
320
- rails (~> 5.2.3)
321
- rake (~> 10.0)
338
+ rails (~> 6.1.6)
339
+ rake (~> 13.0)
322
340
  redcarpet (~> 3.5)
323
341
  rspec (~> 3.0)
324
342
  rspice
@@ -24,7 +24,7 @@ module Stenotype
24
24
  # @todo What is really the name here?
25
25
  #
26
26
  def _record_freshly_event(name)
27
- Stenotype::Event.emit!(name, { type: "controller_action" }, { eval_context: { controller: self }})
27
+ Stenotype::Event.emit!(name, { type: "controller_action" }, **{ eval_context: { controller: self }})
28
28
  end
29
29
 
30
30
  #
@@ -37,7 +37,7 @@ module Stenotype
37
37
  Stenotype::Event.emit!(
38
38
  "active_job_#{self.class.name}",
39
39
  { type: "active_job" },
40
- { eval_context: { active_job: self }},
40
+ **{ eval_context: { active_job: self }},
41
41
  )
42
42
  super(*args, **rest_args, &block)
43
43
  end
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Stenotype
4
4
  # :nodoc:
5
- VERSION = "0.1.17"
5
+ VERSION = "0.1.19"
6
6
  # :nodoc:
7
7
  end
data/stenotype.gemspec CHANGED
@@ -29,22 +29,22 @@ Gem::Specification.new do |spec|
29
29
  spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
30
30
  spec.require_paths = ["lib"]
31
31
 
32
- spec.add_dependency "activesupport", ">= 5.0.0"
33
- spec.add_dependency "google-cloud-pubsub", "~> 1.10.0"
32
+ spec.add_dependency "activesupport", ">= 6.1.0"
33
+ spec.add_dependency "google-cloud-pubsub", "~> 2.4.0"
34
34
 
35
35
  spec.add_runtime_dependency "spicery", ">= 0.22.0", "< 1.0"
36
36
 
37
37
  spec.add_development_dependency "bundler", "~> 2.0"
38
38
  spec.add_development_dependency "github-markup", "~> 3.0"
39
- spec.add_development_dependency "rake", "~> 10.0"
39
+ spec.add_development_dependency "rake", "~> 13.0"
40
40
  spec.add_development_dependency "redcarpet", "~> 3.5"
41
41
  spec.add_development_dependency "yard", "~> 0.9"
42
42
 
43
- spec.add_development_dependency "rspice", ">= 0.19.0", "< 1.0"
43
+ spec.add_development_dependency "rspice", ">= 0.27.0", "< 1.0"
44
44
  spec.add_development_dependency "spicerack-styleguide", ">= 0.19.0", "< 1.0"
45
45
 
46
46
  spec.add_development_dependency "pry", "~> 0.12"
47
- spec.add_development_dependency "rails", "~> 5.2.3"
47
+ spec.add_development_dependency "rails", "~> 6.1.6"
48
48
  spec.add_development_dependency "rspec", "~> 3.0"
49
49
  spec.add_development_dependency "simplecov", "~> 0.17"
50
50
  spec.add_development_dependency "timecop", "~> 0.9"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: stenotype
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.17
4
+ version: 0.1.19
5
5
  platform: ruby
6
6
  authors:
7
7
  - Roman Kapitonov
8
- autorequire:
8
+ autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2022-07-18 00:00:00.000000000 Z
11
+ date: 2022-08-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport
@@ -16,28 +16,28 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 5.0.0
19
+ version: 6.1.0
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - ">="
25
25
  - !ruby/object:Gem::Version
26
- version: 5.0.0
26
+ version: 6.1.0
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: google-cloud-pubsub
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
31
  - - "~>"
32
32
  - !ruby/object:Gem::Version
33
- version: 1.10.0
33
+ version: 2.4.0
34
34
  type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
38
  - - "~>"
39
39
  - !ruby/object:Gem::Version
40
- version: 1.10.0
40
+ version: 2.4.0
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: spicery
43
43
  requirement: !ruby/object:Gem::Requirement
@@ -92,14 +92,14 @@ dependencies:
92
92
  requirements:
93
93
  - - "~>"
94
94
  - !ruby/object:Gem::Version
95
- version: '10.0'
95
+ version: '13.0'
96
96
  type: :development
97
97
  prerelease: false
98
98
  version_requirements: !ruby/object:Gem::Requirement
99
99
  requirements:
100
100
  - - "~>"
101
101
  - !ruby/object:Gem::Version
102
- version: '10.0'
102
+ version: '13.0'
103
103
  - !ruby/object:Gem::Dependency
104
104
  name: redcarpet
105
105
  requirement: !ruby/object:Gem::Requirement
@@ -134,7 +134,7 @@ dependencies:
134
134
  requirements:
135
135
  - - ">="
136
136
  - !ruby/object:Gem::Version
137
- version: 0.19.0
137
+ version: 0.27.0
138
138
  - - "<"
139
139
  - !ruby/object:Gem::Version
140
140
  version: '1.0'
@@ -144,7 +144,7 @@ dependencies:
144
144
  requirements:
145
145
  - - ">="
146
146
  - !ruby/object:Gem::Version
147
- version: 0.19.0
147
+ version: 0.27.0
148
148
  - - "<"
149
149
  - !ruby/object:Gem::Version
150
150
  version: '1.0'
@@ -188,14 +188,14 @@ dependencies:
188
188
  requirements:
189
189
  - - "~>"
190
190
  - !ruby/object:Gem::Version
191
- version: 5.2.3
191
+ version: 6.1.6
192
192
  type: :development
193
193
  prerelease: false
194
194
  version_requirements: !ruby/object:Gem::Requirement
195
195
  requirements:
196
196
  - - "~>"
197
197
  - !ruby/object:Gem::Version
198
- version: 5.2.3
198
+ version: 6.1.6
199
199
  - !ruby/object:Gem::Dependency
200
200
  name: rspec
201
201
  requirement: !ruby/object:Gem::Requirement
@@ -294,7 +294,7 @@ metadata:
294
294
  homepage_uri: https://github.com/Freshly/stenotype
295
295
  source_code_uri: https://github.com/Freshly/stenotype
296
296
  changelog_uri: https://github.com/Freshly/stenotype/CHANGELOG.md
297
- post_install_message:
297
+ post_install_message:
298
298
  rdoc_options: []
299
299
  require_paths:
300
300
  - lib
@@ -309,8 +309,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
309
309
  - !ruby/object:Gem::Version
310
310
  version: '0'
311
311
  requirements: []
312
- rubygems_version: 3.1.6
313
- signing_key:
312
+ rubygems_version: 3.3.7
313
+ signing_key:
314
314
  specification_version: 4
315
315
  summary: Gem for emitting events and sending them to an external system.
316
316
  test_files: []