Skip to content

Commit ece4d02

Browse files
committed
fix VERSION constant namespace module name
1 parent 1ef1a6a commit ece4d02

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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 = "0.3.3"
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)