We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents eed44ac + ffd3d23 commit 42bbcb1Copy full SHA for 42bbcb1
docs/CHANGELOG.md
@@ -10,6 +10,10 @@ nav_order: 6
10
11
## main
12
13
+* Fix issue where generators were not included in published gem.
14
+
15
+ *Jean-Louis Giordano*
16
17
## 4.0.0.rc3
18
19
* Reformat the avatars section to arrange them in a grid.
view_component.gemspec
@@ -23,8 +23,8 @@ Gem::Specification.new do |spec|
23
"README.md",
24
"app/**/*",
25
"docs/CHANGELOG.md",
26
- "lib/rails/**/*.rb",
27
- "lib/rails/**/*.tt",
+ "lib/generators/**/*.rb",
+ "lib/generators/**/*.tt",
28
"lib/view_component.rb",
29
"lib/view_component/**/*"
30
]
0 commit comments