Skip to content

Commit 9aa790d

Browse files
Add agent context.
1 parent 2b53dc1 commit 9aa790d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

async-safe.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Gem::Specification.new do |spec|
1818
"source_code_uri" => "https://github.com/socketry/async-safe",
1919
}
2020

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

2323
spec.required_ruby_version = ">= 3.2"
2424
end

0 commit comments

Comments
 (0)