Skip to content

Commit

Permalink
Moves omniauth/core to just plain omniauth
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Bleigh committed Sep 22, 2011
1 parent 5733f9a commit 69177f3
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion lib/oa-core.rb

This file was deleted.

File renamed without changes.
2 changes: 1 addition & 1 deletion lib/omniauth/builder.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
require 'omniauth/core'
require 'omniauth'

module OmniAuth
class Builder < ::Rack::Builder
Expand Down
2 changes: 1 addition & 1 deletion lib/omniauth/form.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
require 'omniauth/core'
require 'omniauth'

module OmniAuth
class Form
Expand Down
2 changes: 1 addition & 1 deletion lib/omniauth/strategy.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
require 'omniauth/core'
require 'omniauth'

module OmniAuth
class NoSessionError < StandardError; end
Expand Down
2 changes: 1 addition & 1 deletion spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
SimpleCov.start
require 'rspec'
require 'rack/test'
require 'omniauth/core'
require 'omniauth'
require 'omniauth/test'

RSpec.configure do |config|
Expand Down

0 comments on commit 69177f3

Please sign in to comment.