omniauth_llx 0.0.9 → 0.0.10

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,5 +1,5 @@
1
1
  module OmniauthLlx
2
2
  module Llx
3
- VERSION = "0.0.9"
3
+ VERSION = "0.0.10"
4
4
  end
5
5
  end
@@ -4,10 +4,10 @@ require 'openssl'
4
4
  require 'rack/utils'
5
5
  require 'uri'
6
6
 
7
- module OmniauthLlx
7
+ module OmniAuthLlx
8
8
  module Strategies
9
9
 
10
- class Llx < Omniauth::Strategies::OAuth2
10
+ class Llx < OmniAuth::Strategies::OAuth2
11
11
  class NoAuthorizationCodeError < StandardError; end
12
12
  class UnknownSignatureAlgorithmError < NotImplementedError; end
13
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.9
4
+ version: 0.0.10
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: