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 87b2fc8 commit ee14b47Copy full SHA for ee14b47
1 file changed
process-metrics.gemspec
@@ -21,7 +21,7 @@ Gem::Specification.new do |spec|
21
"source_code_uri" => "https://github.com/socketry/process-metrics.git",
22
}
23
24
- spec.files = Dir.glob(["{bin,context,lib}/**/*", "*.md"], File::FNM_DOTMATCH, base: __dir__)
+ spec.files = Dir.glob(["{bake,context,lib}/**/*", "*.md"], File::FNM_DOTMATCH, base: __dir__)
25
26
spec.required_ruby_version = ">= 3.2"
27
0 commit comments