erb-processor 1.0.13 → 1.0.15

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: bfa9516e6ea5ae49374fdd2efe091909059dbfb74f7d6c71a077147dbacde2b6
4
- data.tar.gz: 1a447ecb4d43d97510238faab91a641029286e7a3c81a3227ee8bc89e38c58b7
3
+ metadata.gz: 44719e4a2a13c9b8c6442c088be472a32c78606d2c36d8016ec6d2c4b6d57764
4
+ data.tar.gz: f4fb5f995c056a40d332c3f20521f14def797809b4e46955ff3e2e7f39777dcf
5
5
  SHA512:
6
- metadata.gz: db2f7c244bc72f448b29c67e42989f8ecff24069785f9efbe268dd89f19b8cfb4d76f5513e98237d90bead06d7cec3b7255ae034e8735da77ad3e67e11530a75
7
- data.tar.gz: c98079817d319ea50f8c6ceff4f6f83248f1525d9a7d6a46ac82f5bdd617f4162816215d0783e13c7c1c42e1998feca127fd4d5f9061f9e57792a2680ea00a2b
6
+ metadata.gz: 011a4b09601d652f254f515eac9349828cdb99b13446727d63b09fdc633897ec93fe0571724a7a03e2e571122cb84d6fd834c5891f81683165d0970378260a8f
7
+ data.tar.gz: 877039a021e100b29f54ec81e29fb5f9b472503dc1078f6a34a493a9dc32b1dc6a469aef0653773286fd1fcd5f3ff116606eb0af937e071d5a5f919dec4f82fa
data/.rubocop.yml CHANGED
@@ -6,8 +6,6 @@ plugins:
6
6
  - rubocop-performance
7
7
  - rubocop-rails
8
8
  - rubocop-rake
9
-
10
- require:
11
9
  - rubocop-rspec
12
10
  - rubocop-rspec_rails
13
11
 
@@ -15,7 +13,4 @@ Layout/LineLength:
15
13
  Max: 120
16
14
 
17
15
  Style/StringLiterals:
18
- EnforcedStyle: double_quotes
19
-
20
- Capybara:
21
- Enabled: false
16
+ EnforcedStyle: double_quotes
data/.ruby-version ADDED
@@ -0,0 +1 @@
1
+ 3.4.8
data/CHANGELOG.md CHANGED
@@ -1,5 +1,103 @@
1
1
  ## [Unreleased]
2
2
 
