Skip to content

Commit 65f0248

Browse files
authored
Merge pull request #42 from patvice/include-generators-in-gem-file
Bug: Include Generator file in MCP gem
2 parents 405bbad + 49841a1 commit 65f0248

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/ruby_llm/mcp/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module RubyLLM
44
module MCP
5-
VERSION = "0.5.0"
5+
VERSION = "0.5.1"
66
end
77
end

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/ruby_llm/**/*") + ["README.md", "LICENSE"]
36+
spec.files = Dir.glob("lib/**/*") + ["README.md", "LICENSE"]
3737
spec.require_paths = ["lib"]
3838

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

0 commit comments

Comments
 (0)