omniauth-google-oauth2 0.1.15 → 0.1.16

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/.rvmrc CHANGED
@@ -1 +1 @@
1
- rvm use 1.9.2@omniauth-google-oauth2 --create
1
+ rvm use 1.9.3@omniauth-google-oauth2 --create
@@ -1,5 +1,5 @@
1
1
  module OmniAuth
2
2
  module GoogleOauth2
3
- VERSION = "0.1.15"
3
+ VERSION = "0.1.16"
4
4
  end
5
5
  end
@@ -89,7 +89,7 @@ module OmniAuth
89
89
  # Verify id_token as well
90
90
  # request fails and raises error when id_token or access_token is invalid
91
91
  raw_response = client.request(:get, 'https://www.googleapis.com/oauth2/v2/tokeninfo',
92
- params: {id_token: id_token, access_token: access_token}).parsed
92
+ params: {:id_token => id_token, :access_token => access_token}).parsed
93
93
  raw_response['issued_to'] == options.client_id
94
94
  end
95
95
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-google-oauth2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.15
4
+ version: 0.1.16
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2013-04-18 00:00:00.000000000 Z
13
+ date: 2013-04-24 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: omniauth
@@ -112,7 +112,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
112
112
  version: '0'
113
113
  segments:
114
114
  - 0
115
- hash: -4040101131185532486
115
+ hash: 4454273414866714768
116
116
  required_rubygems_version: !ruby/object:Gem::Requirement
117
117
  none: false
118
118
  requirements:
@@ -121,10 +121,10 @@ required_rubygems_version: !ruby/object:Gem::Requirement
121
121
  version: '0'
122
122
  segments:
123
123
  - 0
124
- hash: -4040101131185532486
124
+ hash: 4454273414866714768
125
125
  requirements: []
126
126
  rubyforge_project:
127
- rubygems_version: 1.8.24
127
+ rubygems_version: 1.8.25
128
128
  signing_key:
129
129
  specification_version: 3
130
130
  summary: A Google oauth2 strategy for OmniAuth 1.0