omniauth-slc 0.0.1.1 → 0.0.1.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,2 @@
1
+ require "omniauth-slc/version"
2
+ require "omniauth/strategies/slc"
@@ -1,5 +1,5 @@
1
1
  module Omniauth
2
2
  module Slc
3
- VERSION = "0.0.1.1"
3
+ VERSION = "0.0.1.2"
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.1
4
+ version: 0.0.1.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -55,7 +55,9 @@ files:
55
55
  - LICENSE.txt
56
56
  - README.md
57
57
  - Rakefile
58
+ - lib/omniauth-slc.rb
58
59
  - lib/omniauth-slc/version.rb
60
+ - lib/omniauth-slc_sandbox.rb
59
61
  - lib/omniauth/strategies/slc.rb
60
62
  - lib/omniauth/strategies/slc_sandbox.rb
61
63
  - omniauth-slc.gemspec