Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add .rake to gemspec files glob pattern #581

Merged
merged 1 commit into from Apr 21, 2022

Conversation

marcoroth
Copy link
Member

Type of PR

Bug Fix

Description

In the process of releasing 3.5.0.pre9 we harmonized the gemspec files glob pattern with the one of CableReady. In that process we changed lib/**/* to lib/**/*.rb and with that losing the inclusion of the install.rake file. This one is needed in order to run the install rake task.

Why should this be added

This PR adds the .rake file extension to the files glob pattern in the gemspec so that the install.rake file is included in the bundled gem again.

Checklist

  • My code follows the style guidelines of this project
  • Checks (StandardRB & Prettier-Standard) are passing
  • This is not a documentation update

@leastbad leastbad merged commit 3f71011 into stimulusreflex:master Apr 21, 2022
marcoroth added a commit that referenced this pull request Jul 29, 2022
The `.js.tt` and `.rb.tt` were missing in the bundled and published gem. Follow up of #581
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants