Skip to content

Commit 0215a24

Browse files
committed
Added changelog and tweaked gemspec
1 parent cdd6e86 commit 0215a24

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
11
# Changelog
22
All 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
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module OmniAuth
22
module GoogleOauth2
3-
VERSION = "0.2.10"
3+
VERSION = "0.3.0"
44
end
55
end

omniauth-google-oauth2.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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'

0 commit comments

Comments
 (0)