Sha256: fc084b47c5f191b2c8504109fb02f529b77433980c0c140bb415baa2cb1a5c8f
Contents?: true
Size: 495 Bytes
Versions: 6
Compression:
Stored size: 495 Bytes
Contents
# Thanks to plataformatec for providing this begin require "omniauth" require 'omniauth/version' rescue LoadError warn "Could not load 'omniauth'. Please ensure you have the omniauth gem >= 1.0.0 installed and listed in your Gemfile." raise end unless OmniAuth::VERSION =~ /^1\./ raise "You are using an old OmniAuth version, please ensure you have 1.0.0.pr2 version or later installed." end module Ninsho module OmniAuth autoload :Config, "ninsho/omniauth/config" end end
Version data entries
6 entries across 6 versions & 1 rubygems