3
+ - fix(gemspec): correct required Ruby version to >= 3.4.7 for dependabot
4
+
5
+ ## [1.0.13] - 2026-01-01
6
+
7
+ - build(deps): bump version to 1.0.13.
8
+ - build(deps): use `--all` flag for bundle update in Rakefile
9
+ - build(deps): update multiple gem versions in Gemfile.lock
10
+
11
+ ## [1.0.12] - 2025-12-24
12
+
13
+ - build(deps): bump version to 1.0.12.
14
+ - chore(deps): add Dependabot configuration for weekly bundler updates
15
+ - build(deps): update dependencies and gem versions, add rubocop-rspec_rails config
16
+
17
+ ## [1.0.11] - 2025-11-29
18
+
19
+ - build(deps): bump version to 1.0.11.
20
+ - build(deps): update multiple gems in Gemfile.lock
21
+ - fix: correct placeholder syntax in version bump message
22
+
23
+ ## [1.0.10] - 2025-11-19
24
+
25
+ - build(deps): bump version to 1.0.10.
26
+ - Modified the gem bump commit message to be conventional
27
+ - build(deps): bump erb-processor to 1.0.9
28
+ - chore: add bundler-audit gem and update Rakefile for dependency audits
29
+ - Bump erb-processor to 1.0.8
30
+ - Updated gems
31
+
32
+ ## [1.0.7] - 2025-10-17
33
+
34
+ - Bump erb-processor to 1.0.7
35
+ - chore: clarify environment task with description in Rakefile
36
+ - Bump erb-processor to 1.0.6
37
+ - chore: Added rake task for more automated gem update
38
+ - chore: update dependencies, refactor specs for clarity, and improve gem configuration
39
+
40
+ ## [1.0.5] - 2025-08-01
41
+
42
+ - Bumped to version 1.0.5
43
+ - Updated all the gems to latest versions
44
+ - Added a rake upgrade task
45
+
46
+ ## [1.0.4] - 2025-06-14
47
+
48
+ - Removed signing from the expired certificate
49
+ - Updated the gems to the latest version.
50
+
51
+ ## [1.0.3] - 2025-03-24
52
+
53
+ - Bump the bundler group across 1 directory with 2 updates
54
+ - Added dependabot badge
55
+ - Updated the gems and set ruby 3.4 as required version
56
+ - Ignoring JetBrains IDE files
57
+ - Fix the badge to access the build
58
+ - Fixing incorrect status badge link.
59
+ - Added ruby 3.2 to the GitHub matrix
60
+ - Releasing 1.0.3 with new certificate
61
+ - bumping to version 1.0.3
62
+ - Updated gems to remove ruby-git vulnerabilities
63
+
64
+ ## [1.0.2] - 2022-06-29
65
+
66
+ - Made the purpose of the Java example more explicit.
67
+
68
+ ## [1.0.2] - 2022-06-28
69
+
70
+ - Reordering the template documentation
71
+ - Updated the template format documentation
72
+ - Improved generated method name
73
+ - Bumped version to 1.0.2
74
+ - Improved the documentation w/ a Java template
75
+ - Fixed Rubocop warnings
76
+ - Updated the Gem.lock file to match version 1.0.1 of the gem
77
+ - Using HTTPS instead of HTTP for rubygems.org
78
+
79
+ ## [1.0.1] - 2022-06-27
80
+
81
+ - Added certificate to sign the gem
82
+ - Updated the gem dependencies
83
+ - Specified rubygems.org as the push host
84
+
85
+ ## [1.0.0] - 2022-06-25
86
+
87
+ - Removed editor backup file
88
+ - Bumped to version 1.0.0
89
+ - Now ignoring /checksums folder
90
+ - Tweaked README.rd headers
91
+ - Switched Guard Cucumber execution to default arguments and only disabled notifications
92
+ - Fixed broken Guard Cucumber execution
93
+ - Renamed Erb to ERB to be consistent w/ the ERB class
94
+ - Improved scenario name
95
+ - Improved the README.md formatting and information
96
+ - Fix Github Action workflow syntax error
97
+ - Limiting the matrix execution to Ruby 3.1
98
+ - Switched to ruby-setup checkout@v3
99
+
3
100
  ## [0.1.0] - 2022-06-22
4
101
 
5
102
  - Initial release
103
+ - Boilerplate Ruby gem code tree structure w/ no change
data/Gemfile CHANGED
@@ -10,10 +10,13 @@ gem "rake"
10
10
 
11
11
  gem "rspec"
12
12
 
13
- gem "panolint"
14
13
  gem "rubocop"
14
+ gem "rubocop-capybara", require: false
15
15
  gem "rubocop-performance", require: false
16
+ gem "rubocop-rails", require: false
17
+ gem "rubocop-rake", require: false
16
18
  gem "rubocop-rspec", require: false
19
+ gem "rubocop-rspec_rails", require: false
17
20
 
18
21
  gem "aruba" # , :git => 'https://github.com/cucumber/aruba.git' # 'https://github
19
22
  gem "bundler"
data/Gemfile.lock CHANGED
@@ -1,13 +1,13 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- erb-processor (1.0.13)
4
+ erb-processor (1.0.15)
5
5
  logging
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
9
9
  specs:
10
- activesupport (8.1.1)
10
+ activesupport (8.1.2)
11
11
  base64
12
12
  bigdecimal
13
13
  concurrent-ruby (~> 1.0, >= 1.3.1)
@@ -31,7 +31,6 @@ GEM
31
31
  ast (2.4.3)
32
32
  base64 (0.3.0)
33
33
  bigdecimal (4.0.1)
34
- brakeman (5.4.1)
35
34
  builder (3.3.0)
36
35
  bundler-audit (0.9.3)
37
36
  bundler (>= 1.2.0)
@@ -72,31 +71,35 @@ GEM
72
71
  docile (1.4.1)
73
72
  drb (2.2.3)
74
73
  erb (6.0.1)
75
- faraday (1.8.0)
74
+ faraday (1.10.4)
76
75
  faraday-em_http (~> 1.0)
77
76
  faraday-em_synchrony (~> 1.0)
78
77
  faraday-excon (~> 1.1)
79
- faraday-httpclient (~> 1.0.1)
78
+ faraday-httpclient (~> 1.0)
79
+ faraday-multipart (~> 1.0)
80
80
  faraday-net_http (~> 1.0)
81
- faraday-net_http_persistent (~> 1.1)
81
+ faraday-net_http_persistent (~> 1.0)
82
82
  faraday-patron (~> 1.0)
83
83
  faraday-rack (~> 1.0)
