Skip to content

Commit 7dd406e

Browse files
committed
Gemspec update
1 parent 0d41503 commit 7dd406e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

mcp_on_ruby.gemspec

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,19 @@ Gem::Specification.new do |spec|
66
spec.name = 'mcp_on_ruby'
77
spec.version = McpOnRuby::VERSION
88
spec.authors = ['Nagendra Dhanakeerthi']
9-
spec.email = ['your-email@example.com']
9+
spec.email = ['nagendra.dhanakeerthi@gmail.com']
1010

1111
spec.summary = 'Production-ready MCP server for Rails applications'
1212
spec.description = 'A comprehensive Ruby library for building Model Context Protocol (MCP) servers in Rails applications, featuring tools, resources, authentication, and real-time capabilities.'
13-
spec.homepage = 'https://github.com/nagstler/mcp_on_ruby'
13+
spec.homepage = 'https://github.com/rubyonai/mcp_on_ruby'
1414
spec.license = 'MIT'
1515
spec.required_ruby_version = '>= 2.7.0'
1616

1717
spec.metadata['homepage_uri'] = spec.homepage
18-
spec.metadata['source_code_uri'] = 'https://github.com/nagstler/mcp_on_ruby'
19-
spec.metadata['changelog_uri'] = 'https://github.com/nagstler/mcp_on_ruby/blob/main/CHANGELOG.md'
18+
spec.metadata['source_code_uri'] = 'https://github.com/rubyonai/mcp_on_ruby'
19+
spec.metadata['changelog_uri'] = 'https://github.com/rubyonai/mcp_on_ruby/blob/main/CHANGELOG.md'
2020

21-
spec.files = Dir.glob('{bin,lib}/**/*') + %w[LICENSE.txt README.md CHANGELOG.md]
21+
spec.files = Dir.glob('{bin,lib,examples,docs}/**/*') + %w[LICENSE.txt README.md CHANGELOG.md CODE_OF_CONDUCT.md CONTRIBUTING.md]
2222
spec.bindir = 'bin'
2323
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
2424
spec.require_paths = ['lib']

0 commit comments

Comments
 (0)