We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0ef3fe commit ba04039Copy full SHA for ba04039
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