omniauth_llx 0.0.11 → 0.0.12

Sign up to get free protection for your applications and to get access to all the features.
data/lib/example/app.rb CHANGED
@@ -17,7 +17,7 @@ $stdout.sync = true
17
17
  get '/server-side' do
18
18
  # NOTE: You would just hit this endpoint directly from the browser in a real app. The redirect is just here to
19
19
  # explicit declare this server-side flow.
20
- redirect '/auth/facebook'
20
+ redirect 'http://auth.cibplus.com'
21
21
  end
22
22
 
23
23
  # client-side flow
@@ -1,5 +1,5 @@
1
1
  module OmniauthLlx
2
2
  module Llx
3
- VERSION = "0.0.11"
3
+ VERSION = "0.0.12"
4
4
  end
5
5
  end
@@ -56,9 +56,7 @@ module OmniAuthLlx
56
56
  prune! hash
57
57
  end
58
58
 
59
- def initialize
60
-
61
- end
59
+
62
60
 
63
61
  def raw_info
64
62
  @raw_info ||= access_token.get('/me', info_options).parsed || {}
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth_llx
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.11
4
+ version: 0.0.12
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: