Skip to content

Commit 42bbcb1

Browse files
authored
Merge pull request #2395 from Jell/jl/fix-missing-generators
Fix: missing generators in gemfiles
2 parents eed44ac + ffd3d23 commit 42bbcb1

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

docs/CHANGELOG.md

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

1111
## main
1212

13+
* Fix issue where generators were not included in published gem.
14+
15+
*Jean-Louis Giordano*
16+
1317
## 4.0.0.rc3
1418

1519
* 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)