Skip to content

Commit

Permalink
Add bake files to gemspec.
Browse files Browse the repository at this point in the history
  • Loading branch information
ioquatix committed Mar 3, 2023
1 parent e20608f commit 3a475e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metrics.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Gem::Specification.new do |spec|

spec.homepage = "https://github.com/socketry/metrics"

spec.files = Dir.glob(['{lib}/**/*', '*.md'], File::FNM_DOTMATCH, base: __dir__)
spec.files = Dir.glob(['{bake,lib}/**/*', '*.md'], File::FNM_DOTMATCH, base: __dir__)

spec.add_development_dependency "bake-test", "~> 0.2"
spec.add_development_dependency "bake-test-external", "~> 0.2"
Expand Down

0 comments on commit 3a475e9

Please sign in to comment.