erb-processor 1.0.21 → 1.0.22
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/Gemfile +1 -0
- data/Gemfile.lock +404 -385
- data/Rakefile +1 -54
- data/lib/erb/processor/version.rb +1 -1
- metadata +2 -3
- data/lib/tasks/version.rake +0 -55
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 60f529c4149e880473f82d03d21bc58f4cf64bd54dbe99e2fb436a80a56aca42
|
|
4
|
+
data.tar.gz: 28c9ea039677a52b1b1f383096c5096e5c90b88f3e2620572fe5df291421e92b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 903ac78b880609ca25f4e075f7ad107547858c9456c2e2e703d2ad1172f53db0b38788593a643ed415eb21ec55bed497e16e5dc358175bc8c98cc21a7fec23fe
|
|
7
|
+
data.tar.gz: b07cac624133d4f9ea3a136bb97e13a41e53d53e28d0398a4ecb84670742300fd544df4a060f934317c9971d5d58381789de59c736c02880166b8724bbe112ca
|
data/Gemfile
CHANGED
data/Gemfile.lock
CHANGED
|
@@ -1,385 +1,404 @@
|
|
|
1
|
-
PATH
|
|
2
|
-
remote: .
|
|
3
|
-
specs:
|
|
4
|
-
erb-processor (1.0.
|
|
5
|
-
logging
|
|
6
|
-
|
|
7
|
-
GEM
|
|
8
|
-
remote: https://rubygems.org/
|
|
9
|
-
specs:
|
|
10
|
-
activesupport (8.1.
|
|
11
|
-
base64
|
|
12
|
-
bigdecimal
|
|
13
|
-
concurrent-ruby (~> 1.0, >= 1.3.1)
|
|
14
|
-
connection_pool (>= 2.2.5)
|
|
15
|
-
drb
|
|
16
|
-
i18n (>= 1.6, < 2)
|
|
17
|
-
json
|
|
18
|
-
logger (>= 1.4.2)
|
|
19
|
-
minitest (>= 5.1)
|
|
20
|
-
securerandom (>= 0.3)
|
|
21
|
-
tzinfo (~> 2.0, >= 2.0.5)
|
|
22
|
-
uri (>= 0.13.1)
|
|
23
|
-
addressable (2.8.
|
|
24
|
-
public_suffix (>= 2.0.2, < 8.0)
|
|
25
|
-
aruba (2.3.3)
|
|
26
|
-
bundler (>= 1.17)
|
|
27
|
-
contracts (>= 0.16.0, < 0.18.0)
|
|
28
|
-
cucumber (>= 8.0, < 11.0)
|
|
29
|
-
rspec-expectations (>= 3.4, < 5.0)
|
|
30
|
-
thor (~> 1.0)
|
|
31
|
-
ast (2.4.3)
|
|
32
|
-
base64 (0.3.0)
|
|
33
|
-
bigdecimal (4.0
|
|
34
|
-
bigdecimal (4.0
|
|
35
|
-
builder (3.3.0)
|
|
36
|
-
bundler-audit (0.9.3)
|
|
37
|
-
bundler (>= 1.2.0)
|
|
38
|
-
thor (~> 1.0)
|
|
39
|
-
coderay (1.1.3)
|
|
40
|
-
concurrent-ruby (1.3.6)
|
|
41
|
-
connection_pool (3.0.2)
|
|
42
|
-
contracts (0.17.3)
|
|
43
|
-
cucumber (10.2.0)
|
|
44
|
-
base64 (~> 0.2)
|
|
45
|
-
builder (~> 3.2)
|
|
46
|
-
cucumber-ci-environment (> 9, < 12)
|
|
47
|
-
cucumber-core (> 15, < 17)
|
|
48
|
-
cucumber-cucumber-expressions (> 17, < 20)
|
|
49
|
-
cucumber-html-formatter (> 21, < 23)
|
|
50
|
-
diff-lcs (~> 1.5)
|
|
51
|
-
logger (~> 1.6)
|
|
52
|
-
mini_mime (~> 1.1)
|
|
53
|
-
multi_test (~> 1.1)
|
|
54
|
-
sys-uname (~> 1.3)
|
|
55
|
-
cucumber-ci-environment (11.0.0)
|
|
56
|
-
cucumber-core (16.
|
|
57
|
-
cucumber-gherkin (> 36, < 40)
|
|
58
|
-
cucumber-messages (> 31, < 33)
|
|
59
|
-
cucumber-tag-expressions (> 6, < 9)
|
|
60
|
-
cucumber-cucumber-expressions (19.0.0)
|
|
61
|
-
bigdecimal
|
|
62
|
-
cucumber-gherkin (
|
|
63
|
-
cucumber-messages (>= 31, < 33)
|
|
64
|
-
cucumber-html-formatter (22.3.0)
|
|
65
|
-
cucumber-messages (> 23, < 33)
|
|
66
|
-
cucumber-messages (32.0
|
|
67
|
-
cucumber-tag-expressions (8.1.0)
|
|
68
|
-
date (3.5.1)
|
|
69
|
-
date (3.5.1-java)
|
|
70
|
-
descendants_tracker (0.0.4)
|
|
71
|
-
thread_safe (~> 0.3, >= 0.3.1)
|
|
72
|
-
diff-lcs (1.6.2)
|
|
73
|
-
docile (1.4.1)
|
|
74
|
-
drb (2.2.3)
|
|
75
|
-
erb (6.0.
|
|
76
|
-
erb (6.0.
|
|
77
|
-
faraday (1.
|
|
78
|
-
faraday-em_http (~> 1.0)
|
|
79
|
-
faraday-em_synchrony (~> 1.0)
|
|
80
|
-
faraday-excon (~> 1.1)
|
|
81
|
-
faraday-httpclient (~> 1.0
|
|
82
|
-
faraday-
|
|
83
|
-
faraday-
|
|
84
|
-
faraday-
|
|
85
|
-
faraday-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
faraday-
|
|
90
|
-
faraday-
|
|
91
|
-
faraday-
|
|
92
|
-
faraday-
|
|
93
|
-
faraday-
|
|
94
|
-
|
|
95
|
-
faraday-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
guard-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
rspec
|
|
264
|
-
|
|
265
|
-
rspec-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
lint_roller (~> 1.1)
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
rubocop-ast (>= 1.
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
rubocop (
|
|
300
|
-
rubocop-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
rubocop
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
1
|
+
PATH
|
|
2
|
+
remote: .
|
|
3
|
+
specs:
|
|
4
|
+
erb-processor (1.0.22)
|
|
5
|
+
logging
|
|
6
|
+
|
|
7
|
+
GEM
|
|
8
|
+
remote: https://rubygems.org/
|
|
9
|
+
specs:
|
|
10
|
+
activesupport (8.1.3)
|
|
11
|
+
base64
|
|
12
|
+
bigdecimal
|
|
13
|
+
concurrent-ruby (~> 1.0, >= 1.3.1)
|
|
14
|
+
connection_pool (>= 2.2.5)
|
|
15
|
+
drb
|
|
16
|
+
i18n (>= 1.6, < 2)
|
|
17
|
+
json
|
|
18
|
+
logger (>= 1.4.2)
|
|
19
|
+
minitest (>= 5.1)
|
|
20
|
+
securerandom (>= 0.3)
|
|
21
|
+
tzinfo (~> 2.0, >= 2.0.5)
|
|
22
|
+
uri (>= 0.13.1)
|
|
23
|
+
addressable (2.8.9)
|
|
24
|
+
public_suffix (>= 2.0.2, < 8.0)
|
|
25
|
+
aruba (2.3.3)
|
|
26
|
+
bundler (>= 1.17)
|
|
27
|
+
contracts (>= 0.16.0, < 0.18.0)
|
|
28
|
+
cucumber (>= 8.0, < 11.0)
|
|
29
|
+
rspec-expectations (>= 3.4, < 5.0)
|
|
30
|
+
thor (~> 1.0)
|
|
31
|
+
ast (2.4.3)
|
|
32
|
+
base64 (0.3.0)
|
|
33
|
+
bigdecimal (4.1.0)
|
|
34
|
+
bigdecimal (4.1.0-java)
|
|
35
|
+
builder (3.3.0)
|
|
36
|
+
bundler-audit (0.9.3)
|
|
37
|
+
bundler (>= 1.2.0)
|
|
38
|
+
thor (~> 1.0)
|
|
39
|
+
coderay (1.1.3)
|
|
40
|
+
concurrent-ruby (1.3.6)
|
|
41
|
+
connection_pool (3.0.2)
|
|
42
|
+
contracts (0.17.3)
|
|
43
|
+
cucumber (10.2.0)
|
|
44
|
+
base64 (~> 0.2)
|
|
45
|
+
builder (~> 3.2)
|
|
46
|
+
cucumber-ci-environment (> 9, < 12)
|
|
47
|
+
cucumber-core (> 15, < 17)
|
|
48
|
+
cucumber-cucumber-expressions (> 17, < 20)
|
|
49
|
+
cucumber-html-formatter (> 21, < 23)
|
|
50
|
+
diff-lcs (~> 1.5)
|
|
51
|
+
logger (~> 1.6)
|
|
52
|
+
mini_mime (~> 1.1)
|
|
53
|
+
multi_test (~> 1.1)
|
|
54
|
+
sys-uname (~> 1.3)
|
|
55
|
+
cucumber-ci-environment (11.0.0)
|
|
56
|
+
cucumber-core (16.2.0)
|
|
57
|
+
cucumber-gherkin (> 36, < 40)
|
|
58
|
+
cucumber-messages (> 31, < 33)
|
|
59
|
+
cucumber-tag-expressions (> 6, < 9)
|
|
60
|
+
cucumber-cucumber-expressions (19.0.0)
|
|
61
|
+
bigdecimal
|
|
62
|
+
cucumber-gherkin (39.0.0)
|
|
63
|
+
cucumber-messages (>= 31, < 33)
|
|
64
|
+
cucumber-html-formatter (22.3.0)
|
|
65
|
+
cucumber-messages (> 23, < 33)
|
|
66
|
+
cucumber-messages (32.2.0)
|
|
67
|
+
cucumber-tag-expressions (8.1.0)
|
|
68
|
+
date (3.5.1)
|
|
69
|
+
date (3.5.1-java)
|
|
70
|
+
descendants_tracker (0.0.4)
|
|
71
|
+
thread_safe (~> 0.3, >= 0.3.1)
|
|
72
|
+
diff-lcs (1.6.2)
|
|
73
|
+
docile (1.4.1)
|
|
74
|
+
drb (2.2.3)
|
|
75
|
+
erb (6.0.2)
|
|
76
|
+
erb (6.0.2-java)
|
|
77
|
+
faraday (1.10.5)
|
|
78
|
+
faraday-em_http (~> 1.0)
|
|
79
|
+
faraday-em_synchrony (~> 1.0)
|
|
80
|
+
faraday-excon (~> 1.1)
|
|
81
|
+
faraday-httpclient (~> 1.0)
|
|
82
|
+
faraday-multipart (~> 1.0)
|
|
83
|
+
faraday-net_http (~> 1.0)
|
|
84
|
+
faraday-net_http_persistent (~> 1.0)
|
|
85
|
+
faraday-patron (~> 1.0)
|
|
86
|
+
faraday-rack (~> 1.0)
|
|
87
|
+
faraday-retry (~> 1.0)
|
|
88
|
+
ruby2_keywords (>= 0.0.4)
|
|
89
|
+
faraday-em_http (1.0.0)
|
|
90
|
+
faraday-em_synchrony (1.0.1)
|
|
91
|
+
faraday-excon (1.1.0)
|
|
92
|
+
faraday-httpclient (1.0.1)
|
|
93
|
+
faraday-multipart (1.2.0)
|
|
94
|
+
multipart-post (~> 2.0)
|
|
95
|
+
faraday-net_http (1.0.2)
|
|
96
|
+
faraday-net_http_persistent (1.2.0)
|
|
97
|
+
faraday-patron (1.0.0)
|
|
98
|
+
faraday-rack (1.0.0)
|
|
99
|
+
faraday-retry (1.0.4)
|
|
100
|
+
ffi (1.17.4)
|
|
101
|
+
ffi (1.17.4-java)
|
|
102
|
+
ffi (1.17.4-x64-mingw-ucrt)
|
|
103
|
+
ffi (1.17.4-x86_64-linux-gnu)
|
|
104
|
+
formatador (1.2.3)
|
|
105
|
+
reline
|
|
106
|
+
gem-release (2.2.4)
|
|
107
|
+
git (4.3.2)
|
|
108
|
+
activesupport (>= 5.0)
|
|
109
|
+
addressable (~> 2.8)
|
|
110
|
+
process_executer (~> 4.0)
|
|
111
|
+
rchardet (~> 1.9)
|
|
112
|
+
github_api (0.19.0)
|
|
113
|
+
addressable (~> 2.4)
|
|
114
|
+
descendants_tracker (~> 0.0.4)
|
|
115
|
+
faraday (>= 0.8, < 2)
|
|
116
|
+
hashie (~> 3.5, >= 3.5.2)
|
|
117
|
+
oauth2 (~> 1.0)
|
|
118
|
+
given_core (3.8.2)
|
|
119
|
+
sorcerer (>= 0.3.7)
|
|
120
|
+
guard (2.20.1)
|
|
121
|
+
formatador (>= 0.2.4)
|
|
122
|
+
listen (>= 2.7, < 4.0)
|
|
123
|
+
logger (~> 1.6)
|
|
124
|
+
lumberjack (>= 1.0.12, < 2.0)
|
|
125
|
+
nenv (~> 0.1)
|
|
126
|
+
notiffany (~> 0.0)
|
|
127
|
+
pry (>= 0.13.0)
|
|
128
|
+
shellany (~> 0.0)
|
|
129
|
+
thor (>= 0.18.1)
|
|
130
|
+
guard-bundler (3.1.0)
|
|
131
|
+
bundler (>= 2.1, < 5)
|
|
132
|
+
guard (~> 2.2)
|
|
133
|
+
guard-compat (~> 1.1)
|
|
134
|
+
guard-compat (1.2.1)
|
|
135
|
+
guard-cucumber (3.0.0)
|
|
136
|
+
cucumber (>= 3.1)
|
|
137
|
+
nenv (>= 0.1)
|
|
138
|
+
guard-rspec (4.7.3)
|
|
139
|
+
guard (~> 2.1)
|
|
140
|
+
guard-compat (~> 1.1)
|
|
141
|
+
rspec (>= 2.99.0, < 4.0)
|
|
142
|
+
guard-rubocop (1.5.0)
|
|
143
|
+
guard (~> 2.0)
|
|
144
|
+
rubocop (< 2.0)
|
|
145
|
+
guard-yard (2.2.1)
|
|
146
|
+
guard (>= 1.1.0)
|
|
147
|
+
yard (>= 0.7.0)
|
|
148
|
+
hashie (3.6.0)
|
|
149
|
+
highline (3.1.2)
|
|
150
|
+
reline
|
|
151
|
+
i18n (1.14.8)
|
|
152
|
+
concurrent-ruby (~> 1.0)
|
|
153
|
+
io-console (0.8.2)
|
|
154
|
+
io-console (0.8.2-java)
|
|
155
|
+
jar-dependencies (0.5.7)
|
|
156
|
+
json (2.19.3)
|
|
157
|
+
json (2.19.3-java)
|
|
158
|
+
juwelier (2.4.9)
|
|
159
|
+
builder
|
|
160
|
+
bundler
|
|
161
|
+
git
|
|
162
|
+
github_api
|
|
163
|
+
highline
|
|
164
|
+
kamelcase (~> 0)
|
|
165
|
+
nokogiri
|
|
166
|
+
psych
|
|
167
|
+
rake
|
|
168
|
+
rdoc
|
|
169
|
+
semver2
|
|
170
|
+
jwt (2.10.2)
|
|
171
|
+
base64
|
|
172
|
+
kamelcase (0.0.2)
|
|
173
|
+
semver2 (~> 3)
|
|
174
|
+
language_server-protocol (3.17.0.5)
|
|
175
|
+
lint_roller (1.1.0)
|
|
176
|
+
listen (3.10.0)
|
|
177
|
+
logger
|
|
178
|
+
rb-fsevent (~> 0.10, >= 0.10.3)
|
|
179
|
+
rb-inotify (~> 0.9, >= 0.9.10)
|
|
180
|
+
little-plugger (1.1.4)
|
|
181
|
+
logger (1.7.0)
|
|
182
|
+
logging (2.4.0)
|
|
183
|
+
little-plugger (~> 1.1)
|
|
184
|
+
multi_json (~> 1.14)
|
|
185
|
+
lumberjack (1.4.2)
|
|
186
|
+
memoist3 (1.0.0)
|
|
187
|
+
method_source (1.1.0)
|
|
188
|
+
mini_mime (1.1.5)
|
|
189
|
+
mini_portile2 (2.8.9)
|
|
190
|
+
minitest (6.0.3)
|
|
191
|
+
drb (~> 2.0)
|
|
192
|
+
prism (~> 1.5)
|
|
193
|
+
multi_json (1.19.1)
|
|
194
|
+
multi_test (1.1.0)
|
|
195
|
+
multi_xml (0.8.1)
|
|
196
|
+
bigdecimal (>= 3.1, < 5)
|
|
197
|
+
multipart-post (2.4.1)
|
|
198
|
+
nenv (0.3.0)
|
|
199
|
+
nokogiri (1.19.2)
|
|
200
|
+
mini_portile2 (~> 2.8.2)
|
|
201
|
+
racc (~> 1.4)
|
|
202
|
+
nokogiri (1.19.2-java)
|
|
203
|
+
racc (~> 1.4)
|
|
204
|
+
nokogiri (1.19.2-x64-mingw-ucrt)
|
|
205
|
+
racc (~> 1.4)
|
|
206
|
+
nokogiri (1.19.2-x86_64-linux-gnu)
|
|
207
|
+
racc (~> 1.4)
|
|
208
|
+
notiffany (0.1.3)
|
|
209
|
+
nenv (~> 0.1)
|
|
210
|
+
shellany (~> 0.0)
|
|
211
|
+
oauth2 (1.4.11)
|
|
212
|
+
faraday (>= 0.17.3, < 3.0)
|
|
213
|
+
jwt (>= 1.0, < 3.0)
|
|
214
|
+
multi_json (~> 1.3)
|
|
215
|
+
multi_xml (~> 0.5)
|
|
216
|
+
rack (>= 1.2, < 4)
|
|
217
|
+
ostruct (0.6.3)
|
|
218
|
+
parallel (1.28.0)
|
|
219
|
+
parser (3.3.11.1)
|
|
220
|
+
ast (~> 2.4.1)
|
|
221
|
+
racc
|
|
222
|
+
prism (1.9.0)
|
|
223
|
+
process_executer (4.0.2)
|
|
224
|
+
track_open_instances (~> 0.1)
|
|
225
|
+
pry (0.16.0)
|
|
226
|
+
coderay (~> 1.1)
|
|
227
|
+
method_source (~> 1.0)
|
|
228
|
+
reline (>= 0.6.0)
|
|
229
|
+
pry (0.16.0-java)
|
|
230
|
+
coderay (~> 1.1)
|
|
231
|
+
method_source (~> 1.0)
|
|
232
|
+
reline (>= 0.6.0)
|
|
233
|
+
spoon (~> 0.0)
|
|
234
|
+
psych (5.3.1)
|
|
235
|
+
date
|
|
236
|
+
stringio
|
|
237
|
+
psych (5.3.1-java)
|
|
238
|
+
date
|
|
239
|
+
jar-dependencies (>= 0.1.7)
|
|
240
|
+
public_suffix (7.0.5)
|
|
241
|
+
racc (1.8.1)
|
|
242
|
+
racc (1.8.1-java)
|
|
243
|
+
rack (3.2.6)
|
|
244
|
+
rackup (2.3.1)
|
|
245
|
+
rack (>= 3)
|
|
246
|
+
rainbow (3.1.1)
|
|
247
|
+
rake (13.3.1)
|
|
248
|
+
rake-gem-maintenance (0.1.0)
|
|
249
|
+
bundler-audit
|
|
250
|
+
gem-release (~> 2.2)
|
|
251
|
+
rake (>= 13.0)
|
|
252
|
+
rb-fsevent (0.11.2)
|
|
253
|
+
rb-inotify (0.11.1)
|
|
254
|
+
ffi (~> 1.0)
|
|
255
|
+
rchardet (1.10.0)
|
|
256
|
+
rdoc (7.2.0)
|
|
257
|
+
erb
|
|
258
|
+
psych (>= 4.0.0)
|
|
259
|
+
tsort
|
|
260
|
+
regexp_parser (2.11.3)
|
|
261
|
+
reline (0.6.3)
|
|
262
|
+
io-console (~> 0.5)
|
|
263
|
+
rspec (3.13.2)
|
|
264
|
+
rspec-core (~> 3.13.0)
|
|
265
|
+
rspec-expectations (~> 3.13.0)
|
|
266
|
+
rspec-mocks (~> 3.13.0)
|
|
267
|
+
rspec-core (3.13.6)
|
|
268
|
+
rspec-support (~> 3.13.0)
|
|
269
|
+
rspec-expectations (3.13.5)
|
|
270
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
|
271
|
+
rspec-support (~> 3.13.0)
|
|
272
|
+
rspec-given (3.8.2)
|
|
273
|
+
given_core (= 3.8.2)
|
|
274
|
+
rspec (>= 2.14.0)
|
|
275
|
+
rspec-mocks (3.13.8)
|
|
276
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
|
277
|
+
rspec-support (~> 3.13.0)
|
|
278
|
+
rspec-support (3.13.7)
|
|
279
|
+
rubocop (1.86.0)
|
|
280
|
+
json (~> 2.3)
|
|
281
|
+
language_server-protocol (~> 3.17.0.2)
|
|
282
|
+
lint_roller (~> 1.1.0)
|
|
283
|
+
parallel (~> 1.10)
|
|
284
|
+
parser (>= 3.3.0.2)
|
|
285
|
+
rainbow (>= 2.2.2, < 4.0)
|
|
286
|
+
regexp_parser (>= 2.9.3, < 3.0)
|
|
287
|
+
rubocop-ast (>= 1.49.0, < 2.0)
|
|
288
|
+
ruby-progressbar (~> 1.7)
|
|
289
|
+
unicode-display_width (>= 2.4.0, < 4.0)
|
|
290
|
+
rubocop-ast (1.49.1)
|
|
291
|
+
parser (>= 3.3.7.2)
|
|
292
|
+
prism (~> 1.7)
|
|
293
|
+
rubocop-capybara (2.22.1)
|
|
294
|
+
lint_roller (~> 1.1)
|
|
295
|
+
rubocop (~> 1.72, >= 1.72.1)
|
|
296
|
+
rubocop-performance (1.26.1)
|
|
297
|
+
lint_roller (~> 1.1)
|
|
298
|
+
rubocop (>= 1.75.0, < 2.0)
|
|
299
|
+
rubocop-ast (>= 1.47.1, < 2.0)
|
|
300
|
+
rubocop-rails (2.34.3)
|
|
301
|
+
activesupport (>= 4.2.0)
|
|
302
|
+
lint_roller (~> 1.1)
|
|
303
|
+
rack (>= 1.1)
|
|
304
|
+
rubocop (>= 1.75.0, < 2.0)
|
|
305
|
+
rubocop-ast (>= 1.44.0, < 2.0)
|
|
306
|
+
rubocop-rake (0.7.1)
|
|
307
|
+
lint_roller (~> 1.1)
|
|
308
|
+
rubocop (>= 1.72.1)
|
|
309
|
+
rubocop-rspec (3.9.0)
|
|
310
|
+
lint_roller (~> 1.1)
|
|
311
|
+
rubocop (~> 1.81)
|
|
312
|
+
rubocop-rspec_rails (2.32.0)
|
|
313
|
+
lint_roller (~> 1.1)
|
|
314
|
+
rubocop (~> 1.72, >= 1.72.1)
|
|
315
|
+
rubocop-rspec (~> 3.5)
|
|
316
|
+
ruby-progressbar (1.13.0)
|
|
317
|
+
ruby2_keywords (0.0.5)
|
|
318
|
+
securerandom (0.4.1)
|
|
319
|
+
semver2 (3.4.2)
|
|
320
|
+
shellany (0.0.1)
|
|
321
|
+
shoulda (4.0.0)
|
|
322
|
+
shoulda-context (~> 2.0)
|
|
323
|
+
shoulda-matchers (~> 4.0)
|
|
324
|
+
shoulda-context (2.0.0)
|
|
325
|
+
shoulda-matchers (4.5.1)
|
|
326
|
+
activesupport (>= 4.2.0)
|
|
327
|
+
simplecov (0.22.0)
|
|
328
|
+
docile (~> 1.1)
|
|
329
|
+
simplecov-html (~> 0.11)
|
|
330
|
+
simplecov_json_formatter (~> 0.1)
|
|
331
|
+
simplecov-html (0.13.2)
|
|
332
|
+
simplecov_json_formatter (0.1.4)
|
|
333
|
+
sorcerer (2.0.1)
|
|
334
|
+
spoon (0.0.6)
|
|
335
|
+
ffi
|
|
336
|
+
stringio (3.2.0)
|
|
337
|
+
sys-uname (1.5.1)
|
|
338
|
+
ffi (~> 1.1)
|
|
339
|
+
memoist3 (~> 1.0.0)
|
|
340
|
+
sys-uname (1.5.1-universal-mingw32)
|
|
341
|
+
ffi (~> 1.1)
|
|
342
|
+
memoist3 (~> 1.0.0)
|
|
343
|
+
win32ole
|
|
344
|
+
syslog (0.4.0)
|
|
345
|
+
logger
|
|
346
|
+
thor (1.5.0)
|
|
347
|
+
thread_safe (0.3.6)
|
|
348
|
+
thread_safe (0.3.6-java)
|
|
349
|
+
track_open_instances (0.1.15)
|
|
350
|
+
tsort (0.2.0)
|
|
351
|
+
tzinfo (2.0.6)
|
|
352
|
+
concurrent-ruby (~> 1.0)
|
|
353
|
+
unicode-display_width (3.2.0)
|
|
354
|
+
unicode-emoji (~> 4.1)
|
|
355
|
+
unicode-emoji (4.2.0)
|
|
356
|
+
uri (1.1.1)
|
|
357
|
+
webrick (1.9.2)
|
|
358
|
+
win32ole (1.9.3)
|
|
359
|
+
yard (0.9.38)
|
|
360
|
+
|
|
361
|
+
PLATFORMS
|
|
362
|
+
universal-java-21
|
|
363
|
+
x64-mingw-ucrt
|
|
364
|
+
x64-unknown
|
|
365
|
+
x86_64-linux
|
|
366
|
+
|
|
367
|
+
DEPENDENCIES
|
|
368
|
+
aruba
|
|
369
|
+
bundler
|
|
370
|
+
bundler-audit
|
|
371
|
+
cucumber
|
|
372
|
+
erb-processor!
|
|
373
|
+
gem-release
|
|
374
|
+
guard
|
|
375
|
+
guard-bundler
|
|
376
|
+
guard-cucumber
|
|
377
|
+
guard-rspec
|
|
378
|
+
guard-rubocop
|
|
379
|
+
guard-yard
|
|
380
|
+
juwelier
|
|
381
|
+
ostruct (~> 0.6.3)
|
|
382
|
+
rack
|
|
383
|
+
rackup
|
|
384
|
+
rake
|
|
385
|
+
rake-gem-maintenance
|
|
386
|
+
rdoc
|
|
387
|
+
rspec
|
|
388
|
+
rspec-core
|
|
389
|
+
rspec-expectations
|
|
390
|
+
rspec-given
|
|
391
|
+
rubocop
|
|
392
|
+
rubocop-capybara
|
|
393
|
+
rubocop-performance
|
|
394
|
+
rubocop-rails
|
|
395
|
+
rubocop-rake
|
|
396
|
+
rubocop-rspec
|
|
397
|
+
rubocop-rspec_rails
|
|
398
|
+
shoulda
|
|
399
|
+
simplecov
|
|
400
|
+
syslog
|
|
401
|
+
webrick
|
|
402
|
+
|
|
403
|
+
BUNDLED WITH
|
|
404
|
+
4.0.4
|
data/Rakefile
CHANGED
|
@@ -11,20 +11,7 @@ RuboCop::RakeTask.new do |t|
|
|
|
11
11
|
t.options = ["--autocorrect"]
|
|
12
12
|
end
|
|
13
13
|
|
|
14
|
-
require "
|
|
15
|
-
require "cucumber"
|
|
16
|
-
require "cucumber/rake/task"
|
|
17
|
-
|
|
18
|
-
# Load custom tasks
|
|
19
|
-
Dir.glob("lib/tasks/**/*.rake").each { |r| load r }
|
|
20
|
-
|
|
21
|
-
# if false
|
|
22
|
-
# Cucumber::Rake::Task.new(:cucumber) do |t|
|
|
23
|
-
# t.cucumber_opts = ["--format pretty"] # Any valid command line option can go here.
|
|
24
|
-
# end
|
|
25
|
-
# end
|
|
26
|
-
|
|
27
|
-
# Cucumber::Rake::Task.new if false
|
|
14
|
+
require "rake/gem_maintenance/install_tasks"
|
|
28
15
|
|
|
29
16
|
desc "Run cucumber"
|
|
30
17
|
task cucumber: :environment do
|
|
@@ -42,43 +29,3 @@ task default: :verify
|
|
|
42
29
|
|
|
43
30
|
desc "Run all verification tasks"
|
|
44
31
|
task verify: %i[spec cucumber rubocop]
|
|
45
|
-
|
|
46
|
-
def upgrade_gems
|
|
47
|
-
sh "gem update --system"
|
|
48
|
-
sh "gem update"
|
|
49
|
-
sh "bundle update --bundler"
|
|
50
|
-
sh "bundle update --all"
|
|
51
|
-
sh "bundle audit"
|
|
52
|
-
end
|
|
53
|
-
|
|
54
|
-
desc "Alias for upgrade:auto"
|
|
55
|
-
task upgrade: "upgrade:auto"
|
|
56
|
-
|
|
57
|
-
namespace :upgrade do
|
|
58
|
-
desc "Update gems automatically (branch to push and release)"
|
|
59
|
-
task auto: %i[branch gems verify commit version:bump release push]
|
|
60
|
-
|
|
61
|
-
desc "Create a branch for the upgrade"
|
|
62
|
-
task branch: :environment do
|
|
63
|
-
sh "git checkout main"
|
|
64
|
-
sh "git pull"
|
|
65
|
-
sh "git branch -D upgrade/gems" unless `git branch --list upgrade/gems`.chomp.empty?
|
|
66
|
-
sh "git checkout -b upgrade/gems"
|
|
67
|
-
end
|
|
68
|
-
|
|
69
|
-
desc "Commit the upgrade branch"
|
|
70
|
-
task commit: :environment do
|
|
71
|
-
sh "git add Gemfile Gemfile.lock"
|
|
72
|
-
sh "git commit -m 'chore(deps): upgrade gems'"
|
|
73
|
-
end
|
|
74
|
-
|
|
75
|
-
desc "Upgrade gems, including bundler and gem"
|
|
76
|
-
task gems: :environment do
|
|
77
|
-
upgrade_gems
|
|
78
|
-
end
|
|
79
|
-
|
|
80
|
-
desc "Push the upgrade"
|
|
81
|
-
task push: :environment do
|
|
82
|
-
sh "git push origin upgrade/gems"
|
|
83
|
-
end
|
|
84
|
-
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: erb-processor
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.22
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Christophe Broult
|
|
@@ -57,7 +57,6 @@ files:
|
|
|
57
57
|
- lib/erb/processor/language_commenter.rb
|
|
58
58
|
- lib/erb/processor/logging_setup.rb
|
|
59
59
|
- lib/erb/processor/version.rb
|
|
60
|
-
- lib/tasks/version.rake
|
|
61
60
|
- sig/erb/processor.rbs
|
|
62
61
|
homepage: https://github.com/cbroult/erb-processor
|
|
63
62
|
licenses:
|
|
@@ -81,7 +80,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
81
80
|
- !ruby/object:Gem::Version
|
|
82
81
|
version: '0'
|
|
83
82
|
requirements: []
|
|
84
|
-
rubygems_version: 4.0.
|
|
83
|
+
rubygems_version: 4.0.9
|
|
85
84
|
specification_version: 4
|
|
86
85
|
summary: Process all .erb files in a directory tree.
|
|
87
86
|
test_files: []
|
data/lib/tasks/version.rake
DELETED
|
@@ -1,55 +0,0 @@
|
|
|
1
|
-
# frozen_string_literal: true
|
|
2
|
-
|
|
3
|
-
def validate_version_type(type)
|
|
4
|
-
valid_types = %w[patch minor major]
|
|
5
|
-
return if valid_types.include?(type)
|
|
6
|
-
|
|
7
|
-
puts "Error: Version type must be one of: #{valid_types.join(', ')}"
|
|
8
|
-
exit 1
|
|
9
|
-
end
|
|
10
|
-
|
|
11
|
-
def execute_version_bump(type)
|
|
12
|
-
puts "Bumping #{type} version..."
|
|
13
|
-
bump_result = system("bundle exec gem bump --version #{type} --message 'chore(release): %<version>s'")
|
|
14
|
-
return if bump_result
|
|
15
|
-
|
|
16
|
-
puts "Error: Failed to bump version"
|
|
17
|
-
exit 1
|
|
18
|
-
end
|
|
19
|
-
|
|
20
|
-
def update_gemfile_lock
|
|
21
|
-
puts "Updating Gemfile.lock..."
|
|
22
|
-
bundle_result = system("bundle install")
|
|
23
|
-
return if bundle_result
|
|
24
|
-
|
|
25
|
-
puts "Error: Failed to update Gemfile.lock"
|
|
26
|
-
exit 1
|
|
27
|
-
end
|
|
28
|
-
|
|
29
|
-
def amend_commit_to_include_gemfile_lock_changes
|
|
30
|
-
puts "Amending commit to include Gemfile.lock update..."
|
|
31
|
-
system("git add .")
|
|
32
|
-
system("git commit --amend --no-edit")
|
|
33
|
-
end
|
|
34
|
-
|
|
35
|
-
namespace :version do
|
|
36
|
-
desc "Bump version (patch, minor, major) and update Gemfile.lock in a single step. Default: patch"
|
|
37
|
-
task :bump, [:type] => :environment do |_t, args|
|
|
38
|
-
args.with_defaults(type: "patch")
|
|
39
|
-
|
|
40
|
-
validate_version_type(args.type)
|
|
41
|
-
|
|
42
|
-
execute_version_bump(args.type)
|
|
43
|
-
update_gemfile_lock
|
|
44
|
-
amend_commit_to_include_gemfile_lock_changes
|
|
45
|
-
|
|
46
|
-
puts <<~EOEM
|
|
47
|
-
Version successfully bumped and committed!
|
|
48
|
-
|
|
49
|
-
Run 'git push' to push the changes to your remote repository.
|
|
50
|
-
EOEM
|
|
51
|
-
end
|
|
52
|
-
end
|
|
53
|
-
|
|
54
|
-
desc "Alias for version:bump"
|
|
55
|
-
task :bump, [:type] => ["version:bump"]
|