Skip to content

Commit 21559d3

Browse files
committed
Add missing context files to gemspec.
1 parent ecda50d commit 21559d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

async-job-adapter-active_job.gemspec

Lines changed: 1 addition & 1 deletion
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/async-job-adapter-active_job.git",
2121
}
2222

23-
spec.files = Dir["{bin,lib}/**/*", "*.md", base: __dir__]
23+
spec.files = Dir["{bin,context,lib}/**/*", "*.md", base: __dir__]
2424

2525
spec.executables = ["async-job-adapter-active_job-server"]
2626

0 commit comments

Comments
 (0)