Skip to content

Commit

Permalink
Merge pull request #3756 from DataDog/ivoanjo/minimalistic-upgrade-me…
Browse files Browse the repository at this point in the history
…ssage

Use minimalistic post-install upgrade message
  • Loading branch information
ivoanjo authored Jul 8, 2024
2 parents 4e33388 + 545ff08 commit dd5f9b1
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions ddtrace.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -77,12 +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
Thank you for installing ddtrace. We have released our next major version!
As of version 2, `ddtrace` gem has been renamed to `datadog`.
The 1.x series will now only receive maintenance updates for security and critical bug fixes.
To upgrade, please replace gem `ddtrace` with gem `datadog`.
For detailed instructions on migration, see: 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 dd5f9b1

Please sign in to comment.