-
Notifications
You must be signed in to change notification settings - Fork 414
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* update relevant gems to support up to Oauth2 v2.0.4 * Update to support OAuth2 v2.0.5+ - apply changes to test suite for new parameters in OAuth::Client and AccessToken - update access_token['id_token'] to access_token.token in strategies/google_oauth2.rb - alter access_token.token.nil? to nil_or_empty() due to aforementioned changes * Update testsuite and gemspec to support OAuth2 v2.0.6+ - alter test "...when the access token is empty or nil" - v2.0.6 fixed regression in v2.0.5 so test client is now initialized with refresh_token * update google_oauth2_spec.rb - update test "...when the access token is empty or nil" - remove redundant "let(:client) do" declaration * Update google_oauth2_spec.rb - allow OAuth::Client initializations to raise error flags * Clean up google_oauth2_spec.rb - convert unnecessary "let(:client) do" to instance variable * Correct gem description OmniAuth version error
- Loading branch information
Showing
3 changed files
with
45 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters