From aec9d900dfc5acb875f785a8e26e8fb577060506 Mon Sep 17 00:00:00 2001 From: Michael Bleigh Date: Fri, 1 Oct 2010 10:36:45 -0500 Subject: [PATCH] Gemfile locks --- oa-basic/Gemfile.lock | 6 +++--- oa-core/Gemfile.lock | 2 +- oa-enterprise/Gemfile.lock | 6 +++--- oa-oauth/Gemfile.lock | 6 +++--- oa-openid/Gemfile.lock | 6 +++--- omniauth/Gemfile.lock | 30 +++++++++++++++--------------- 6 files changed, 28 insertions(+), 28 deletions(-) diff --git a/oa-basic/Gemfile.lock b/oa-basic/Gemfile.lock index dc86dbe..563bb10 100644 --- a/oa-basic/Gemfile.lock +++ b/oa-basic/Gemfile.lock @@ -1,16 +1,16 @@ PATH remote: . specs: - oa-basic (0.0.5) + oa-basic (0.1.0) multi_json (~> 0.0.2) nokogiri (~> 1.4.2) - oa-core (= 0.0.5) + oa-core (= 0.1.0) rest-client (~> 1.6.0) PATH remote: /Users/mbleigh/gems/omniauth/oa-core specs: - oa-core (0.0.5) + oa-core (0.1.0) rack (~> 1.1) GEM diff --git a/oa-core/Gemfile.lock b/oa-core/Gemfile.lock index 6d7ba5a..26241c0 100644 --- a/oa-core/Gemfile.lock +++ b/oa-core/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - oa-core (0.0.5) + oa-core (0.1.0) rack (~> 1.1) GEM diff --git a/oa-enterprise/Gemfile.lock b/oa-enterprise/Gemfile.lock index 9ca5146..9060f99 100644 --- a/oa-enterprise/Gemfile.lock +++ b/oa-enterprise/Gemfile.lock @@ -1,15 +1,15 @@ PATH remote: /Users/mbleigh/gems/omniauth/oa-core specs: - oa-core (0.0.5) + oa-core (0.1.0) rack (~> 1.1) PATH remote: . specs: - oa-enterprise (0.0.5) + oa-enterprise (0.1.0) nokogiri (~> 1.4.2) - oa-core (= 0.0.5) + oa-core (= 0.1.0) GEM remote: http://rubygems.org/ diff --git a/oa-oauth/Gemfile.lock b/oa-oauth/Gemfile.lock index 5d59510..f2562f9 100644 --- a/oa-oauth/Gemfile.lock +++ b/oa-oauth/Gemfile.lock @@ -1,16 +1,16 @@ PATH remote: /Users/mbleigh/gems/omniauth/oa-core specs: - oa-core (0.0.5) + oa-core (0.1.0) rack (~> 1.1) PATH remote: . specs: - oa-oauth (0.0.5) + oa-oauth (0.1.0) multi_json (~> 0.0.2) nokogiri (~> 1.4.2) - oa-core (= 0.0.5) + oa-core (= 0.1.0) oauth (~> 0.4.0) oauth2 (~> 0.0.10) diff --git a/oa-openid/Gemfile.lock b/oa-openid/Gemfile.lock index af9bbe1..34c2719 100644 --- a/oa-openid/Gemfile.lock +++ b/oa-openid/Gemfile.lock @@ -1,14 +1,14 @@ PATH remote: /Users/mbleigh/gems/omniauth/oa-core specs: - oa-core (0.0.5) + oa-core (0.1.0) rack (~> 1.1) PATH remote: . specs: - oa-openid (0.0.5) - oa-core (= 0.0.5) + oa-openid (0.1.0) + oa-core (= 0.1.0) rack-openid (~> 1.1.1) ruby-openid-apps-discovery diff --git a/omniauth/Gemfile.lock b/omniauth/Gemfile.lock index ca67bbd..2529037 100644 --- a/omniauth/Gemfile.lock +++ b/omniauth/Gemfile.lock @@ -1,52 +1,52 @@ PATH remote: /Users/mbleigh/gems/omniauth/oa-basic specs: - oa-basic (0.0.5) + oa-basic (0.1.0) multi_json (~> 0.0.2) nokogiri (~> 1.4.2) - oa-core (= 0.0.5) + oa-core (= 0.1.0) rest-client (~> 1.6.0) PATH remote: /Users/mbleigh/gems/omniauth/oa-core specs: - oa-core (0.0.5) + oa-core (0.1.0) rack (~> 1.1) PATH remote: /Users/mbleigh/gems/omniauth/oa-enterprise specs: - oa-enterprise (0.0.5) + oa-enterprise (0.1.0) nokogiri (~> 1.4.2) - oa-core (= 0.0.5) + oa-core (= 0.1.0) PATH remote: /Users/mbleigh/gems/omniauth/oa-oauth specs: - oa-oauth (0.0.5) + oa-oauth (0.1.0) multi_json (~> 0.0.2) nokogiri (~> 1.4.2) - oa-core (= 0.0.5) + oa-core (= 0.1.0) oauth (~> 0.4.0) oauth2 (~> 0.0.10) PATH remote: /Users/mbleigh/gems/omniauth/oa-openid specs: - oa-openid (0.0.5) - oa-core (= 0.0.5) + oa-openid (0.1.0) + oa-core (= 0.1.0) rack-openid (~> 1.1.1) ruby-openid-apps-discovery PATH remote: . specs: - omniauth (0.0.5) - oa-basic (= 0.0.5) - oa-core (= 0.0.5) - oa-enterprise (= 0.0.5) - oa-oauth (= 0.0.5) - oa-openid (= 0.0.5) + omniauth (0.1.0) + oa-basic (= 0.1.0) + oa-core (= 0.1.0) + oa-enterprise (= 0.1.0) + oa-oauth (= 0.1.0) + oa-openid (= 0.1.0) GEM remote: http://rubygems.org/