Skip to content

Commit e465fad

Browse files
committed
🔥 remove post-install message
1 parent 2d8007c commit e465fad

File tree

1 file changed

+1
-28
lines changed

1 file changed

+1
-28
lines changed

oauth.gemspec

Lines changed: 1 addition & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -45,33 +45,6 @@ Gem::Specification.new do |spec|
4545
gl_homepage = "https://gitlab.com/ruby-oauth/#{spec.name}"
4646
gh_mirror = spec.homepage
4747

48-
spec.post_install_message = %{
49-
---+++--- oauth2 v#{gem_version} ---+++---
50-
51-
(minor) ⚠️ BREAKING CHANGES ⚠️ when upgrading from < v2
52-
• Summary of breaking changes: #{gl_homepage}#what-is-new-for-v20
53-
• Changes in this patch: #{gl_homepage}/-/blob/v#{gem_version}/CHANGELOG.md#2015-2025-09-08
54-
55-
News:
56-
1. New documentation website, covering usage with OAuth 1.0 and 1.0a: https://oauth.galtzo.com
57-
2. New official Discord for discussion and support: https://discord.gg/3qme4XHNKN
58-
3. New org name "ruby-oauth" on Open Source Collective, GitHub, GitLab, Codeberg (update git remotes!)
59-
4. Non-commercial support for the 1.x series will end by April, 2026. Please make a plan to upgrade to the next version prior to that date.
60-
Support will be dropped for Ruby 2.2, 2.3, 2.4, 2.5, 2.6, 2.7, 3.0, 3.1 and any other Ruby versions which will also have reached EOL by then.
61-
5. Gem releases are cryptographically signed with a 20-year cert; SHA-256 & SHA-512 checksums by stone_checksums.
62-
6. Please consider supporting this project:
63-
• https://opencollective.com/ruby-oauth (new!)
64-
• https://liberapay.com/pboling
65-
• https://github.com/sponsors/pboling
66-
• https://www.paypal.com/paypalme/peterboling
67-
• https://ko-fi.com/pboling
68-
• https://www.buymeacoffee.com/pboling
69-
• https://tidelift.com/funding/github/rubygems/oauth
70-
• Hire me - I can build anything
71-
• Report issues, and star the project
72-
Thanks, @pboling / @galtzo
73-
}
74-
7548
spec.metadata["homepage_uri"] = "https://#{spec.name.tr("_", "-")}.galtzo.com/"
7649
spec.metadata["source_code_uri"] = "#{gh_mirror}/tree/v#{spec.version}"
7750
spec.metadata["changelog_uri"] = "#{gh_mirror}/blob/v#{spec.version}/CHANGELOG.md"
@@ -126,7 +99,7 @@ Thanks, @pboling / @galtzo
12699

127100
# "oauth-tty" was extracted from this gem with release 1.1 of this gem
128101
# It is now a dependency for backward compatibility.
129-
# The dependency will be removed with release 2.0, by April 2023.
102+
# The dependency will cease to be a direct dependency with release 2.0.
130103
spec.add_dependency("oauth-tty", "~> 1.0", ">= 1.0.6")
131104
spec.add_dependency("snaky_hash", "~> 2.0")
132105

0 commit comments

Comments
 (0)