Skip to content

Commit 538d981

Browse files
committed
remove development rake tasks from gem
1 parent 69c2f90 commit 538d981

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

lib/ruby_llm/chat.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# frozen_string_literal: true
22

3-
# This is an override of the RubyLLM::Chat class to convient methods for easy MCP support
3+
# This is an override of the RubyLLM::Chat class to add convenient methods to more
4+
# easily work with the MCP clients.
45
module RubyLLM
56
class Chat
67
def with_resources(*resources, **args)

lib/ruby_llm/mcp.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,3 @@ def logger
4242
loader.inflector.inflect("streamable_http" => "StreamableHTTP")
4343

4444
loader.setup
45-
loader.eager_load

ruby_llm-mcp.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Gem::Specification.new do |spec|
3333

3434
# Specify which files should be added to the gem when it is released.
3535
# The `git ls-files -z` loads the files in the RubyGem that have been added into git.
36-
spec.files = Dir.glob("lib/**/*") + ["README.md", "LICENSE"]
36+
spec.files = Dir.glob("lib/ruby_llm/**/*") + ["README.md", "LICENSE"]
3737
spec.require_paths = ["lib"]
3838

3939
spec.add_dependency "httpx", "~> 1.4"

0 commit comments

Comments
 (0)