Skip to content

Commit

Permalink
🔖 Prepare for release 0.5.11
Browse files Browse the repository at this point in the history
  • Loading branch information
pboling committed Aug 23, 2022
1 parent c7628a3 commit edfb31a
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 2 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Removed

## [0.5.11] 2022-08-23
The "Is this the last release with a silly name?" Release

### Added
* Post install note about EOL approaching in April, 2023

### Changed
* Improved documentation
* Switched branch references from master to main
* CI builds are now all green!

## [0.5.10] 2022-05-04
The "Can it be the end of the line for 0.5.x?" Release

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

[Unreleased]: https://github.com/oauth-xx/oauth-ruby/compare/v0.5.10...v0.5-maintenance
[Unreleased]: https://github.com/oauth-xx/oauth-ruby/compare/v0.5.11...v0.5-maintenance
[0.5.11]: https://github.com/oauth-xx/oauth-ruby/releases/tag/v0.5.11
[0.5.10]: https://github.com/oauth-xx/oauth-ruby/releases/tag/v0.5.10
[0.5.9]: https://github.com/oauth-xx/oauth-ruby/releases/tag/v0.5.9
[0.5.8]: https://github.com/oauth-xx/oauth-ruby/releases/tag/v0.5.8
Expand Down
2 changes: 1 addition & 1 deletion lib/oauth/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module OAuth
VERSION = "0.5.10".freeze
VERSION = "0.5.11".freeze
end
27 changes: 27 additions & 0 deletions oauth.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,33 @@ Gem::Specification.new do |spec|

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

spec.add_development_dependency("curb")
spec.add_development_dependency("em-http-request", "~> 1.1.7")
Expand Down

0 comments on commit edfb31a

Please sign in to comment.