File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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/**/*" ]
You can’t perform that action at this time.
0 commit comments