We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 405bbad + 49841a1 commit 65f0248Copy full SHA for 65f0248
lib/ruby_llm/mcp/version.rb
@@ -2,6 +2,6 @@
2
3
module RubyLLM
4
module MCP
5
- VERSION = "0.5.0"
+ VERSION = "0.5.1"
6
end
7
ruby_llm-mcp.gemspec
@@ -33,7 +33,7 @@ Gem::Specification.new do |spec|
33
34
# Specify which files should be added to the gem when it is released.
35
# The `git ls-files -z` loads the files in the RubyGem that have been added into git.
36
- spec.files = Dir.glob("lib/ruby_llm/**/*") + ["README.md", "LICENSE"]
+ spec.files = Dir.glob("lib/**/*") + ["README.md", "LICENSE"]
37
spec.require_paths = ["lib"]
38
39
spec.add_dependency "httpx", "~> 1.4"
0 commit comments