Skip to content

Commit 1ab0d9d

Browse files
authored
Merge pull request #26 from nishidayuya/fix_version_constant_module_name
fix VERSION constant namespace module name
2 parents a8b1d1b + ece4d02 commit 1ab0d9d

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