We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c2fc93 commit 43e87bbCopy full SHA for 43e87bb
localhost.gemspec
@@ -20,7 +20,7 @@ Gem::Specification.new do |spec|
20
"source_code_uri" => "https://github.com/socketry/localhost.git",
21
}
22
23
- spec.files = Dir.glob(["{lib}/**/*", "*.md"], File::FNM_DOTMATCH, base: __dir__)
+ spec.files = Dir.glob(["{lib,bake}/**/*", "*.md"], File::FNM_DOTMATCH, base: __dir__)
24
25
spec.required_ruby_version = ">= 3.1"
26
end
0 commit comments