Skip to content

Commit 0b01691

Browse files
committed
Include context files in gem.
1 parent c49c4f9 commit 0b01691

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sus.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Gem::Specification.new do |spec|
2121
"source_code_uri" => "https://github.com/socketry/sus.git",
2222
}
2323

24-
spec.files = Dir.glob(["{bin,lib}/**/*", "*.md"], File::FNM_DOTMATCH, base: __dir__)
24+
spec.files = Dir.glob(["{bin,context,lib}/**/*", "*.md"], File::FNM_DOTMATCH, base: __dir__)
2525

2626
spec.executables = ["sus", "sus-parallel", "sus-tree", "sus-host"]
2727

0 commit comments

Comments
 (0)