Skip to content

Commit ecaeefb

Browse files
authored
Merge pull request #319 from koic/update_homepage_url_in_gemspec
Update homepage URL in gemspec
2 parents 52f8384 + 8ccdb5a commit ecaeefb

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

mcp.gemspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
1010

1111
spec.summary = "The official Ruby SDK for Model Context Protocol servers and clients"
1212
spec.description = spec.summary
13-
spec.homepage = "https://github.com/modelcontextprotocol/ruby-sdk"
13+
spec.homepage = "https://ruby.sdk.modelcontextprotocol.io"
1414
spec.license = "Apache-2.0"
1515

1616
# Since this library is used by a broad range of users, it does not align its support policy with Ruby's EOL.
@@ -19,8 +19,8 @@ Gem::Specification.new do |spec|
1919
spec.metadata["allowed_push_host"] = "https://rubygems.org"
2020
spec.metadata["changelog_uri"] = "https://github.com/modelcontextprotocol/ruby-sdk/releases/tag/v#{spec.version}"
2121
spec.metadata["homepage_uri"] = spec.homepage
22-
spec.metadata["source_code_uri"] = spec.homepage
23-
spec.metadata["bug_tracker_uri"] = "#{spec.homepage}/issues"
22+
spec.metadata["source_code_uri"] = "https://github.com/modelcontextprotocol/ruby-sdk"
23+
spec.metadata["bug_tracker_uri"] = "#{spec.metadata["source_code_uri"]}/issues"
2424
spec.metadata["documentation_uri"] = "https://rubydoc.info/gems/mcp"
2525

2626
spec.files = Dir["lib/**/*"]

0 commit comments

Comments
 (0)