omniauth-slc 0.0.1.2 → 0.0.1.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.
@@ -4,7 +4,7 @@ require 'omniauth-oauth2'
4
4
  module OmniAuth
5
5
  module Strategies
6
6
  class SlcSandbox < OmniAuth::Strategies::OAuth2
7
- option :name, "slc_sandbox"
7
+ option :name, "slc-sandbox"
8
8
 
9
9
  option :client_options, {:site => "https://api.sandbox.slcedu.org",
10
10
  :authorize_url => 'api/oauth/authorize',
@@ -12,4 +12,6 @@ module OmniAuth
12
12
 
13
13
  end
14
14
  end
15
- end
15
+ end
16
+
17
+ OmniAuth.config.add_camelization 'slc-sandbox', 'SlcSandbox'
@@ -1,5 +1,5 @@
1
1
  module Omniauth
2
2
  module Slc
3
- VERSION = "0.0.1.2"
3
+ VERSION = "0.0.1.3"
4
4
  end
5
5
  end
@@ -0,0 +1,2 @@
1
+ require "omniauth-slc/version"
2
+ require "omniauth/strategies/slc-sandbox"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-slc
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1.2
4
+ version: 0.0.1.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -55,11 +55,11 @@ files:
55
55
  - LICENSE.txt
56
56
  - README.md
57
57
  - Rakefile
58
+ - lib/omniauth-slc-sandbox.rb
58
59
  - lib/omniauth-slc.rb
59
60
  - lib/omniauth-slc/version.rb
60
- - lib/omniauth-slc_sandbox.rb
61
+ - lib/omniauth/strategies/slc-sandbox.rb
61
62
  - lib/omniauth/strategies/slc.rb
62
- - lib/omniauth/strategies/slc_sandbox.rb
63
63
  - omniauth-slc.gemspec
64
64
  homepage: https://github.com/khoffma4/omniauth-slc
65
65
  licenses: []
@@ -1,2 +0,0 @@
1
- require "omniauth-slc/version"
2
- require "omniauth/strategies/slc_sandbox"