Skip to content

Commit f37e9e9

Browse files
committed
Fix: missing generators in gemfiles
there's no `lib/rails` folder but there is a `lib/generators` folder, I believe this is a configuration bug that was introduced during a v4-related refactoring?
1 parent 8cadd7f commit f37e9e9

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

docs/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@ nav_order: 6
1010

1111
## main
1212

13+
## pending
14+
15+
* Fix missing generators
16+
17+
*Jean-Louis Giordano*
18+
1319
## 4.0.0.rc3
1420

1521
* Reformat the avatars section to arrange them in a grid.

view_component.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ Gem::Specification.new do |spec|
2323
"README.md",
2424
"app/**/*",
2525
"docs/CHANGELOG.md",
26-
"lib/rails/**/*.rb",
27-
"lib/rails/**/*.tt",
26+
"lib/generators/**/*.rb",
27+
"lib/generators/**/*.tt",
2828
"lib/view_component.rb",
2929
"lib/view_component/**/*"
3030
]

0 commit comments

Comments
 (0)