Skip to content

Conversation

@nobu
Copy link
Member

@nobu nobu commented May 20, 2025

No description provided.

@nobu nobu requested a review from hsbt May 20, 2025 13:48
irb.gemspec Outdated
"man/irb.1",
] + Dir.chdir(File.expand_path('..', __FILE__)) do
Dir.glob("lib/**/*").map {|f| f unless File.directory?(f) }.compact
Dir.glob(%w[*.txt *.md bin/* doc/**/* lib/**/*]).select {|f| !File.directory?(f) }
Copy link
Member

Choose a reason for hiding this comment

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

I think files in bin/ are for development only (at least in this repo). So maybe we don't need to include it?

Copy link
Member Author

Choose a reason for hiding this comment

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

Removed.

@st0012 st0012 merged commit c4cae48 into ruby:master Sep 17, 2025
33 checks passed
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