omniauth-weasyl 0.2 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -19,8 +19,10 @@ module OmniAuth
19
19
  uid { raw_info['userid'].to_s }
20
20
 
21
21
  info do
22
+ raw = raw_info
22
23
  {
23
- :name => raw_info['login'],
24
+ :name => raw['login'],
25
+ :username => raw['login'],
24
26
  }
25
27
  end
26
28
 
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |gem|
4
4
  gem.name = "omniauth-weasyl"
5
- gem.version = "0.2"
5
+ gem.version = "0.2.1"
6
6
  gem.authors = ["weykent"]
7
7
  gem.email = ["weykent@weasyl.com"]
8
8
  gem.description = %q{A Weasyl strategy for OmniAuth.}
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-weasyl
3
3
  version: !ruby/object:Gem::Version
4
- version: '0.2'
4
+ version: 0.2.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: