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 ecda50d commit 21559d3Copy full SHA for 21559d3
async-job-adapter-active_job.gemspec
@@ -20,7 +20,7 @@ Gem::Specification.new do |spec|
20
"source_code_uri" => "https://github.com/socketry/async-job-adapter-active_job.git",
21
}
22
23
- spec.files = Dir["{bin,lib}/**/*", "*.md", base: __dir__]
+ spec.files = Dir["{bin,context,lib}/**/*", "*.md", base: __dir__]
24
25
spec.executables = ["async-job-adapter-active_job-server"]
26
0 commit comments