omniauth-raven 0.0.7 → 0.0.8

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 Raven
3
- VERSION = "0.0.7"
3
+ VERSION = "0.0.8"
4
4
  end
5
5
  end
@@ -55,10 +55,10 @@ module OmniAuth
55
55
 
56
56
  end
57
57
 
58
- uid { @email }
58
+ uid { :app_key }
59
59
  info {
60
- options[:fields][:name] = @name
61
- options[:fields][:email] = @email
60
+ {:name => @name,
61
+ :email => @email}
62
62
  }
63
63
 
64
64
  private
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-raven
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.7
4
+ version: 0.0.8
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: