omniauth-weasyl 0.2.2 → 0.2.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -23,6 +23,7 @@ module OmniAuth
23
23
  {
24
24
  :name => raw['login'],
25
25
  :username => raw['login'],
26
+ :nickname => raw['login'],
26
27
  }
27
28
  end
28
29
 
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |gem|
4
4
  gem.name = "omniauth-weasyl"
5
- gem.version = "0.2.2"
5
+ gem.version = "0.2.3"
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.2
4
+ version: 0.2.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: