Skip to content

Commit ba04039

Browse files
committed
include-generators
1 parent c0ef3fe commit ba04039

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)