omniauth-photobucket 0.0.4 → 0.0.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,5 +1,5 @@
1
1
  module Omniauth
2
2
  module Photobucket
3
- VERSION = '0.0.4'
3
+ VERSION = '0.0.5'
4
4
  end
5
5
  end
@@ -21,7 +21,7 @@ module OmniAuth
21
21
  'nickname' => raw_info[:username],
22
22
  'urls' => {
23
23
  'home' => raw_info[:homeurl],
24
- 'api_sudbomain' => raw_info[:subdomain]
24
+ 'api_subdomain' => raw_info[:subdomain]
25
25
  }
26
26
  }
27
27
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-photobucket
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: