Skip to content

Commit 43e87bb

Browse files
committed
Add missing bake files.
1 parent 2c2fc93 commit 43e87bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

localhost.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Gem::Specification.new do |spec|
2020
"source_code_uri" => "https://github.com/socketry/localhost.git",
2121
}
2222

23-
spec.files = Dir.glob(["{lib}/**/*", "*.md"], File::FNM_DOTMATCH, base: __dir__)
23+
spec.files = Dir.glob(["{lib,bake}/**/*", "*.md"], File::FNM_DOTMATCH, base: __dir__)
2424

2525
spec.required_ruby_version = ">= 3.1"
2626
end

0 commit comments

Comments
 (0)