Skip to content

[DOC] Include document files in the generated gem file#1098

Merged
st0012 merged 1 commit into
ruby:masterfrom
nobu:doc-files
Sep 17, 2025
Merged

[DOC] Include document files in the generated gem file#1098
st0012 merged 1 commit into
ruby:masterfrom
nobu:doc-files

Conversation

@nobu

@nobu nobu commented May 20, 2025

Copy link
Copy Markdown
Member

No description provided.

@nobu nobu requested a review from hsbt May 20, 2025 13:48
Comment thread 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
Copy Markdown
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
Copy Markdown
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