Skip to content

Commit 82cd84e

Browse files
committed
Relese Fixes
1 parent 47b8d38 commit 82cd84e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ The library is designed to be straightforward to use while maintaining full comp
6060
Add this line to your application's Gemfile:
6161

6262
```ruby
63-
gem 'ruby_mcp'
63+
gem 'mcp_on_ruby'
6464
```
6565

6666
And then execute:
@@ -72,7 +72,7 @@ $ bundle install
7272
Or install it yourself as:
7373

7474
```
75-
$ gem install ruby_mcp
75+
$ gem install mcp_on_ruby
7676
```
7777

7878
## Quick Start

ruby_mcp.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
require_relative 'lib/ruby_mcp/version'
44

55
Gem::Specification.new do |spec|
6-
spec.name = 'ruby_mcp'
6+
spec.name = "mcp_on_ruby"
77
spec.version = RubyMCP::VERSION
88
spec.authors = ['Nagendra Dhanakeerthi']
99
spec.email = ['[email protected]']
@@ -14,7 +14,7 @@ Gem::Specification.new do |spec|
1414
to standardize interactions with AI language models
1515
DESC
1616

17-
spec.homepage = 'https://github.com/nagstler/ruby_mcp'
17+
spec.homepage = "https://github.com/nagstler/mcp_on_ruby"
1818
spec.license = 'MIT'
1919
spec.required_ruby_version = '>= 2.6.0'
2020

0 commit comments

Comments
 (0)