Skip to content

Don't install bin directory#16

Merged
hsbt merged 1 commit into
ruby:masterfrom
voxik:patch-1
Oct 7, 2022
Merged

Don't install bin directory#16
hsbt merged 1 commit into
ruby:masterfrom
voxik:patch-1

Conversation

@voxik
Copy link
Copy Markdown
Contributor

@voxik voxik commented Jan 5, 2022

Comment thread prime.gemspec
spec.licenses = ["Ruby", "BSD-2-Clause"]

spec.files = [".gitignore", "Gemfile", "LICENSE.txt", "README.md", "Rakefile", "bin/console", "bin/setup", "lib/prime.rb", "prime.gemspec"]
spec.files = [".gitignore", "Gemfile", "LICENSE.txt", "README.md", "Rakefile", "lib/prime.rb", "prime.gemspec"]
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can remove the git ignore and the Gemfile, too, they do nothing. And the gemspec.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I removed them at 586cbdd

@hsbt hsbt merged commit 20ca3fa into ruby:master Oct 7, 2022
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.

3 participants