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 a29bf91 commit 92419eaCopy full SHA for 92419ea
datadog.gemspec
@@ -44,6 +44,8 @@ Gem::Specification.new do |spec|
44
bin/**/*
45
ext/**/*
46
lib/**/*
47
+ gem_output.json
48
+ integration_versions.md
49
]]
50
.select { |fn| File.file?(fn) } # We don't want directories, only files
51
.reject { |fn| fn.end_with?('.so', '.bundle') } # Exclude local profiler binary artifacts
0 commit comments