erb-processor 1.0.11 → 1.0.12
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/.rubocop.yml +1 -0
- data/Gemfile +5 -5
- data/Gemfile.lock +40 -39
- data/erb-processor.gemspec +2 -2
- data/lib/erb/processor/version.rb +1 -1
- metadata +7 -7
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2c5c33eff1ff0c2cd8eed0549025cb3b3e394838a815577cfe1f3f2cee3dd9a5
|
|
4
|
+
data.tar.gz: c12526b372a09b9089ba86a847b3bb2523ac1f02ff17c5d835862946844a98fa
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4e204088c7de881dbb4146bb09fb2b606667bb750031d742f48f8c8c80ce98963f3293ba6c5e09d2ce124a6778d35273ec08d36b8e35452ca9491eb5a1e2f2ce
|
|
7
|
+
data.tar.gz: 54b1c0cc561eeb50a83b2484c5ea4fdaea35b849cc4040a691a1c8893af99694efe08b4a8969686d5023f721bafcef9e31913be62f6e6765d6f8aac8523297ba
|
data/.rubocop.yml
CHANGED
data/Gemfile
CHANGED
|
@@ -25,13 +25,13 @@ gem "guard-cucumber"
|
|
|
25
25
|
gem "guard-rspec"
|
|
26
26
|
gem "guard-rubocop"
|
|
27
27
|
gem "guard-yard"
|
|
28
|
-
gem "juwelier"
|
|
28
|
+
gem "juwelier"
|
|
29
29
|
gem "rack"
|
|
30
|
-
gem "rdoc"
|
|
30
|
+
gem "rdoc"
|
|
31
31
|
gem "rspec-core"
|
|
32
32
|
gem "rspec-expectations"
|
|
33
33
|
gem "rspec-given"
|
|
34
|
-
gem "shoulda"
|
|
35
|
-
gem "simplecov"
|
|
34
|
+
gem "shoulda"
|
|
35
|
+
gem "simplecov"
|
|
36
36
|
gem "syslog" unless Gem.win_platform?
|
|
37
|
-
gem "wdm"
|
|
37
|
+
gem "wdm" if Gem.win_platform?
|
data/Gemfile.lock
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
erb-processor (1.0.
|
|
5
|
-
logging
|
|
4
|
+
erb-processor (1.0.12)
|
|
5
|
+
logging
|
|
6
6
|
|
|
7
7
|
GEM
|
|
8
8
|
remote: https://rubygems.org/
|
|
@@ -22,8 +22,8 @@ GEM
|
|
|
22
22
|
uri (>= 0.13.1)
|
|
23
23
|
addressable (2.8.8)
|
|
24
24
|
public_suffix (>= 2.0.2, < 8.0)
|
|
25
|
-
aruba (2.3.
|
|
26
|
-
bundler (>= 1.17
|
|
25
|
+
aruba (2.3.3)
|
|
26
|
+
bundler (>= 1.17)
|
|
27
27
|
contracts (>= 0.16.0, < 0.18.0)
|
|
28
28
|
cucumber (>= 8.0, < 11.0)
|
|
29
29
|
rspec-expectations (>= 3.4, < 5.0)
|
|
@@ -37,41 +37,41 @@ GEM
|
|
|
37
37
|
bundler (>= 1.2.0)
|
|
38
38
|
thor (~> 1.0)
|
|
39
39
|
coderay (1.1.3)
|
|
40
|
-
concurrent-ruby (1.3.
|
|
41
|
-
connection_pool (
|
|
42
|
-
contracts (0.17.
|
|
43
|
-
cucumber (10.
|
|
40
|
+
concurrent-ruby (1.3.6)
|
|
41
|
+
connection_pool (3.0.2)
|
|
42
|
+
contracts (0.17.3)
|
|
43
|
+
cucumber (10.2.0)
|
|
44
44
|
base64 (~> 0.2)
|
|
45
45
|
builder (~> 3.2)
|
|
46
|
-
cucumber-ci-environment (> 9, <
|
|
46
|
+
cucumber-ci-environment (> 9, < 12)
|
|
47
47
|
cucumber-core (> 15, < 17)
|
|
48
|
-
cucumber-cucumber-expressions (> 17, <
|
|
49
|
-
cucumber-html-formatter (>
|
|
48
|
+
cucumber-cucumber-expressions (> 17, < 20)
|
|
49
|
+
cucumber-html-formatter (> 21, < 23)
|
|
50
50
|
diff-lcs (~> 1.5)
|
|
51
51
|
logger (~> 1.6)
|
|
52
52
|
mini_mime (~> 1.1)
|
|
53
53
|
multi_test (~> 1.1)
|
|
54
54
|
sys-uname (~> 1.3)
|
|
55
|
-
cucumber-ci-environment (
|
|
56
|
-
cucumber-core (
|
|
57
|
-
cucumber-gherkin (>
|
|
58
|
-
cucumber-messages (>
|
|
59
|
-
cucumber-tag-expressions (>
|
|
55
|
+
cucumber-ci-environment (11.0.0)
|
|
56
|
+
cucumber-core (16.0.0)
|
|
57
|
+
cucumber-gherkin (> 33, < 40)
|
|
58
|
+
cucumber-messages (> 28, < 33)
|
|
59
|
+
cucumber-tag-expressions (> 6, < 9)
|
|
60
60
|
cucumber-cucumber-expressions (18.0.1)
|
|
61
61
|
bigdecimal
|
|
62
|
-
cucumber-gherkin (
|
|
63
|
-
cucumber-messages (
|
|
64
|
-
cucumber-html-formatter (
|
|
65
|
-
cucumber-messages (>
|
|
66
|
-
cucumber-messages (
|
|
62
|
+
cucumber-gherkin (37.0.1)
|
|
63
|
+
cucumber-messages (>= 31, < 32)
|
|
64
|
+
cucumber-html-formatter (22.3.0)
|
|
65
|
+
cucumber-messages (> 23, < 33)
|
|
66
|
+
cucumber-messages (31.1.0)
|
|
67
67
|
cucumber-tag-expressions (8.1.0)
|
|
68
|
-
date (3.5.
|
|
68
|
+
date (3.5.1)
|
|
69
69
|
descendants_tracker (0.0.4)
|
|
70
70
|
thread_safe (~> 0.3, >= 0.3.1)
|
|
71
71
|
diff-lcs (1.6.2)
|
|
72
72
|
docile (1.4.1)
|
|
73
73
|
drb (2.2.3)
|
|
74
|
-
erb (6.0.
|
|
74
|
+
erb (6.0.1)
|
|
75
75
|
faraday (1.10.4)
|
|
76
76
|
faraday-em_http (~> 1.0)
|
|
77
77
|
faraday-em_synchrony (~> 1.0)
|
|
@@ -124,8 +124,8 @@ GEM
|
|
|
124
124
|
pry (>= 0.13.0)
|
|
125
125
|
shellany (~> 0.0)
|
|
126
126
|
thor (>= 0.18.1)
|
|
127
|
-
guard-bundler (
|
|
128
|
-
bundler (>=
|
|
127
|
+
guard-bundler (2.2.0)
|
|
128
|
+
bundler (>= 1.3.0)
|
|
129
129
|
guard (~> 2.2)
|
|
130
130
|
guard-compat (~> 1.1)
|
|
131
131
|
guard-compat (1.2.1)
|
|
@@ -145,10 +145,10 @@ GEM
|
|
|
145
145
|
hashie (3.6.0)
|
|
146
146
|
highline (3.1.2)
|
|
147
147
|
reline
|
|
148
|
-
i18n (1.14.
|
|
148
|
+
i18n (1.14.8)
|
|
149
149
|
concurrent-ruby (~> 1.0)
|
|
150
|
-
io-console (0.8.
|
|
151
|
-
json (2.
|
|
150
|
+
io-console (0.8.2)
|
|
151
|
+
json (2.18.0)
|
|
152
152
|
juwelier (2.4.9)
|
|
153
153
|
builder
|
|
154
154
|
bundler
|
|
@@ -180,8 +180,9 @@ GEM
|
|
|
180
180
|
method_source (1.1.0)
|
|
181
181
|
mini_mime (1.1.5)
|
|
182
182
|
mini_portile2 (2.8.9)
|
|
183
|
-
minitest (
|
|
184
|
-
|
|
183
|
+
minitest (6.0.0)
|
|
184
|
+
prism (~> 1.5)
|
|
185
|
+
multi_json (1.18.0)
|
|
185
186
|
multi_test (1.1.0)
|
|
186
187
|
multi_xml (0.7.2)
|
|
187
188
|
bigdecimal (~> 3.1)
|
|
@@ -213,13 +214,13 @@ GEM
|
|
|
213
214
|
parser (3.3.10.0)
|
|
214
215
|
ast (~> 2.4.1)
|
|
215
216
|
racc
|
|
216
|
-
prism (1.
|
|
217
|
+
prism (1.7.0)
|
|
217
218
|
process_executer (4.0.0)
|
|
218
219
|
track_open_instances (~> 0.1)
|
|
219
220
|
pry (0.15.2)
|
|
220
221
|
coderay (~> 1.1)
|
|
221
222
|
method_source (~> 1.0)
|
|
222
|
-
psych (5.
|
|
223
|
+
psych (5.3.1)
|
|
223
224
|
date
|
|
224
225
|
stringio
|
|
225
226
|
public_suffix (7.0.0)
|
|
@@ -231,7 +232,7 @@ GEM
|
|
|
231
232
|
rb-inotify (0.11.1)
|
|
232
233
|
ffi (~> 1.0)
|
|
233
234
|
rchardet (1.10.0)
|
|
234
|
-
rdoc (
|
|
235
|
+
rdoc (7.0.2)
|
|
235
236
|
erb
|
|
236
237
|
psych (>= 4.0.0)
|
|
237
238
|
tsort
|
|
@@ -254,7 +255,7 @@ GEM
|
|
|
254
255
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
255
256
|
rspec-support (~> 3.13.0)
|
|
256
257
|
rspec-support (3.13.6)
|
|
257
|
-
rubocop (1.
|
|
258
|
+
rubocop (1.82.0)
|
|
258
259
|
json (~> 2.3)
|
|
259
260
|
language_server-protocol (~> 3.17.0.2)
|
|
260
261
|
lint_roller (~> 1.1.0)
|
|
@@ -262,7 +263,7 @@ GEM
|
|
|
262
263
|
parser (>= 3.3.0.2)
|
|
263
264
|
rainbow (>= 2.2.2, < 4.0)
|
|
264
265
|
regexp_parser (>= 2.9.3, < 3.0)
|
|
265
|
-
rubocop-ast (>= 1.
|
|
266
|
+
rubocop-ast (>= 1.48.0, < 2.0)
|
|
266
267
|
ruby-progressbar (~> 1.7)
|
|
267
268
|
unicode-display_width (>= 2.4.0, < 4.0)
|
|
268
269
|
rubocop-ast (1.48.0)
|
|
@@ -312,7 +313,7 @@ GEM
|
|
|
312
313
|
simplecov-html (0.13.2)
|
|
313
314
|
simplecov_json_formatter (0.1.4)
|
|
314
315
|
sorcerer (2.0.1)
|
|
315
|
-
stringio (3.
|
|
316
|
+
stringio (3.2.0)
|
|
316
317
|
sys-uname (1.4.1)
|
|
317
318
|
ffi (~> 1.1)
|
|
318
319
|
memoist3 (~> 1.0.0)
|
|
@@ -326,9 +327,9 @@ GEM
|
|
|
326
327
|
concurrent-ruby (~> 1.0)
|
|
327
328
|
unicode-display_width (3.2.0)
|
|
328
329
|
unicode-emoji (~> 4.1)
|
|
329
|
-
unicode-emoji (4.
|
|
330
|
+
unicode-emoji (4.2.0)
|
|
330
331
|
uri (1.1.1)
|
|
331
|
-
yard (0.9.
|
|
332
|
+
yard (0.9.38)
|
|
332
333
|
|
|
333
334
|
PLATFORMS
|
|
334
335
|
x64-unknown
|
|
@@ -364,4 +365,4 @@ DEPENDENCIES
|
|
|
364
365
|
syslog
|
|
365
366
|
|
|
366
367
|
BUNDLED WITH
|
|
367
|
-
|
|
368
|
+
4.0.3
|
data/erb-processor.gemspec
CHANGED
|
@@ -16,7 +16,7 @@ Gem::Specification.new do |spec|
|
|
|
16
16
|
END_OF_DESCRIPTION
|
|
17
17
|
spec.homepage = "https://github.com/cbroult/erb-processor"
|
|
18
18
|
spec.license = "MIT"
|
|
19
|
-
spec.required_ruby_version = ">= 3.4.
|
|
19
|
+
spec.required_ruby_version = ">= 3.4.8"
|
|
20
20
|
|
|
21
21
|
spec.metadata["allowed_push_host"] = "https://rubygems.org"
|
|
22
22
|
spec.metadata["homepage_uri"] = spec.homepage
|
|
@@ -34,7 +34,7 @@ Gem::Specification.new do |spec|
|
|
|
34
34
|
spec.require_paths = ["lib"]
|
|
35
35
|
|
|
36
36
|
# Uncomment to register a new dependency of your gem
|
|
37
|
-
spec.add_dependency "logging"
|
|
37
|
+
spec.add_dependency "logging"
|
|
38
38
|
|
|
39
39
|
# For more information and examples about making a new gem, check out our
|
|
40
40
|
# guide at: https://bundler.io/guides/creating_gem.html
|
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.12
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Christophe Broult
|
|
@@ -13,16 +13,16 @@ dependencies:
|
|
|
13
13
|
name: logging
|
|
14
14
|
requirement: !ruby/object:Gem::Requirement
|
|
15
15
|
requirements:
|
|
16
|
-
- - "
|
|
16
|
+
- - ">="
|
|
17
17
|
- !ruby/object:Gem::Version
|
|
18
|
-
version: '
|
|
18
|
+
version: '0'
|
|
19
19
|
type: :runtime
|
|
20
20
|
prerelease: false
|
|
21
21
|
version_requirements: !ruby/object:Gem::Requirement
|
|
22
22
|
requirements:
|
|
23
|
-
- - "
|
|
23
|
+
- - ">="
|
|
24
24
|
- !ruby/object:Gem::Version
|
|
25
|
-
version: '
|
|
25
|
+
version: '0'
|
|
26
26
|
description: |
|
|
27
27
|
All .erb files in the specified directory tree are going to be evaluated.
|
|
28
28
|
The corresponding non.erb files are going to be written by removing the .erb extension.
|
|
@@ -72,14 +72,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
72
72
|
requirements:
|
|
73
73
|
- - ">="
|
|
74
74
|
- !ruby/object:Gem::Version
|
|
75
|
-
version: 3.4.
|
|
75
|
+
version: 3.4.8
|
|
76
76
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
77
77
|
requirements:
|
|
78
78
|
- - ">="
|
|
79
79
|
- !ruby/object:Gem::Version
|
|
80
80
|
version: '0'
|
|
81
81
|
requirements: []
|
|
82
|
-
rubygems_version:
|
|
82
|
+
rubygems_version: 4.0.3
|
|
83
83
|
specification_version: 4
|
|
84
84
|
summary: Process all .erb files in a directory tree.
|
|
85
85
|
test_files: []
|