Skip to content

Commit 064d627

Browse files
committed
📝 Update gemspec
- New email - New funding URL - Improved post_install_message
1 parent 46e4270 commit 064d627

File tree

1 file changed

+11
-16
lines changed

1 file changed

+11
-16
lines changed

oauth2.gemspec

Lines changed: 11 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Gem::Specification.new do |spec|
1515
spec.name = "oauth2"
1616
spec.version = gem_version
1717
spec.authors = ["Peter Boling", "Erik Michaels-Ober", "Michael Bleigh"]
18-
spec.email = ["[email protected]", "oauth-ruby@googlegroups.com"]
18+
spec.email = ["floss@galtzo.com"]
1919

2020
# Linux distros often package gems and securely certify them independent
2121
# of the official RubyGem certification process. Allowed via ENV["SKIP_GEM_SIGNING"]
@@ -45,27 +45,22 @@ Gem::Specification.new do |spec|
4545
spec.required_ruby_version = ">= 2.2.0"
4646

4747
spec.post_install_message = %{
48-
You have installed oauth2 version #{gem_version}, congratulations!
48+
---+++ oauth2 v#{gem_version} +++---
4949
50-
There are BREAKING changes if you are upgrading from < v2, but most will not encounter them, and updating your code should be easy!
50+
There are BREAKING CHANGES when upgrading from < v2
51+
Most will not encounter them, and updating your code should be easy!
5152
Please see:
5253
#{gl_homepage}/-/blob/main/SECURITY.md
5354
#{gl_homepage}/-/blob/v#{spec.version}/CHANGELOG.md#200-2022-06-21-tag
5455
• Summary of most important breaking changes: #{gl_homepage}#what-is-new-for-v20
5556
56-
There are BUGFIXES in v#{gem_version}, which depending on how you relied on them instead of reporting and fixing them, may be BREAKING for you.
57-
For more information please see:
58-
https://railsbling.com/tags/oauth2
59-
60-
Important News:
61-
1. Google Group is "active" (again)!
62-
• https://groups.google.com/g/oauth-ruby/c/QA_dtrXWXaE
63-
2. 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+
News:
58+
1. New documentation website: https://oauth2.galtzo.com
59+
2. Discord for discussion and support: https://discord.gg/3qme4XHNKN
60+
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.
6461
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.
65-
3. Gem releases are now cryptographically signed with a 20-year cert, with checksums by stone_checksums.
66-
4. I need your support.
67-
68-
If you are sentient, please consider a donation as I move toward supporting myself with Open Source work:
62+
4. Gem releases are now cryptographically signed with a 20-year cert, with checksums by stone_checksums.
63+
5. Please consider supporting this project, and my other open source work, with one of the following methods:
6964
• https://liberapay.com/pboling
7065
• https://ko-fi.com/pboling
7166
• https://www.buymeacoffee.com/pboling
@@ -89,7 +84,7 @@ Thanks, |7eter l-|. l3oling
8984
spec.metadata["wiki_uri"] = "#{gl_homepage}/-/wiki"
9085
# Yes, Google is a disgusting monopoly, but the historical value of the mailing list archive is high.
9186
spec.metadata["mailing_list_uri"] = "https://groups.google.com/g/oauth-ruby"
92-
spec.metadata["funding_uri"] = "https://liberapay.com/pboling"
87+
spec.metadata["funding_uri"] = "https://github.com/sponsors/pboling"
9388
spec.metadata["news_uri"] = "https://www.railsbling.com/tags/#{spec.name}"
9489
spec.metadata["rubygems_mfa_required"] = "true"
9590

0 commit comments

Comments
 (0)