Skip to content

Commit a428186

Browse files
committed
📝 Shrink post-install message by 4 lines
1 parent d6822a4 commit a428186

File tree

2 files changed

+24
-26
lines changed

2 files changed

+24
-26
lines changed

CHANGELOG.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,16 @@ and this project adheres to [Semantic Versioning v2](https://semver.org/spec/v2.
66

77
## [Unreleased]
88
### Added
9-
- Inline yard documentation
10-
- Complete RBS types documentation
9+
- Inline yard documentation by @pboling
10+
- Complete RBS types documentation by @pboling
11+
- More funding links by @Aboling0
1112
### Changed
1213
- Upgrade Code of Conduct to Contributor Covenant 2.1 by @pboling
14+
- Shrink post-install message by 4 lines by @pboling
1315
### Deprecated
1416
### Removed
1517
### Fixed
16-
- Links in README (including link to HEAD documentation)
18+
- Links in README (including link to HEAD documentation) by @pboling
1719
### Security
1820

1921
## [2.0.12] - 2025-05-31

oauth2.gemspec

Lines changed: 19 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -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
5855
News:
5956
1. 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.
6260
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.
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

Comments
 (0)