File tree Expand file tree Collapse file tree 3 files changed +16
-2
lines changed
lib/omniauth/google_oauth2 Expand file tree Collapse file tree 3 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22All notable changes to this project will be documented in this file.
33
4+ ## 0.3.0 - 2016-01-09
5+
6+ ### Added
7+ - Updated verify_token to use the v3 tokeninfo endpoint.
8+
9+ ### Deprecated
10+ - Nothing.
11+
12+ ### Removed
13+ - Nothing.
14+
15+ ### Fixed
16+ - Compatibility with omniauth-oauth2 1.4.0
17+
418## 0.2.10 - 2015-11-05
519
620### Added
Original file line number Diff line number Diff line change 11module OmniAuth
22 module GoogleOauth2
3- VERSION = "0.2.10 "
3+ VERSION = "0.3.0 "
44 end
55end
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ Gem::Specification.new do |gem|
1515 gem . require_paths = [ "lib" ]
1616
1717 gem . add_runtime_dependency 'omniauth' , '>= 1.1.1'
18- gem . add_runtime_dependency 'omniauth-oauth2' , '~> 1.4 '
18+ gem . add_runtime_dependency 'omniauth-oauth2' , '>= 1.3.1 '
1919 gem . add_runtime_dependency 'jwt' , '~> 1.0'
2020 gem . add_runtime_dependency 'multi_json' , '~> 1.3'
2121 gem . add_runtime_dependency 'addressable' , '~> 2.3'
You can’t perform that action at this time.
0 commit comments