Skip to content

Comments

Add .rake to gemspec files glob pattern#581

Merged
leastbad merged 1 commit intostimulusreflex:masterfrom
marcoroth:include-rake-files-again
Apr 21, 2022
Merged

Add .rake to gemspec files glob pattern#581
leastbad merged 1 commit intostimulusreflex:masterfrom
marcoroth:include-rake-files-again

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.

2 participants