Skip to content

Commit 6ebf44a

Browse files
committed
revert gem name from OmniAuth to Omniauth
1 parent 37a5158 commit 6ebf44a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

example/example.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
secret = ENV['AZURE_APPLICATION_CLIENT_SECRET']
1111

1212
use Rack::Session::Cookie
13-
use OmniAuth::Builder do
13+
use Omniauth::Builder do
1414
provider :microsoft_graph, client_id, secret
1515
end
1616

lib/omniauth/microsoft_graph/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module OmniAuth
1+
module Omniauth
22
module MicrosoftGraph
33
VERSION = "2.0.2"
44
end

omniauth-microsoft_graph.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ require 'omniauth/microsoft_graph/version'
55

66
Gem::Specification.new do |spec|
77
spec.name = "omniauth-microsoft_graph"
8-
spec.version = OmniAuth::MicrosoftGraph::VERSION
8+
spec.version = Omniauth::MicrosoftGraph::VERSION
99
spec.authors = ["Peter Philips", "Joel Van Horn"]
1010
spec.email = ["pete@p373.net", "joel@joelvanhorn.com"]
1111
spec.summary = %q{omniauth provider for Microsoft Graph}

0 commit comments

Comments
 (0)