erb-processor 1.0.4 → 1.0.5
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.lock +45 -43
- data/Rakefile +7 -0
- data/lib/erb/processor/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: 2e2f6e7c12bdcf80c77caedc468101bdde47756db42bf2cbb7ffc2e5aa1a72bc
|
4
|
+
data.tar.gz: '098db12ce50580f739d655c7c6d83b404d2d40fa86c68fc1ecf05a9246e457bf'
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 76cde84f3c825739d2d7f79dbe40b4787b58619e3c73bc2a18e86f23941ede58f573ac38d1bb9fe72db289674080f6858462e57bc07fd41df47181aa35c8068a
|
7
|
+
data.tar.gz: b54c10d6ee666949a5c006ca768ae9cb943b059f0b65a8a0eb949c590fd78be2b222d19e0e36a88f11ddb682e974d239f268cfc384462b95d3d909b49a3b8b39
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
erb-processor (1.0.
|
4
|
+
erb-processor (1.0.5)
|
5
5
|
logging (~> 2.3)
|
6
6
|
|
7
7
|
GEM
|
@@ -22,10 +22,10 @@ GEM
|
|
22
22
|
uri (>= 0.13.1)
|
23
23
|
addressable (2.8.7)
|
24
24
|
public_suffix (>= 2.0.2, < 7.0)
|
25
|
-
aruba (2.3.
|
25
|
+
aruba (2.3.1)
|
26
26
|
bundler (>= 1.17, < 3.0)
|
27
27
|
contracts (>= 0.16.0, < 0.18.0)
|
28
|
-
cucumber (>= 8.0, <
|
28
|
+
cucumber (>= 8.0, < 11.0)
|
29
29
|
rspec-expectations (~> 3.4)
|
30
30
|
thor (~> 1.0)
|
31
31
|
ast (2.4.3)
|
@@ -38,30 +38,30 @@ GEM
|
|
38
38
|
concurrent-ruby (1.3.5)
|
39
39
|
connection_pool (2.5.3)
|
40
40
|
contracts (0.17.2)
|
41
|
-
cucumber (
|
41
|
+
cucumber (10.0.0)
|
42
|
+
base64 (~> 0.2)
|
42
43
|
builder (~> 3.2)
|
43
44
|
cucumber-ci-environment (> 9, < 11)
|
44
|
-
cucumber-core (>
|
45
|
-
cucumber-cucumber-expressions (
|
46
|
-
cucumber-gherkin (> 24, < 28)
|
45
|
+
cucumber-core (> 15, < 17)
|
46
|
+
cucumber-cucumber-expressions (> 17, < 19)
|
47
47
|
cucumber-html-formatter (> 20.3, < 22)
|
48
|
-
cucumber-messages (> 19, < 25)
|
49
48
|
diff-lcs (~> 1.5)
|
49
|
+
logger (~> 1.6)
|
50
50
|
mini_mime (~> 1.1)
|
51
51
|
multi_test (~> 1.1)
|
52
|
-
sys-uname (~> 1.
|
52
|
+
sys-uname (~> 1.3)
|
53
53
|
cucumber-ci-environment (10.0.1)
|
54
|
-
cucumber-core (
|
55
|
-
cucumber-gherkin (
|
56
|
-
cucumber-messages (
|
54
|
+
cucumber-core (15.1.0)
|
55
|
+
cucumber-gherkin (> 27, < 31)
|
56
|
+
cucumber-messages (> 26, < 29)
|
57
57
|
cucumber-tag-expressions (> 5, < 7)
|
58
|
-
cucumber-cucumber-expressions (
|
58
|
+
cucumber-cucumber-expressions (18.0.1)
|
59
59
|
bigdecimal
|
60
|
-
cucumber-gherkin (
|
61
|
-
cucumber-messages (
|
62
|
-
cucumber-html-formatter (21.
|
60
|
+
cucumber-gherkin (30.0.4)
|
61
|
+
cucumber-messages (> 25, < 28)
|
62
|
+
cucumber-html-formatter (21.13.0)
|
63
63
|
cucumber-messages (> 19, < 28)
|
64
|
-
cucumber-messages (
|
64
|
+
cucumber-messages (27.2.0)
|
65
65
|
cucumber-tag-expressions (6.1.2)
|
66
66
|
date (3.4.1)
|
67
67
|
descendants_tracker (0.0.4)
|
@@ -69,7 +69,7 @@ GEM
|
|
69
69
|
diff-lcs (1.6.2)
|
70
70
|
docile (1.4.1)
|
71
71
|
drb (2.2.3)
|
72
|
-
erb (5.0.
|
72
|
+
erb (5.0.2)
|
73
73
|
faraday (1.10.4)
|
74
74
|
faraday-em_http (~> 1.0)
|
75
75
|
faraday-em_synchrony (~> 1.0)
|
@@ -83,10 +83,10 @@ GEM
|
|
83
83
|
faraday-retry (~> 1.0)
|
84
84
|
ruby2_keywords (>= 0.0.4)
|
85
85
|
faraday-em_http (1.0.0)
|
86
|
-
faraday-em_synchrony (1.0.
|
86
|
+
faraday-em_synchrony (1.0.1)
|
87
87
|
faraday-excon (1.1.0)
|
88
88
|
faraday-httpclient (1.0.1)
|
89
|
-
faraday-multipart (1.1.
|
89
|
+
faraday-multipart (1.1.1)
|
90
90
|
multipart-post (~> 2.0)
|
91
91
|
faraday-net_http (1.0.2)
|
92
92
|
faraday-net_http_persistent (1.2.0)
|
@@ -95,11 +95,11 @@ GEM
|
|
95
95
|
faraday-retry (1.0.3)
|
96
96
|
ffi (1.17.2)
|
97
97
|
ffi (1.17.2-x86_64-linux-gnu)
|
98
|
-
formatador (1.1.
|
99
|
-
git (
|
98
|
+
formatador (1.1.1)
|
99
|
+
git (4.0.4)
|
100
100
|
activesupport (>= 5.0)
|
101
101
|
addressable (~> 2.8)
|
102
|
-
process_executer (~>
|
102
|
+
process_executer (~> 4.0)
|
103
103
|
rchardet (~> 1.9)
|
104
104
|
github_api (0.19.0)
|
105
105
|
addressable (~> 2.4)
|
@@ -143,8 +143,8 @@ GEM
|
|
143
143
|
reline
|
144
144
|
i18n (1.14.7)
|
145
145
|
concurrent-ruby (~> 1.0)
|
146
|
-
io-console (0.8.
|
147
|
-
json (2.
|
146
|
+
io-console (0.8.1)
|
147
|
+
json (2.13.2)
|
148
148
|
juwelier (2.4.9)
|
149
149
|
builder
|
150
150
|
bundler
|
@@ -157,7 +157,7 @@ GEM
|
|
157
157
|
rake
|
158
158
|
rdoc
|
159
159
|
semver2
|
160
|
-
jwt (2.10.
|
160
|
+
jwt (2.10.2)
|
161
161
|
base64
|
162
162
|
kamelcase (0.0.2)
|
163
163
|
semver2 (~> 3)
|
@@ -171,21 +171,21 @@ GEM
|
|
171
171
|
logging (2.4.0)
|
172
172
|
little-plugger (~> 1.1)
|
173
173
|
multi_json (~> 1.14)
|
174
|
-
lumberjack (1.
|
174
|
+
lumberjack (1.3.3)
|
175
175
|
method_source (1.1.0)
|
176
176
|
mini_mime (1.1.5)
|
177
177
|
mini_portile2 (2.8.9)
|
178
178
|
minitest (5.25.5)
|
179
|
-
multi_json (1.
|
179
|
+
multi_json (1.17.0)
|
180
180
|
multi_test (1.1.0)
|
181
181
|
multi_xml (0.7.2)
|
182
182
|
bigdecimal (~> 3.1)
|
183
183
|
multipart-post (2.4.1)
|
184
184
|
nenv (0.3.0)
|
185
|
-
nokogiri (1.18.
|
185
|
+
nokogiri (1.18.9)
|
186
186
|
mini_portile2 (~> 2.8.2)
|
187
187
|
racc (~> 1.4)
|
188
|
-
nokogiri (1.18.
|
188
|
+
nokogiri (1.18.9-x86_64-linux-gnu)
|
189
189
|
racc (~> 1.4)
|
190
190
|
notiffany (0.1.3)
|
191
191
|
nenv (~> 0.1)
|
@@ -196,7 +196,7 @@ GEM
|
|
196
196
|
multi_json (~> 1.3)
|
197
197
|
multi_xml (~> 0.5)
|
198
198
|
rack (>= 1.2, < 4)
|
199
|
-
ostruct (0.6.
|
199
|
+
ostruct (0.6.3)
|
200
200
|
panolint (0.1.6)
|
201
201
|
brakeman (>= 4.8, < 6.0)
|
202
202
|
rubocop (>= 0.83, < 2.0)
|
@@ -205,11 +205,12 @@ GEM
|
|
205
205
|
rubocop-rake (~> 0.5)
|
206
206
|
rubocop-rspec (~> 2.0)
|
207
207
|
parallel (1.27.0)
|
208
|
-
parser (3.3.
|
208
|
+
parser (3.3.9.0)
|
209
209
|
ast (~> 2.4.1)
|
210
210
|
racc
|
211
211
|
prism (1.4.0)
|
212
|
-
process_executer (
|
212
|
+
process_executer (4.0.0)
|
213
|
+
track_open_instances (~> 0.1)
|
213
214
|
pry (0.15.2)
|
214
215
|
coderay (~> 1.1)
|
215
216
|
method_source (~> 1.0)
|
@@ -218,24 +219,24 @@ GEM
|
|
218
219
|
stringio
|
219
220
|
public_suffix (6.0.2)
|
220
221
|
racc (1.8.1)
|
221
|
-
rack (3.
|
222
|
+
rack (3.2.0)
|
222
223
|
rainbow (3.1.1)
|
223
224
|
rake (13.3.0)
|
224
225
|
rb-fsevent (0.11.2)
|
225
226
|
rb-inotify (0.11.1)
|
226
227
|
ffi (~> 1.0)
|
227
228
|
rchardet (1.9.0)
|
228
|
-
rdoc (6.14.
|
229
|
+
rdoc (6.14.2)
|
229
230
|
erb
|
230
231
|
psych (>= 4.0.0)
|
231
232
|
regexp_parser (2.10.0)
|
232
|
-
reline (0.6.
|
233
|
+
reline (0.6.2)
|
233
234
|
io-console (~> 0.5)
|
234
235
|
rspec (3.13.1)
|
235
236
|
rspec-core (~> 3.13.0)
|
236
237
|
rspec-expectations (~> 3.13.0)
|
237
238
|
rspec-mocks (~> 3.13.0)
|
238
|
-
rspec-core (3.13.
|
239
|
+
rspec-core (3.13.5)
|
239
240
|
rspec-support (~> 3.13.0)
|
240
241
|
rspec-expectations (3.13.5)
|
241
242
|
diff-lcs (>= 1.2.0, < 2.0)
|
@@ -247,7 +248,7 @@ GEM
|
|
247
248
|
diff-lcs (>= 1.2.0, < 2.0)
|
248
249
|
rspec-support (~> 3.13.0)
|
249
250
|
rspec-support (3.13.4)
|
250
|
-
rubocop (1.
|
251
|
+
rubocop (1.79.1)
|
251
252
|
json (~> 2.3)
|
252
253
|
language_server-protocol (~> 3.17.0.2)
|
253
254
|
lint_roller (~> 1.1.0)
|
@@ -255,10 +256,10 @@ GEM
|
|
255
256
|
parser (>= 3.3.0.2)
|
256
257
|
rainbow (>= 2.2.2, < 4.0)
|
257
258
|
regexp_parser (>= 2.9.3, < 3.0)
|
258
|
-
rubocop-ast (>= 1.
|
259
|
+
rubocop-ast (>= 1.46.0, < 2.0)
|
259
260
|
ruby-progressbar (~> 1.7)
|
260
261
|
unicode-display_width (>= 2.4.0, < 4.0)
|
261
|
-
rubocop-ast (1.
|
262
|
+
rubocop-ast (1.46.0)
|
262
263
|
parser (>= 3.3.7.2)
|
263
264
|
prism (~> 1.4)
|
264
265
|
rubocop-capybara (2.22.1)
|
@@ -302,7 +303,7 @@ GEM
|
|
302
303
|
docile (~> 1.1)
|
303
304
|
simplecov-html (~> 0.11)
|
304
305
|
simplecov_json_formatter (~> 0.1)
|
305
|
-
simplecov-html (0.13.
|
306
|
+
simplecov-html (0.13.2)
|
306
307
|
simplecov_json_formatter (0.1.4)
|
307
308
|
sorcerer (2.0.1)
|
308
309
|
stringio (3.1.7)
|
@@ -310,8 +311,9 @@ GEM
|
|
310
311
|
ffi (~> 1.1)
|
311
312
|
syslog (0.3.0)
|
312
313
|
logger
|
313
|
-
thor (1.
|
314
|
+
thor (1.4.0)
|
314
315
|
thread_safe (0.3.6)
|
316
|
+
track_open_instances (0.1.15)
|
315
317
|
tzinfo (2.0.6)
|
316
318
|
concurrent-ruby (~> 1.0)
|
317
319
|
unicode-display_width (3.1.4)
|
@@ -351,4 +353,4 @@ DEPENDENCIES
|
|
351
353
|
syslog
|
352
354
|
|
353
355
|
BUNDLED WITH
|
354
|
-
2.
|
356
|
+
2.7.1
|
data/Rakefile
CHANGED
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.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Christophe Broult
|
@@ -78,7 +78,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
78
78
|
- !ruby/object:Gem::Version
|
79
79
|
version: '0'
|
80
80
|
requirements: []
|
81
|
-
rubygems_version: 3.
|
81
|
+
rubygems_version: 3.7.1
|
82
82
|
specification_version: 4
|
83
83
|
summary: Process all .erb files in a directory tree.
|
84
84
|
test_files: []
|