Skip to content

Commit fc59f44

Browse files
committed
Add bug tracker URL metadata to gemspec
It would be convenient if users could visit to the bug tracker directly from the published RubyGems. https://rubygems.org/gems/mcp
1 parent cdf5b1c commit fc59f44

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mcp.gemspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ Gem::Specification.new do |spec|
1919
spec.metadata["changelog_uri"] = "https://github.com/modelcontextprotocol/ruby-sdk/releases/tag/v#{spec.version}"
2020
spec.metadata["homepage_uri"] = spec.homepage
2121
spec.metadata["source_code_uri"] = spec.homepage
22+
spec.metadata["bug_tracker_uri"] = "#{spec.homepage}/issues"
2223

2324
spec.files = Dir.chdir(File.expand_path("..", __FILE__)) do
2425
%x(git ls-files -z).split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }

0 commit comments

Comments
 (0)