Skip to content

Commit

Permalink
Update message with shorten url
Browse files Browse the repository at this point in the history
  • Loading branch information
TonyCTHsu committed Jun 28, 2024
1 parent 0a86bc4 commit a2c9679
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions ddtrace.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -77,13 +77,12 @@ 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.
Thank you for installing ddtrace. We have released our next major version!
As of version 2, the `ddtrace` gem has been renamed to `datadog` to better represent the full suite of Datadog products.
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 update your Gemfile to replace `ddtrace` with `datadog`.
For detailed instructions on migration, see: https://github.com/DataDog/dd-trace-rb/blob/master/docs/UpgradeGuide2.md
To upgrade, please replace gem `ddtrace` with gem `datadog`.
For detailed instructions on migration, see: https://dtdg.co/ruby-v2-upgrade
MSG
end

0 comments on commit a2c9679

Please sign in to comment.