Skip to content

Commit d8c5cd5

Browse files
authored
Re-add rake tasks to bundled gem (#2319)
* Re-add rake tasks to bundled gem Because of a change to the gemspec in commit 10a93e9, the Rake tasks were no longer matched by the glob pattern. Fixes #2318. * Update CHANGELOG.md
1 parent a642301 commit d8c5cd5

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
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+
* Restore Rake tasks in published gem.
14+
15+
*Franz Liedke*
16+
1317
## 3.23.0
1418

1519
* Add docs about Slack channel in Ruby Central workspace. (Join us! #oss-view-component). Email [email protected] for an invite.

view_component.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Gem::Specification.new do |spec|
3131
"docs/CHANGELOG.md",
3232
"lib/rails/**/*.rb",
3333
"lib/view_component.rb",
34-
"lib/view_component/**/*.rb"
34+
"lib/view_component/**/*"
3535
]
3636
spec.require_paths = ["lib"]
3737

0 commit comments

Comments
 (0)