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 e1dcb08 commit 633f196Copy full SHA for 633f196
1 file changed
async-service.gemspec
@@ -20,7 +20,7 @@ Gem::Specification.new do |spec|
20
"source_code_uri" => "https://github.com/socketry/async-service.git",
21
}
22
23
- spec.files = Dir.glob(["{bin,context,lib}/**/*", "*.md"], File::FNM_DOTMATCH, base: __dir__)
+ spec.files = Dir.glob(["{bake,bin,context,lib}/**/*", "*.md"], File::FNM_DOTMATCH, base: __dir__)
24
25
spec.executables = ["async-service"]
26
0 commit comments