omniauth_llx 0.0.6 → 0.0.7

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.
@@ -1,5 +1,5 @@
1
1
  module OmniauthLlx
2
2
  module Llx
3
- VERSION = "0.0.6"
3
+ VERSION = "0.0.7"
4
4
  end
5
5
  end
@@ -4,14 +4,10 @@ require 'openssl'
4
4
  require 'rack/utils'
5
5
  require 'uri'
6
6
 
7
- module OmniAuthLlx
8
- def new
9
- oal = OmniAuthLlx.new
10
- end
11
-
7
+ module OmniauthLlx
12
8
  module Strategies
13
9
 
14
- class Llx < OmniAuth::Strategies::OAuth2
10
+ class Llx < Omniauth::Strategies::OAuth2
15
11
  class NoAuthorizationCodeError < StandardError; end
16
12
  class UnknownSignatureAlgorithmError < NotImplementedError; end
17
13
 
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.6
4
+ version: 0.0.7
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: