Skip to content

Commit

Permalink
Tweak post install message after PR discussion
Browse files Browse the repository at this point in the history
  • Loading branch information
ivoanjo committed Jul 8, 2024
1 parent 0fe5d2c commit 545ff08
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ddtrace.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ Gem::Specification.new do |spec|
spec.extensions = ['ext/datadog_profiling_native_extension/extconf.rb', 'ext/datadog_profiling_loader/extconf.rb']

spec.post_install_message = <<-MSG
The ddtrace gem has been renamed to datadog. We recommend upgrading: https://dtdg.co/ruby-v2-upgrade
The ddtrace gem has been renamed to datadog in version 2. Upgrading is easy: https://dtdg.co/ruby-v2-upgrade
ddtrace 1.x will only receive security updates and critical bug fixes.
MSG
end

0 comments on commit 545ff08

Please sign in to comment.