omniauth-weasyl 0.2.2 → 0.2.3

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.
@@ -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: