Skip to content

Commit

Permalink
update gemspec to address test failures
Browse files Browse the repository at this point in the history
  • Loading branch information
quinna-h committed Jan 6, 2025
1 parent 45494ca commit 07eef28
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions datadog.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ Gem::Specification.new do |spec|
bin/**/*
ext/**/*
lib/**/*
gem_output.json
integration_versions.md
]]
.select { |fn| File.file?(fn) } # We don't want directories, only files
.reject { |fn| fn.end_with?('.so', '.bundle') } # Exclude local profiler binary artifacts
Expand Down

0 comments on commit 07eef28

Please sign in to comment.