We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e3eaa5 commit 240a432Copy full SHA for 240a432
async-container-supervisor.gemspec
@@ -20,7 +20,7 @@ Gem::Specification.new do |spec|
20
"source_code_uri" => "https://github.com/socketry/async-container-supervisor.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
0 commit comments