lib/omniauth-forge.rb in omniauth-forge-0.1.2 vs lib/omniauth-forge.rb in omniauth-forge-0.2.0

- old
+ new

@@ -1,8 +1,8 @@ # frozen_string_literal: true -require "zeitwerk" +require 'zeitwerk' require 'omniauth' require 'omniauth-oauth2' # module OmniAuth @@ -11,13 +11,12 @@ # end loader = Zeitwerk::Loader.for_gem loader.inflector.inflect( - "omniauth" => "OmniAuth", - "omniauth-forge" => "OmniAuthForge" + 'omniauth' => 'OmniAuth', + 'omniauth-forge' => 'OmniAuthForge', ) loader.setup # ready! -module OmniAuthForge -end +module OmniAuthForge; end