@@ -46,34 +46,30 @@ Gem::Specification.new do |spec|
4646 gh_mirror = spec . homepage
4747
4848 spec . post_install_message = %{
49- ---+++ oauth2 v#{ gem_version } +++---
49+ ---+++--- oauth2 v#{ gem_version } --- +++---
5050
51- There are BREAKING CHANGES when upgrading from < v2
52- Most will not encounter them, and updating your code should be easy!
53- Please see:
54- • #{ gl_homepage } /-/blob/main/SECURITY.md
55- • #{ gl_homepage } /-/blob/v#{ spec . version } /CHANGELOG.md#200-2022-06-21-tag
56- • Summary of most important breaking changes: #{ gl_homepage } #what-is-new-for-v20
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#{ spec . version } /CHANGELOG.md#200-2022-06-21-tag
5754
5855News:
59561. New documentation website: https://oauth2.galtzo.com
60- 2. Discord for discussion and support: https://discord.gg/3qme4XHNKN
61- 3. Non-commercial support for the 2.x series will end by April, 2026. Please make a plan to upgrade to the next version prior to that date.
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 2.x series will end by April, 2026. Please make a plan to upgrade to the next version prior to that date.
6260Support 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.
63- 4. Gem releases are now cryptographically signed with a 20-year cert, with checksums by stone_checksums.
64- 5. Please consider supporting this project, and my other open source work, with one of the following methods:
65- • https://liberapay.com/pboling
66- • https://ko-fi.com/pboling
67- • https://www.buymeacoffee.com/pboling
68- • https://github.com/sponsors/pboling
69-
70- If you are a corporation, please consider supporting this project, and open source work generally, with a TideLift subscription.
71- • https://tidelift.com/funding/github/rubygems/oauth
72- • Or hire me. I am looking for a job!
73-
74- Please report issues, and star the project!
75-
76- Thanks, |7eter l-|. l3oling
61+ 5. Gem releases are cryptographically signed with a 20-year cert, with 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
7773}
7874
7975 spec . metadata [ "homepage_uri" ] = "https://#{ spec . name . tr ( "_" , "-" ) } .galtzo.com/"
0 commit comments