Skip to content

Commit 64b8f74

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 64b8f74

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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)