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

Dropping bin/* files for development in the gem? #385

Closed
junaruga opened this issue Apr 28, 2021 · 0 comments · Fixed by #386
Closed

Dropping bin/* files for development in the gem? #385

junaruga opened this issue Apr 28, 2021 · 0 comments · Fixed by #386

Comments

@junaruga
Copy link
Member

It's similar with ruby/power_assert#35 .

I find there are bundle console rdoc rubocop setup files under the bin/ in the rake gem file. Are these the files for a development, right? What do you think about not including the files in the rake gem file?

$ gem fetch rake
Fetching rake-13.0.3.gem
Downloaded rake-13.0.3

$ gem unpack rake-13.0.3.gem

$ ls rake-13.0.3/bin/
bundle*  console*  rake*  rdoc*  rubocop*  setup*

Seeing the current rake.gemspec excluding specific files by Array#reject, perhaps a way to include only necessary files might be a way not to include the bin/* files for development.
ex. https://github.com/puma/puma/blob/e870ab69f03e44a80c60df8b3ac1b42b1374f907/puma.gemspec#L16-L17

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging a pull request may close this issue.

1 participant