openid_connect 0.8.1 → 0.8.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5e37ffd0520ec832d81226c3bb752af77b099c5a
4
- data.tar.gz: 3159b95aa6e9a6b26951464af00cf0eaf0cf4eff
3
+ metadata.gz: 82e61d3916986702e5d7b51f7da3cf09d63b9e2b
4
+ data.tar.gz: e65f7f3c55bdc93fc629c38affe2a667c140da94
5
5
  SHA512:
6
- metadata.gz: d3ff447fd53557c27c760d6d5d9428173d6aac275a326738e4cb339769ad4d8f4e27b138e48fb543006f952719bc7c734601a1645f867773a07259e59176d3df
7
- data.tar.gz: b306bc902f3da7901216861a3e55affaa3a8855d45781ef04b00b64d1f1b0a309a1c7f4e258dd6efed256e7e257e77dfaa0057ddfb62933e078037aeb61afaba
6
+ metadata.gz: fde6d9cfab4a84caab3c42d235665343ab8f4478598da23d2750724548695914ff39b5df4dbc5a9a565da905dbd25986c95369b029f2f8a5d9d1e0ed9a879678
7
+ data.tar.gz: c178ae0c637685d68388b6600f973c65d5f13595b9776da1b5c04d81f00107a2bacd588f509f1e725aa5d186464e3498b51938bf1515623cd8ff36fabdec7686
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.8.1
1
+ 0.8.2
@@ -9,6 +9,7 @@ require 'validate_email'
9
9
  require 'attr_required'
10
10
  require 'attr_optional'
11
11
  require 'rack/oauth2'
12
+ require 'rack/oauth2/server/authorize/error_with_connect_ext'
12
13
  require 'rack/oauth2/server/authorize/request_with_connect_params'
13
14
  require 'rack/oauth2/server/id_token_response'
14
15
 
@@ -18,13 +18,11 @@ module WebMockHelper
18
18
 
19
19
  def request_for(method, options = {})
20
20
  request = {}
21
- if options[:params]
22
- case method
23
- when :post, :put
24
- request[:body] = options[:params]
25
- else
26
- request[:query] = options[:params]
27
- end
21
+ case method
22
+ when :post, :put
23
+ request[:body] = options[:params]
24
+ else
25
+ request[:query] = options[:params]
28
26
  end
29
27
  if options[:request_header]
30
28
  request[:headers] = options[:request_header]
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: openid_connect
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.1
4
+ version: 0.8.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - nov matake
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-07-25 00:00:00.000000000 Z
11
+ date: 2015-01-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: json