Skip to content

Add extra_rdoc_files to gemspec#288

Open
koic wants to merge 1 commit intomodelcontextprotocol:mainfrom
koic:add_extra_rdoc_files_to_gemspec
Open

Add extra_rdoc_files to gemspec#288
koic wants to merge 1 commit intomodelcontextprotocol:mainfrom
koic:add_extra_rdoc_files_to_gemspec

Conversation

@koic
Copy link
Copy Markdown
Member

@koic koic commented Apr 2, 2026

Motivation and Context

This makes LICENSE and README.md available to RDoc documentation. The files remain included in the gem package because Gem::Specification#files automatically merges extra_rdoc_files.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation update

Checklist

  • I have read the MCP Documentation
  • My code follows the repository's style guidelines
  • New and existing tests pass locally
  • I have added appropriate error handling
  • I have added or updated documentation as needed

This makes `LICENSE` and `README.md` available to RDoc documentation.
The files remain included in the gem package because `Gem::Specification#files`
automatically merges `extra_rdoc_files`.
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.

1 participant