forked from omniauth/omniauth
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Michael Bleigh
committed
Aug 10, 2010
1 parent
6191da6
commit 0bfb996
Showing
27 changed files
with
350 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
PATH | ||
remote: . | ||
specs: | ||
oa-basic (0.0.3) | ||
multi_json (~> 0.0.2) | ||
nokogiri (~> 1.4.2) | ||
oa-core (= 0.0.3) | ||
rest-client (~> 1.6.0) | ||
|
||
PATH | ||
remote: /Users/mbleigh/gems/omniauth/oa-core | ||
specs: | ||
oa-core (0.0.3) | ||
rack (~> 1.1) | ||
|
||
GEM | ||
remote: http://rubygems.org/ | ||
specs: | ||
addressable (2.2.0) | ||
crack (0.1.8) | ||
json (1.4.3) | ||
mg (0.0.8) | ||
rake | ||
mime-types (1.16) | ||
multi_json (0.0.4) | ||
nokogiri (1.4.3.1) | ||
rack (1.2.1) | ||
rack-test (0.5.4) | ||
rack (>= 1.0) | ||
rake (0.8.7) | ||
rest-client (1.6.0) | ||
mime-types (>= 1.16) | ||
rspec (1.3.0) | ||
webmock (1.3.3) | ||
addressable (>= 2.1.1) | ||
crack (>= 0.1.7) | ||
|
||
PLATFORMS | ||
ruby | ||
|
||
DEPENDENCIES | ||
json (~> 1.4.3) | ||
mg (~> 0.0.8) | ||
oa-basic! | ||
oa-core! | ||
rack-test (~> 0.5.4) | ||
rake | ||
rspec (~> 1.3.0) | ||
webmock (~> 1.3.3) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
PATH | ||
remote: . | ||
specs: | ||
oa-core (0.0.3) | ||
rack (~> 1.1) | ||
|
||
GEM | ||
remote: http://rubygems.org/ | ||
specs: | ||
addressable (2.2.0) | ||
crack (0.1.8) | ||
json (1.4.3) | ||
mg (0.0.8) | ||
rake | ||
rack (1.2.1) | ||
rack-test (0.5.4) | ||
rack (>= 1.0) | ||
rake (0.8.7) | ||
rspec (1.3.0) | ||
webmock (1.3.3) | ||
addressable (>= 2.1.1) | ||
crack (>= 0.1.7) | ||
|
||
PLATFORMS | ||
ruby | ||
|
||
DEPENDENCIES | ||
json (~> 1.4.3) | ||
mg (~> 0.0.8) | ||
oa-core! | ||
rack-test (~> 0.5.4) | ||
rake | ||
rspec (~> 1.3.0) | ||
webmock (~> 1.3.3) |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
PATH | ||
remote: /Users/mbleigh/gems/omniauth/oa-core | ||
specs: | ||
oa-core (0.0.3) | ||
rack (~> 1.1) | ||
|
||
PATH | ||
remote: . | ||
specs: | ||
oa-enterprise (0.0.3) | ||
nokogiri (~> 1.4.2) | ||
oa-core (= 0.0.3) | ||
|
||
GEM | ||
remote: http://rubygems.org/ | ||
specs: | ||
addressable (2.2.0) | ||
crack (0.1.8) | ||
json (1.4.3) | ||
mg (0.0.8) | ||
rake | ||
nokogiri (1.4.3.1) | ||
rack (1.1.0) | ||
rack-test (0.5.4) | ||
rack (>= 1.0) | ||
rake (0.8.7) | ||
rspec (1.3.0) | ||
webmock (1.3.3) | ||
addressable (>= 2.1.1) | ||
crack (>= 0.1.7) | ||
|
||
PLATFORMS | ||
ruby | ||
|
||
DEPENDENCIES | ||
json (~> 1.4.3) | ||
mg (~> 0.0.8) | ||
oa-core! | ||
oa-enterprise! | ||
rack-test (~> 0.5.4) | ||
rake | ||
rspec (~> 1.3.0) | ||
webmock (~> 1.3.3) |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
oa-corporate/lib/omniauth/strategies/cas.rb → oa-enterprise/lib/omniauth/strategies/cas.rb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
require 'omniauth/corporate' | ||
require 'omniauth/enterprise' | ||
|
||
module OmniAuth | ||
module Strategies | ||
|
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,18 +3,17 @@ require 'rubygems' | |
version = File.open(File.dirname(__FILE__) + '/../VERSION', 'r').read.strip | ||
|
||
Gem::Specification.new do |gem| | ||
gem.name = "oa-corporate" | ||
gem.name = "oa-enterprise" | ||
gem.version = version | ||
gem.summary = %Q{Corporate strategies for OmniAuth.} | ||
gem.description = %Q{Corporate strategies for OmniAuth.} | ||
gem.summary = %Q{Enterprise strategies for OmniAuth.} | ||
gem.description = %Q{Enterprise strategies for OmniAuth.} | ||
gem.email = "[email protected]" | ||
gem.homepage = "http://github.com/intridea/omniauth" | ||
gem.authors = ["James A. Rosen"] | ||
|
||
gem.files = Dir.glob("{lib}/**/*") + %w(README.rdoc LICENSE.rdoc CHANGELOG.rdoc) | ||
|
||
gem.add_dependency 'oa-core', version | ||
gem.add_dependency 'rack', '~> 1.1.0' | ||
gem.add_dependency 'nokogiri', '~> 1.4.2' | ||
|
||
eval File.read(File.join(File.dirname(__FILE__), '../development_dependencies.rb')) | ||
|
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
PATH | ||
remote: /Users/mbleigh/gems/omniauth/oa-core | ||
specs: | ||
oa-core (0.0.3) | ||
rack (~> 1.1) | ||
|
||
PATH | ||
remote: . | ||
specs: | ||
oa-oauth (0.0.3) | ||
multi_json (~> 0.0.2) | ||
nokogiri (~> 1.4.2) | ||
oa-core (= 0.0.3) | ||
oauth (~> 0.4.0) | ||
oauth2 (~> 0.0.10) | ||
|
||
GEM | ||
remote: http://rubygems.org/ | ||
specs: | ||
addressable (2.2.0) | ||
crack (0.1.8) | ||
faraday (0.4.6) | ||
addressable (>= 2.1.1) | ||
rack (>= 1.0.1) | ||
json (1.4.3) | ||
mg (0.0.8) | ||
rake | ||
multi_json (0.0.4) | ||
nokogiri (1.4.3.1) | ||
oauth (0.4.1) | ||
oauth2 (0.0.10) | ||
faraday (~> 0.4.1) | ||
multi_json (>= 0.0.4) | ||
rack (1.2.1) | ||
rack-test (0.5.4) | ||
rack (>= 1.0) | ||
rake (0.8.7) | ||
rspec (1.3.0) | ||
webmock (1.3.3) | ||
addressable (>= 2.1.1) | ||
crack (>= 0.1.7) | ||
|
||
PLATFORMS | ||
ruby | ||
|
||
DEPENDENCIES | ||
json (~> 1.4.3) | ||
mg (~> 0.0.8) | ||
oa-core! | ||
oa-oauth! | ||
rack-test (~> 0.5.4) | ||
rake | ||
rspec (~> 1.3.0) | ||
webmock (~> 1.3.3) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
PATH | ||
remote: /Users/mbleigh/gems/omniauth/oa-core | ||
specs: | ||
oa-core (0.0.3) | ||
rack (~> 1.1) | ||
|
||
PATH | ||
remote: . | ||
specs: | ||
oa-openid (0.0.3) | ||
oa-core (= 0.0.3) | ||
rack-openid (~> 1.1.1) | ||
ruby-openid-apps-discovery | ||
|
||
GEM | ||
remote: http://rubygems.org/ | ||
specs: | ||
addressable (2.2.0) | ||
crack (0.1.8) | ||
json (1.4.3) | ||
mg (0.0.8) | ||
rake | ||
rack (1.2.1) | ||
rack-openid (1.1.1) | ||
rack (>= 0.4) | ||
ruby-openid (>= 2.0.3) | ||
rack-test (0.5.4) | ||
rack (>= 1.0) | ||
rake (0.8.7) | ||
rspec (1.3.0) | ||
ruby-openid (2.1.8) | ||
ruby-openid-apps-discovery (1.2.0) | ||
ruby-openid (>= 2.1.7) | ||
webmock (1.3.3) | ||
addressable (>= 2.1.1) | ||
crack (>= 0.1.7) | ||
|
||
PLATFORMS | ||
ruby | ||
|
||
DEPENDENCIES | ||
json (~> 1.4.3) | ||
mg (~> 0.0.8) | ||
oa-core! | ||
oa-openid! | ||
rack-test (~> 0.5.4) | ||
rake | ||
rspec (~> 1.3.0) | ||
ruby-openid-apps-discovery | ||
webmock (~> 1.3.3) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.