Sha256: 9a33dec62909a5302e14230f3c5130abc09f8e1e12832ff4952a3950267ef402

Contents?: true

Size: 449 Bytes

Versions: 1

Compression:

Stored size: 449 Bytes

Contents

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

1 entries across 1 versions & 1 rubygems

Version Path
ninsho-0.0.1 lib/ninsho/omniauth.rb