Skip to content

Commit

Permalink
Merge pull request #3506 from DataDog/refactor/remove_bin_ddtracerb
Browse files Browse the repository at this point in the history
Remove bin/ddtracerb
  • Loading branch information
delner authored Mar 11, 2024
2 parents b8e166d + e9985bf commit 344441e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 18 deletions.
17 changes: 0 additions & 17 deletions bin/ddtracerb

This file was deleted.

2 changes: 1 addition & 1 deletion ddtrace.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Gem::Specification.new do |spec|
.reject { |fn| fn.end_with?('.so', '.bundle') } # Exclude local profiler binary artifacts
.reject { |fn| fn.end_with?('skipped_reason.txt') } # Generated by profiler; should never be distributed

spec.executables = ['ddtracerb', 'ddprofrb']
spec.executables = ['ddprofrb']
spec.require_paths = ['lib']

# Used to serialize traces to send them to the Datadog Agent.
Expand Down

0 comments on commit 344441e

Please sign in to comment.