oauth2-rails2 0.0.13a → 0.0.13b

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/lib/oauth2/client.rb CHANGED
@@ -73,7 +73,7 @@ module OAuth2
73
73
  else
74
74
  ResponseString.new(resp)
75
75
  end
76
- when 301
76
+ when 301...302
77
77
  if json?
78
78
  begin
79
79
  ResponseHash.new(resp)
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{oauth2-rails2}
8
- s.version = "0.0.13a"
8
+ s.version = "0.0.13b"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Michael Bleigh"]
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: oauth2-rails2
3
3
  version: !ruby/object:Gem::Version
4
- hash: 420914397
4
+ hash: 420914395
5
5
  prerelease: true
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 13a
10
- version: 0.0.13a
9
+ - 13b
10
+ version: 0.0.13b
11
11
  platform: ruby
12
12
  authors:
13
13
  - Michael Bleigh