Skip to content

Commit 8541f5c

Browse files
committed
Fix omniauth-identity version namespace
1 parent d69b40e commit 8541f5c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

omniauth-identity.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ gem_version =
1919
lib = File.expand_path("lib", __dir__)
2020
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
2121
require "omniauth/identity/version"
22-
Omniauth::Identity::Version::VERSION
22+
OmniAuth::Identity::Version::VERSION
2323
end
2424

2525
Gem::Specification.new do |spec|

0 commit comments

Comments
 (0)