Skip to content

Commit ee14b47

Browse files
committed
Fix missing bake files. Fixes #9.
1 parent 87b2fc8 commit ee14b47

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

process-metrics.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/process-metrics.git",
2222
}
2323

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

2626
spec.required_ruby_version = ">= 3.2"
2727

0 commit comments

Comments
 (0)