We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a8b1d1b + ece4d02 commit 1ab0d9dCopy full SHA for 1ab0d9d
lib/omniauth/microsoft_graph/version.rb
@@ -1,4 +1,4 @@
1
-module Omniauth
+module OmniAuth
2
module MicrosoftGraph
3
VERSION = "1.0.0"
4
end
omniauth-microsoft_graph.gemspec
@@ -5,7 +5,7 @@ require 'omniauth/microsoft_graph/version'
5
6
Gem::Specification.new do |spec|
7
spec.name = "omniauth-microsoft_graph"
8
- spec.version = Omniauth::MicrosoftGraph::VERSION
+ spec.version = OmniAuth::MicrosoftGraph::VERSION
9
spec.authors = ["Peter Philips", "Joel Van Horn"]
10
spec.email = ["pete@p373.net", "joel@joelvanhorn.com"]
11
spec.summary = %q{omniauth provider for Microsoft Graph}
0 commit comments