84
- multipart-post (>= 1.2, < 3)
84
+ faraday-retry (~> 1.0)
85
85
  ruby2_keywords (>= 0.0.4)
86
86
  faraday-em_http (1.0.0)
87
87
  faraday-em_synchrony (1.0.1)
88
88
  faraday-excon (1.1.0)
89
89
  faraday-httpclient (1.0.1)
90
+ faraday-multipart (1.2.0)
91
+ multipart-post (~> 2.0)
90
92
  faraday-net_http (1.0.2)
91
93
  faraday-net_http_persistent (1.2.0)
92
94
  faraday-patron (1.0.0)
93
95
  faraday-rack (1.0.0)
96
+ faraday-retry (1.0.3)
94
97
  ffi (1.17.3)
95
98
  ffi (1.17.3-x86_64-linux-gnu)
96
99
  formatador (1.2.3)
97
100
  reline
98
101
  gem-release (2.2.4)
99
- git (4.0.7)
102
+ git (4.1.1)
100
103
  activesupport (>= 5.0)
101
104
  addressable (~> 2.8)
102
105
  process_executer (~> 4.0)
@@ -180,7 +183,7 @@ GEM
180
183
  prism (~> 1.5)
181
184
  multi_json (1.19.1)
182
185
  multi_test (1.1.0)
183
- multi_xml (0.8.0)
186
+ multi_xml (0.8.1)
184
187
  bigdecimal (>= 3.1, < 5)
185
188
  multipart-post (2.4.1)
186
189
  nenv (0.3.0)
@@ -199,19 +202,12 @@ GEM
199
202
  multi_xml (~> 0.5)
200
203
  rack (>= 1.2, < 4)
201
204
  ostruct (0.6.3)
202
- panolint (0.1.6)
203
- brakeman (>= 4.8, < 6.0)
204
- rubocop (>= 0.83, < 2.0)
205
- rubocop-performance (~> 1.5)
206
- rubocop-rails (~> 2.5)
207
- rubocop-rake (~> 0.5)
208
- rubocop-rspec (~> 2.0)
209
205
  parallel (1.27.0)
210
206
  parser (3.3.10.0)
211
207
  ast (~> 2.4.1)
212
208
  racc
213
209
  prism (1.7.0)
214
- process_executer (4.0.1)
210
+ process_executer (4.0.2)
215
211
  track_open_instances (~> 0.1)
216
212
  pry (0.16.0)
217
213
  coderay (~> 1.1)
@@ -220,7 +216,7 @@ GEM
220
216
  psych (5.3.1)
221
217
  date
222
218
  stringio
223
- public_suffix (7.0.0)
219
+ public_suffix (7.0.2)
224
220
  racc (1.8.1)
225
221
  rack (3.2.4)
226
222
  rainbow (3.1.1)
@@ -269,14 +265,11 @@ GEM
269
265
  rubocop-capybara (2.22.1)
270
266
  lint_roller (~> 1.1)
271
267
  rubocop (~> 1.72, >= 1.72.1)
272
- rubocop-factory_bot (2.28.0)
273
- lint_roller (~> 1.1)
274
- rubocop (~> 1.72, >= 1.72.1)
275
268
  rubocop-performance (1.26.1)
276
269
  lint_roller (~> 1.1)
277
270
  rubocop (>= 1.75.0, < 2.0)
278
271
  rubocop-ast (>= 1.47.1, < 2.0)
279
- rubocop-rails (2.34.2)
272
+ rubocop-rails (2.34.3)
280
273
  activesupport (>= 4.2.0)
281
274
  lint_roller (~> 1.1)
282
275
  rack (>= 1.1)
@@ -285,13 +278,13 @@ GEM
285
278
  rubocop-rake (0.7.1)
286
279
  lint_roller (~> 1.1)
287
280
  rubocop (>= 1.72.1)
288
- rubocop-rspec (2.31.0)
289
- rubocop (~> 1.40)
290
- rubocop-capybara (~> 2.17)
291
- rubocop-factory_bot (~> 2.22)
292
- rubocop-rspec_rails (~> 2.28)
293
- rubocop-rspec_rails (2.29.1)
294
- rubocop (~> 1.61)
281
+ rubocop-rspec (3.9.0)
282
+ lint_roller (~> 1.1)
283
+ rubocop (~> 1.81)
284
+ rubocop-rspec_rails (2.32.0)
285
+ lint_roller (~> 1.1)
286
+ rubocop (~> 1.72, >= 1.72.1)
287
+ rubocop-rspec (~> 3.5)
295
288
  ruby-progressbar (1.13.0)
