Skip to content

Commit edfb31a

Browse files
committed
🔖 Prepare for release 0.5.11
1 parent c7628a3 commit edfb31a

File tree

3 files changed

+41
-2
lines changed

3 files changed

+41
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1313

1414
### Removed
1515

16+
## [0.5.11] 2022-08-23
17+
The "Is this the last release with a silly name?" Release
18+
19+
### Added
20+
* Post install note about EOL approaching in April, 2023
21+
22+
### Changed
23+
* Improved documentation
24+
* Switched branch references from master to main
25+
* CI builds are now all green!
26+
1627
## [0.5.10] 2022-05-04
1728
The "Can it be the end of the line for 0.5.x?" Release
1829

@@ -386,7 +397,8 @@ but please have a look at the unit tests.
386397
* Moved all non-Rails functionality from the Rails plugin:
387398
http://code.google.com/p/oauth-plugin/
388399

389-
[Unreleased]: https://github.com/oauth-xx/oauth-ruby/compare/v0.5.10...v0.5-maintenance
400+
[Unreleased]: https://github.com/oauth-xx/oauth-ruby/compare/v0.5.11...v0.5-maintenance
401+
[0.5.11]: https://github.com/oauth-xx/oauth-ruby/releases/tag/v0.5.11
390402
[0.5.10]: https://github.com/oauth-xx/oauth-ruby/releases/tag/v0.5.10
391403
[0.5.9]: https://github.com/oauth-xx/oauth-ruby/releases/tag/v0.5.9
392404
[0.5.8]: https://github.com/oauth-xx/oauth-ruby/releases/tag/v0.5.8

lib/oauth/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module OAuth
2-
VERSION = "0.5.10".freeze
2+
VERSION = "0.5.11".freeze
33
end

oauth.gemspec

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,33 @@ Gem::Specification.new do |spec|
2828

2929
# This gem will work with Ruby 2.0 or greater...
3030
spec.required_ruby_version = ">= 2.0"
31+
spec.post_install_message = "
32+
You have installed oauth2 version #{OAuth::VERSION}, congratulations!
33+
34+
Support for the 0.5.x series will end in April, 2023. Please upgrade to 0.6.x as soon as possible!
35+
The only breaking change will be dropped support for Ruby 2.0, 2.1, 2.2, and 2.3.
36+
37+
Please see:
38+
• https://github.com/oauth-xx/oauth/blob/main/SECURITY.md
39+
40+
Note also that I, and this project, am in the process of leaving Github.
41+
I wrote about some of the reasons here:
42+
• https://dev.to/galtzo/im-leaving-github-50ba
43+
44+
If you are a human, please consider a donation as I move toward supporting myself with Open Source work:
45+
• https://liberapay.com/pboling
46+
• https://ko-fi.com/pboling
47+
• https://patreon.com/galtzo
48+
49+
If you are a corporation, please consider supporting this project, and open source work generally, with a TideLift subscription.
50+
• https://tidelift.com/funding/github/rubygems/oauth
51+
• Or hire me. I am looking for a job!
52+
53+
Please report issues, and support the project!
54+
55+
Thanks, |7eter l-|. l3oling
56+
57+
"
3158

3259
spec.add_development_dependency("curb")
3360
spec.add_development_dependency("em-http-request", "~> 1.1.7")

0 commit comments

Comments
 (0)