@@ -15,7 +15,7 @@ Gem::Specification.new do |spec|
15
15
spec . name = "oauth2"
16
16
spec . version = gem_version
17
17
spec . authors = [ "Peter Boling" , "Erik Michaels-Ober" , "Michael Bleigh" ]
18
- spec . email = [ "[email protected] " , "oauth-ruby@googlegroups .com"]
18
+ spec . email = [ "floss@galtzo .com" ]
19
19
20
20
# Linux distros often package gems and securely certify them independent
21
21
# of the official RubyGem certification process. Allowed via ENV["SKIP_GEM_SIGNING"]
@@ -45,27 +45,22 @@ Gem::Specification.new do |spec|
45
45
spec . required_ruby_version = ">= 2.2.0"
46
46
47
47
spec . post_install_message = %{
48
- You have installed oauth2 version #{ gem_version } , congratulations!
48
+ ---+++ oauth2 v #{ gem_version } +++---
49
49
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!
51
52
Please see:
52
53
• #{ gl_homepage } /-/blob/main/SECURITY.md
53
54
• #{ gl_homepage } /-/blob/v#{ spec . version } /CHANGELOG.md#200-2022-06-21-tag
54
55
• Summary of most important breaking changes: #{ gl_homepage } #what-is-new-for-v20
55
56
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.
64
61
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:
69
64
• https://liberapay.com/pboling
70
65
• https://ko-fi.com/pboling
71
66
• https://www.buymeacoffee.com/pboling
@@ -89,7 +84,7 @@ Thanks, |7eter l-|. l3oling
89
84
spec . metadata [ "wiki_uri" ] = "#{ gl_homepage } /-/wiki"
90
85
# Yes, Google is a disgusting monopoly, but the historical value of the mailing list archive is high.
91
86
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"
93
88
spec . metadata [ "news_uri" ] = "https://www.railsbling.com/tags/#{ spec . name } "
94
89
spec . metadata [ "rubygems_mfa_required" ] = "true"
95
90
0 commit comments