296
289
  ruby2_keywords (0.0.5)
297
290
  securerandom (0.4.1)
@@ -316,7 +309,7 @@ GEM
316
309
  memoist3 (~> 1.0.0)
317
310
  syslog (0.3.0)
318
311
  logger
319
- thor (1.4.0)
312
+ thor (1.5.0)
320
313
  thread_safe (0.3.6)
321
314
  track_open_instances (0.1.15)
322
315
  tsort (0.2.0)
@@ -346,7 +339,6 @@ DEPENDENCIES
346
339
  guard-rubocop
347
340
  guard-yard
348
341
  juwelier
349
- panolint
350
342
  rack
351
343
  rake
352
344
  rdoc
@@ -355,8 +347,12 @@ DEPENDENCIES
355
347
  rspec-expectations
356
348
  rspec-given
357
349
  rubocop
350
+ rubocop-capybara
358
351
  rubocop-performance
352
+ rubocop-rails
353
+ rubocop-rake
359
354
  rubocop-rspec
355
+ rubocop-rspec_rails
360
356
  shoulda
361
357
  simplecov
362
358
  syslog
data/Guardfile CHANGED
@@ -17,7 +17,7 @@
17
17
  #
18
18
  # and, you'll have to watch "config/Guardfile" instead of "Guardfile"
19
19
 
20
- guard :bundler do
20
+ guard "bundler" do
21
21
  require "guard/bundler"
22
22
  require "guard/bundler/verify"
23
23
  helper = Guard::Bundler::Verify.new
@@ -30,7 +30,7 @@ guard :bundler do
30
30
  end
31
31
 
32
32
  group :red_green_refactor, halt_on_fail: true do
33
- guard :rspec, cmd: "bundle exec rspec" do
33
+ guard "rspec", cmd: "bundle exec rspec" do
34
34
  require "guard/rspec/dsl"
35
35
  dsl = Guard::RSpec::Dsl.new(self)
36
36
 
@@ -47,11 +47,6 @@ group :red_green_refactor, halt_on_fail: true do
47
47
  dsl.watch_spec_files_for(ruby.lib_files)
48
48
  end
49
49
 
50
- guard :rubocop, cli: ["--format", "clang", "--autocorrect"] do
51
- watch(/.+\.rb$/)
52
- watch(%r{(?:.+/)?\.rubocop(?:_todo)?\.yml$}) { |m| File.dirname(m[0]) }
53
- end
54
-
55
50
  cucumber_options = {
56
51
  notification: false
57
52
  }
@@ -64,6 +59,11 @@ group :red_green_refactor, halt_on_fail: true do
64
59
  Dir[File.join("**/#{m[1]}.feature")][0] || "features"
65
60
  end
66
61
  end
62
+
63
+ guard "rubocop", cli: ["--format", "clang", "--autocorrect"] do
64
+ watch(/.+\.rb$/)
65
+ watch(%r{(?:.+/)?\.rubocop(?:_todo)?\.yml$}) { |m| m[0] ? File.dirname(m[0]) : "." }
66
+ end
67
67
  end
68
68
 
69
69
  guard "yard" do
data/Rakefile CHANGED
@@ -38,7 +38,7 @@ task :environment do
38
38
  end
39
39
  # rubocop:enable Rails/RakeEnvironment
40
40
 
41
- task default: %i[spec rubocop cucumber]
41
+ task default: %i[spec cucumber rubocop]
42
42
 
43
43
  desc "Upgrade gems, including bundler and gem"
44
44
  task upgrade: :environment do
@@ -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.8"
19
+ spec.required_ruby_version = ">= #{File.read('.ruby-version').strip}"
20
20
 
21
21
  spec.metadata["allowed_push_host"] = "https://rubygems.org"
22
22
  spec.metadata["homepage_uri"] = spec.homepage
@@ -2,6 +2,6 @@
2
2
 
3
3
  class ERB
4
4
  module Processor
5
- VERSION = "1.0.13"
5
+ VERSION = "1.0.15"
6
6
  end
7
7
  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.13
4
+ version: 1.0.15
5
5
  platform: ruby
6
6
  authors:
7
7
  - Christophe Broult
@@ -36,6 +36,7 @@ extra_rdoc_files: []
36
36
  files:
37
37
  - ".rspec"
38
38
  - ".rubocop.yml"
39
+ - ".ruby-version"
39
40
  - CHANGELOG.md
40
41
  - CODE_OF_CONDUCT.md
41
42
  - Gemfile