rack-oauth2 0.10.0 → 0.10.1

Sign up to get free protection for your applications and to get access to all the features.
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- rack-oauth2 (0.10.0.alpha)
4
+ rack-oauth2 (0.10.0)
5
5
  activesupport (>= 2.3)
6
6
  attr_required (>= 0.0.3)
7
7
  httpclient (>= 2.2.0.2)
@@ -23,7 +23,7 @@ GEM
23
23
  i18n (0.6.0)
24
24
  jruby-openssl (0.7.4)
25
25
  bouncy-castle-java
26
- json (1.5.4)
26
+ json (1.6.0)
27
27
  multi_json (1.0.3)
28
28
  rack (1.3.2)
29
29
  rake (0.9.2)
@@ -38,7 +38,7 @@ GEM
38
38
  diff-lcs (~> 1.1.2)
39
39
  rspec-mocks (2.6.0)
40
40
  webmock (1.7.6)
41
- addressable (~> 2.2, > 2.2.5)
41
+ addressable (> 2.2.5, ~> 2.2)
42
42
  crack (>= 0.1.7)
43
43
 
44
44
  PLATFORMS
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.10.0
1
+ 0.10.1
@@ -36,7 +36,7 @@ module Rack
36
36
  class Request < Abstract::Request
37
37
  attr_required :response_type
38
38
  attr_optional :redirect_uri, :state
39
- attr_reader :verified_redirect_uri
39
+ attr_accessor :verified_redirect_uri
40
40
 
41
41
  def initialize(env)
42
42
  super
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: rack-oauth2
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.10.0
5
+ version: 0.10.1
6
6
  platform: ruby
7
7
  authors:
8
8
  - nov matake