Skip to content
This repository has been archived by the owner on Jun 2, 2024. It is now read-only.

Commit

Permalink
v0.9.1 released.
Browse files Browse the repository at this point in the history
  • Loading branch information
hhorikawa committed Oct 3, 2021
1 parent b3f6ee6 commit b5a57dc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,13 +94,16 @@ And then execute:

### Supported Ruby Versions

<i>OmniAuth::OpenIDConnect renewed</i> is tested under Ruby v2.5, v2.6, v2.7.
<i>OmniAuth::OpenIDConnect renewed</i> is tested under Ruby v2.5, v2.6, v2.7 and v3.0.




## Usage

See https://www.nslabs.jp/omniauth-openid-connect.rhtml
A sample Rails program: https://gitlab.com/netsphere/rails-examples/-/tree/main/omniauth-oidc-rp-sample/

Manual: https://www.nslabs.jp/omniauth-openid-connect.rhtml


### Options Overview
Expand Down
2 changes: 1 addition & 1 deletion lib/omniauth/openid_connect/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module OmniAuth
module OpenIDConnect
VERSION = '0.9.0.pre'
VERSION = '0.9.1'
end
end

0 comments on commit b5a57dc

Please sign in to comment.